Is that right? I mean where does it come from. :~)
I started with clean layout 01 in developer 7.05, and I've been stripping out unnecessary nested tables as I style. This one's got me foxed though, it's not in the primary templates where there is just a call to TOPLEVELSECTIONSTOP, and you can see the Act_SectionLineSmallText above. Is there an intermediate template that I'm missing?
You can see the work in progress at medscope dot ltd dot uk. I'm quite pleased with it so far. Any criticism welcome, though. :~)
Code:
<TABLE width="100%"><TR><TD WIDTH="100%" valign="top"> <Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\MedscopeLtd\Act_SectionLineSmallText.html"/> <!-- SectionLine HTML begin --> <!-- Insert HTML for the beginning of a section title --> <!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT --> <div class="tab-background"> <A HREF="Stethoscopes.html"><span class="actxsmall">Stethoscopes</span></A> </div> </TD> </TR></TABLE>
You can see the work in progress at medscope dot ltd dot uk. I'm quite pleased with it so far. Any criticism welcome, though. :~)
Comment