Announcement

Collapse
No announcement yet.

Buttons..

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Hi,

    I' ve now got my gifs into the templates
    Can you post the template that you have done this in so I can take a look.
    ********************
    Tracey
    SellerDeck

    Comment


      #17
      Where can I send it to Tracey? I cant upload it remember. I might be able to email it though

      Comment


        #18
        Hi,

        Attach it to a posting (see the Attach file option below the reply box). You will have to rename it with an extention of .txt.
        ********************
        Tracey
        SellerDeck

        Comment


          #19
          Firstly, before I attach it I'm trying to work out which is the best way to do this. What I'd like to have is one entire png file, with the buttons as part of the design, so that I've got much more control over the layout, but instead what I have done now is to edit the buttons seperately, save them as individual gifs (as per the advanced guide) and load them into my template via the header/footer variable. The links work, but the rollovers do not work (they only work in one page it would seem). I hope that makes sense.. ?

          I will attach the file shortly (one with the individual gifs)

          Comment


            #20
            I cant attach it, not sure exactly what I need to attach, but something else, I've changed my template and I'm using the standard buttons - these have lost their roll-over ability also. weird.

            I have in the nav bar area - NETQUOTEVAR:FOOTERGUIDE and then the buttons as default. The links work fine, but the rollovers on that page do not???

            Comment


              #21
              Hi,

              Can you create a snapshot (File | Snapshot | Export Site) and e-mail it to the 'Contact Us' link at the bottom of the page and mark it for my attention and I will take a look at what is happening.
              ********************
              Tracey
              SellerDeck

              Comment


                #22
                Hi Tracey, thanks very much for the continued support here. As it happens I have got James in support to look at it - he was as amused as I at the problem I'm having. I have sent him a snapshot already. Take a look at it if you get five and see if you can see what the problem is. Ta.

                Comment


                  #23
                  Hi,

                  Ok, I've looked at your snapshot and the problem is because you have removed quite a lot of variables from your Act_BrochurePrimary.html and Act_Primary.html templates.

                  In Act_BrochurePrimary.html you should replace:

                  <html>
                  <head>
                  <title>Act_BrochurePrimary.jpg</title>
                  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                  <!-- Fireworks MX Dreamweaver MX target. Created Thu Dec 18 12:28:21 GMT+0000 (GMT Standard Time) 2003-->
                  <style type="text/css">
                  <!--
                  body {
                  background-color: #A0A2C0;
                  }
                  -->
                  </style></head>
                  <body>

                  with:

                  <html>
                  <head>
                  <TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
                  <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
                  <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
                  <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
                  <!--@act NETQUOTEVAR:HEADERMETA -->
                  <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
                  <!--@act NETQUOTEVAR:LOADFUNCTION -->

                  <LINK REL=STYLESHEET HREF="actinic.css">
                  <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
                  </HEAD>

                  <BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>


                  and in Act_Primary.html replace:

                  <html>
                  <head>
                  <title>Act_BrochurePrimary.jpg</title>
                  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                  <!-- Fireworks MX Dreamweaver MX target. Created Thu Dec 18 12:28:21 GMT+0000 (GMT Standard Time) 2003-->
                  <style type="text/css">
                  <!--
                  body {
                  background-color: #A0A2C0;
                  }
                  -->
                  </style></head>
                  <body>

                  with:

                  <!-- Primary HTML begin -->
                  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
                  <HTML>
                  <HEAD>
                  <TITLE>
                  NETQUOTEVAR:PAGETITLE NETQUOTEVAR:PAGEHEADER
                  </TITLE>
                  <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
                  <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
                  <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
                  <!--@act NETQUOTEVAR:HEADERMETA -->
                  <!--@act NETQUOTEVAR:LOADFUNCTION -->
                  <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
                  <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
                  <LINK REL=STYLESHEET HREF="actinic.css">


                  <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
                  <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

                  <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
                  <Actinic:COOKIECHECK/>

                  <!--
                  The NETQUOTEVARs below can be uncommented for getting raw section lists:
                  1. Top level section list
                  2. Section list from current level and all children
                  3. The whole section tree
                  The rest covers the standalone structure members for each array - e.g. if
                  you only need sName or sURL from an array.
                  See the documentation for details.

                  NETQUOTEVAR:TOPLEVELSECTIONS_RAW
                  NETQUOTEVAR:CHILDSECTIONS_RAW
                  NETQUOTEVAR:SECTIONTREE_RAW

                  NETQUOTEVAR:SECTIONTREE_NAMES
                  NETQUOTEVAR:SECTIONTREE_URLS
                  NETQUOTEVAR:SECTIONTREE_IMAGES
                  NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
                  NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
                  NETQUOTEVAR:SECTIONTREE_SECTIONIDS

                  NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
                  NETQUOTEVAR:TOPLEVELSECTIONS_URLS
                  NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
                  NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
                  NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
                  NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

                  NETQUOTEVAR:CHILDSECTIONS_NAMES
                  NETQUOTEVAR:CHILDSECTIONS_URLS
                  NETQUOTEVAR:CHILDSECTIONS_IMAGES
                  NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
                  NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
                  NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

                  The section level can be accessed through:
                  NETQUOTEVAR:SECTIONLEVEL
                  -->

                  <!--
                  The NETQUOTEVARs below can be uncommented and moved to the appropriate

                  location
                  to save and load shopping lists
                  <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save

                  Shopping List</B></I></FONT></A>
                  <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load
                  Shopping List</B></I></FONT></A>
                  --->

                  </HEAD>

                  <BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR

                  NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR marginwidth="5" marginheight="5">

                  Save these files and you should find that your rollovers work.
                  ********************
                  Tracey
                  SellerDeck

                  Comment


                    #24
                    Thankyou so much! The rollovers work

                    but...

                    the background colour #A0A2C0; it's not working in my browser (ie6) for some reason. Any ideas? It is displayed as a white background.

                    Comment


                      #25
                      Hi,

                      Go to 'Design | Colors' and change 'pallette background' to A0A2C0. Save the colour scheme and then select it and you should get the lilac background.
                      ********************
                      Tracey
                      SellerDeck

                      Comment


                        #26
                        It's not working I'm afraid.

                        I did exactly what you said. I also noticed it was set to use background1.gif as the background (which is a white box) so I turned that off and selected colour instead. Still not working

                        Comment


                          #27
                          It definitely works here. Are you just previewing one page? Try previewing the whole site to regenerate the files and see if that works.
                          ********************
                          Tracey
                          SellerDeck

                          Comment


                            #28
                            lol.. It's not working tracey. I've cleared the cache, I've refreshed. I've tried two different machines. Let me upload it and you can see what I mean.

                            Comment


                              #29
                              ..Now how weird is that. I uploaded the test site to www.extremeprometeia.com/test and it works properly! I have previewed the entire site on two difference machines, and on both there was no background!

                              Comment


                                #30
                                Sometimes you have to place a copy of the images you create in the Preview_HTML folder so they show in the preview
                                Owner of a broken heart

                                Comment

                                Working...
                                X