Hi
I need to add more and more brochure pages to my site www.hedsolutions.co.uk to contain general information, however I don’t need nav links to all of these pages from the top nav bar. Additionally I want to make the top nav bar consistent across brochure and catalogue pages.
I gather from trawling though other threads that I need to replace NETQUOTEVAR:HEADERGUIDE in Act_BrochurePrimary.html and Act_Primary.html with the individual NQVs for Home, Cart etc. Is this the best approach?
What about links to brochure pages, how do I create them? Do I need to hand code them rather than using a NQV?
Lastly if I do hand code them, what code do I need to use to get the format of the link the same as my existing links i.e. Black text with a line under on mouse over? I’ve tried adding in
but this gives me a link in blue text rather than black text with the underline on mouse over.
Many thanks for your help in advance
Stephen
I need to add more and more brochure pages to my site www.hedsolutions.co.uk to contain general information, however I don’t need nav links to all of these pages from the top nav bar. Additionally I want to make the top nav bar consistent across brochure and catalogue pages.
I gather from trawling though other threads that I need to replace NETQUOTEVAR:HEADERGUIDE in Act_BrochurePrimary.html and Act_Primary.html with the individual NQVs for Home, Cart etc. Is this the best approach?
What about links to brochure pages, how do I create them? Do I need to hand code them rather than using a NQV?
Lastly if I do hand code them, what code do I need to use to get the format of the link the same as my existing links i.e. Black text with a line under on mouse over? I’ve tried adding in
Code:
<a href="test.html"> Test Page</a>
Many thanks for your help in advance
Stephen
Comment