Announcement

Collapse
No announcement yet.

Extended Info bgcolor

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

    Extended Info bgcolor

    Hello

    A little sheepish here, cos i am sure i should be able to do this...

    My extended info pop up window has no bg color, it is the same as the bg to the overal page layout (which looks like many tiny squares). I have added one within Act_extendedinfo and have this:

    <BODY NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR text="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
    <TABLE BORDER=10 cellpadding="5" cellspacing="0" bgcolor="#0000FF">
    <TR>
    etc

    but when I vierw it, nothing happens.

    Is this the right place to be editing the color, if not, where art tho.

    Thanks

    Steven

    #2
    That looks OK. Check that you have

    <LINK REL=STYLESHEET HREF="actinic.css">


    in the <HEAD> section of that template.

    And also that you're using the template that you're editing. There's a selection of Extended Info Templates.

    Even though the popup has no controls you should be able to right-click any test in it and do a "View Source" to see what's being generated.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman

      THanks for that. Looked at the source code and note that it has not actually updated the file. Other parts of my site are updating fine. (As an aside, my brochure pages that contains anchors do not load either, i have to save them into my dreamweaver site and ftp from there - v cumbersom).

      Not sure why the info code is not updating, i guess I could do the whole DW ftp here too.

      Steven

      Comment


        #4
        Might just be a cache problem. You can right click within the popup and choose Refresh and see if that helps.


        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Hi Norman

          No, was being a Cod, although not totally straight forward.

          My extended info selection was set to Parent and I assume was therefore resulting in the bg image appearing and my code not updating.

          Now selected a template from the list, looked at the code, and sure enough my edit is in there.

          Updated again and all is good.

          Thanks
          Steven

          Comment

          Working...
          X