Announcement

Collapse
No announcement yet.

Editing Actinic Primary

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

    Editing Actinic Primary

    I have edited Act_Primary and encompansed all the existing tables into an outer table. Reason for this is that I want a border around them with the background colour outside the tables different to the colours inside the tables.

    What I can't find out how to do is change the outer colour!

    If this doesn't make sense have a look at:

    http://puddle-computing.co.uk/acatalog/

    its the cream border outside the blue lines that I want to change to a different colour whilst leaving all other colours the same.

    I did manage to do this by changing the page properties from within Dreamweaver, but when I did an offline preview in Actinic the change didn't show.

    Anyone know how I can do this?

    TIA

    Kathy
    Kathy Newman

    #2
    I get a "Not Found" on that page.

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

    Comment


      #3
      Sorry, that should have read:

      http://puddle-computing.co.uk/Actinic/acatalog/

      (btw I know most of the images are missing, just testing at the moment!)

      Kathy
      Kathy Newman

      Comment


        #4
        I think you need to alter the BODY BACKGROUND. At present it is:-

        Code:
        <BODY BACKGROUND="background1.gif" ........> 
        
        This must be coming from the theme you are using.   One way to fix this is to edit Act_Primary.html and
        
        replace
        
        <BODY NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR 
        
        With
        
        <!-- NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR -->
        <BODY BGCOLOR="#123456" 
        
        where the 123456 should be replaced by whatever colour code you require.
        
        Alternatively if you wish to use an image of your own then use:-
        
        <!-- NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR -->
        <BODY BACKGROUND="mybackground1.gif"
        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          If Norman's suggestion doesn't work Then try playing with border, cell spacing and cell padding.

          Comment

          Working...
          X