PDA

View Full Version : Moving Corporate Logo


sean
12-Jan-2004, 02:47 PM
How do i make it so that the corporate logo is in the dentre and not to the left? prolly easy but im a complete n00b to this :(

Menar
13-Jan-2004, 08:43 AM
Hi there,

You can do this simply by opening up the Act_Primary.html template up by going to Advance | Template Manager | Main | Primary (click on 'Change View' if in graphical view).

Look for the variable NETQUOTEVAR:LOGOIMAGE and change the variable so it looks like

<div align="right">NETQUOTEVAR:LOGOIMAGE</div>

Save the template and preview the changes.

sean
13-Jan-2004, 08:10 PM
that seems to work for when i click on products but what about the main page what file is it for that?

pinbrook_nick
14-Jan-2004, 01:20 AM
Act_BrochurePrimary.html

Menar
14-Jan-2004, 08:16 AM
Hi there,

This can be done by opening up the Act_BrochurePrimary.html template up by going to Advance | Template Manager | Brochure | Primary (click on 'Change View' if in graphical view).

Look for the variable NETQUOTEVAR:BROCHURELOGO, then change it so it looks like,

<div align="center">NETQUOTEVAR:BROCHURELOGO </div>