I am trying to style up the section menu for the Actinic site i am developing at the moment.
The template file that apperently style the links is ActSectionLineSmallText.html which i found by checking out P_index.html using the dreamweaver extension.
The main bit of the file (ie none of the commented stuff) looks like this -
Trouble is when it is output it gets wrapped in a (pointless) table for each link, so ends up looking a little bit like this -
I can't for the life of me figure out how this is happening, if somebody could shed some light on this it would be much appreciated. (This is the first time i have worked with actinic, i have to admit im a little bit lost!)
Cheers in advance guys. Andy
The template file that apperently style the links is ActSectionLineSmallText.html which i found by checking out P_index.html using the dreamweaver extension.
The main bit of the file (ie none of the commented stuff) looks like this -
HTML Code:
<A HREF="NETQUOTEVAR:SECTIONLINK"><span class="actxsmall">NETQUOTEVAR:SECTIONNAME</span></A> NETQUOTEVAR:NEXT
HTML Code:
<TABLE width="100%"><TR><TD WIDTH="100%" valign="top"> <Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\Act_SectionLineSmallText.html"/> <!-- SectionLine HTML begin --> <!-- Insert HTML for the beginning of a section title --> <!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT --> <A HREF="gourmet_food_box_range.html"><span class="actxsmall">Gourmet Food Box Range</span></A> </TD> </TR></TABLE>
Cheers in advance guys. Andy
Comment