PDA

View Full Version : Netquoetvar:navbcatalog


christopherpm
31-Dec-2003, 02:02 PM
I'm trying out Actinic at the moment. I have managed to get quite far with it in a short space of time - I have found it easy to use (for the majority of things I want to do).

I do have a question though - I want to modify the menu that appears on the main page of the site.

Currently it gets it's information from HEADERGUIDE and includes:-

Site Name [ Products ] [ More Information ] [ Login ]

I want to change this to read

Site Name [ Products ] [ Forum ] [ More Information ] [ Login ]

I know that I must modify the Act_BrochurePrimary.html file.

Site Name is not a problem as I can just type that in, and I can repalce [ Login ] with "NETQUOTEVAR:NAVBLOGIN" and that works ok.

[ Forum ] and [ More Information ] I can call using URLs.

BUT when I enter "NETQUOTEVAR:NAVBCATALOG" what I get on my page is the text "NETQUOTEVAR:NAVBCATALOG".

Am I missing something here?

Jenny
31-Dec-2003, 02:34 PM
I think you just want to send the products to acatalog/index.html set up as a url and that will work, just as the other URL's. Hope I have understood you correctly..
Jenny

christopherpm
31-Dec-2003, 04:27 PM
Thanks - I should have figured that one out!

christopherpm
31-Dec-2003, 04:59 PM
OK - Next question - how do I get my own LINKs to take on the properties of the "HEADERGUIDE" - e.g small text, the same colours as the HEADERGUIDE etc.

My links are NOT the same colour that they were when I was using NETQUOTEVAR:HEADERGUIDE

Thanks

Jenny
31-Dec-2003, 05:23 PM
You tend to either have one or the other. The font is defined in the site defaults, so match that. Use the CSS to get the fonts to be the same colour etc..
Try that
Jenny