Announcement

Collapse
No announcement yet.

Can't find the right template

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

    Can't find the right template

    Just a quick question. I am looking for the template that controlls the actinic navigation toolbar. I want to change the toolbar/buttons so they butt directly up to the dividing line below it. I know it is sometimes tricky to remove spaces altogether but if anyone has tried this or could just point me in the direction of the template I need to ammend that would be great.

    Alex Paul

    #2
    If I understand you correctly and you wish to remove the space between the navigation buttons show across the top of the page and the separator line below it you need to change Act_Primary.html. I use the default theme for V6 and in mine the code below is about half way down the file - change that height variable to change the gap size.

    <tr valign="middle" align="center" background="pxl_black.gif">
    <td height="30" colspan="2" background="pxl_black.gif">NETQUOTEVAR:FOOTERGUIDE
    <!-- NETQUOTEVAR:TOPLEVELSECTIONSTOP -->

    Regards,
    Jan Strassen, Mole End

    Comment


      #3
      Many thanks...

      Comment

      Working...
      X