Announcement

Collapse
No announcement yet.

Extended Info Background Colour!!

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

    Extended Info Background Colour!!

    I have been playing with this for a while and I am getting nowhere..

    If you look at the following page and click on the "Larger Image Available" option

    http://www.jobananas.com/acatalog/pl..._handbags.html

    The window loads with a "Blue" background - where can I change this to a white background?

    I have tried setting <body bgcolor="#FFFFFF"> on the extended templates but it still comes back as blue!

    Any help guys?
    Thanks

    JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

    #2
    Edit Act_ExtendedInfo.html template in your Site1 folder. Replace NETQUOTEVAR:BGCOLOR with the bgcolor="#FFFFFF" and save, replacing the current file.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Hi Bill

      I have just tried this and reloaded up all of the pages again.

      It is still blue. Looking at the code of the extended page I can now see that it used a background image. (Blue square abot 5x5 pixels)

      Should I just remove the code that references this and will it default to using bgcolor?

      David
      Thanks

      JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

      Comment


        #4
        Yes - remove the bgimage and replace with bgcolor and that should work


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Hi again guys

          Tried this but it still shows up as blue.

          If I look at the page source it looks fine to me.

          <Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_ExtendedInfoImageAbove.html"/>
          <HTML>
          <HEAD>
          <Actinic:WINDOW WIDTH="400" HEIGHT="350"/>
          <TITLE>JoBananas Playboy Faux Fur Handheld Bag - Tan</TITLE>
          <Actinic:BASEHREF VALUE="http://www.jobananas.com/acatalog/"/>
          <META NAME="ACTINICTITLE" CONTENT="Playboy Faux Fur Handheld Bag - Tan">
          <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
          <LINK REL=STYLESHEET HREF="actinic.css">
          </HEAD>
          <body bgcolor="#FFFFFF">
          <table border=0 cellpadding="5" cellspacing="0">

          <tr>
          <td align="left" valign="top"><img src="pa1448tan.jpg" width=500 height=500>
          </td>
          </tr>
          <tr>
          <td valign="top"><b><span class="actregular">Playboy Faux Fur Handheld Bag &#45; Tan</span></b><br>
          &nbsp;Ref&#58;&nbsp;PA1448TAN</td>
          </tr>

          <tr>
          <td valign="top"></td>
          </tr>
          <tr>
          <td valign="top">
          <script language="JavaScript">
          <!--
          if (window.name != "ActPopup")
          {
          document.write('<A HREF = http://www.jobananas.com/cgi-bin/ss0...DREF=PA1448TAN TARGET="_self">Close window</A>');
          }
          else
          {
          document.write('<A HREF="javascript:window.close();">Close window</A>');
          }
          window.focus();
          //-->
          </script>
          </td>
          </tr>
          </table>

          </BODY>

          </HTML>

          <Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_ExtendedInfoImageAbove.html"/>
          Thanks

          JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

          Comment


            #6
            I assume you are editing and saving the Act_ExtendedInfoImageAbove.html template?


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment


              #7
              LOL

              Yes I am - the code posted above is based on editing that file.
              Thanks

              JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

              Comment


                #8
                Sorry .. had to ask ... I am always editing the wrong templates and wondering why it is not showing.

                I am also seeing blue, so to speak.

                Try the following, add into the head of of the code:

                <style type="text/css">
                <!--
                body {background-color: #FFFFFF;}
                -->
                </style>

                and remove the bgcolor from the <body> tag


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment


                  #9
                  Hi Jont

                  Just gave that a go and still blue !!!

                  I an't believe this is that hard to do, but I have tried messing with this for a while now.
                  Thanks

                  JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

                  Comment


                    #10
                    Noooooo!

                    Is it live on the site at the above URL in the OP?


                    Bikster
                    SellerDeck Designs and Responsive Themes

                    Comment


                      #11
                      Yep Jont

                      If you view the source of the popup window you can see your code in place.
                      Thanks

                      JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

                      Comment


                        #12
                        OK -sussed the little blighter - it is picking up the bgimage specified in the actinic.css ... edit the actinic.css and move the background-color beneath the background-image so it is further down the cascade


                        Bikster
                        SellerDeck Designs and Responsive Themes

                        Comment


                          #13
                          Actually - ignore as the cascade is not being picked up - remove the link to the actinic.css and add the relevent css styles you need for the text and keep the background-color styling ... or you could duplicate the existing actinic.css and call it actinic2.css (removing the bgimage style) and refer to that in the pop up template whic would be more sensible


                          Bikster
                          SellerDeck Designs and Responsive Themes

                          Comment


                            #14
                            Yeahhh

                            Cheers Jont

                            I went for the second css option and now the world it white.

                            I can't believe I did not spot the css overide..

                            Thank again for all your time.

                            Jo
                            Thanks

                            JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

                            Comment


                              #15
                              It almost feels like the templates are laughing at you at times

                              Glad you got it sorted


                              Bikster
                              SellerDeck Designs and Responsive Themes

                              Comment

                              Working...
                              X