PDA

View Full Version : Themes


kathynewman
11-Feb-2003, 07:22 PM
I have selected Layout01 as a theme. This puts the logo on the left hand side of the screen with the navigation buttons to the right of it as this is the closet layout I can find to what I want.

What I actually want is to have the logo on the left with the navigation buttons underneath it.

Can anyone tell me if this is possible, and if so which template I need to edit.

TIA

Kathy

cdicken
12-Feb-2003, 03:51 PM
This is possible. You will need to edit the template called Act_Primary.html.

To access this template, go to 'Design Options | Layouts' and then click the 'Edit' button next to the 'Default Overall Layout' field.

Change the code:

<td>NETQUOTEVAR:LOGOIMAGE</td>
<td align="right">NETQUOTEVAR:FOOTERGUIDE&amp;nbsp;</td>

To read:

<td>NETQUOTEVAR:LOGOIMAGE<br>NETQUOTEVAR:FOOTERGUIDE</td>
<td align="right">&amp;nbsp;</td>

That should do it.