Hi
The front page i work on usually looks like this : www.classixshop.com
instead of trying to get a fragment to show at the top, which isn't possible in v7 so i'm told. I have created a section instead with the image i intend to use, but when i preview my frontpage everything seems to be knocked out of line. Is the there some code missing from the sections template?
The top section works off the following code:
The picture attatched shows the front page with the section image at the top.
Any help appreciated cheers FrAz
The front page i work on usually looks like this : www.classixshop.com
instead of trying to get a fragment to show at the top, which isn't possible in v7 so i'm told. I have created a section instead with the image i intend to use, but when i preview my frontpage everything seems to be knocked out of line. Is the there some code missing from the sections template?
The top section works off the following code:
HTML Code:
<!-- SectionLine HTML begin --> <!-- Insert HTML for the beginning of a section title --> <DIV ALIGN="CENTER"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%" align="center"><A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A> </tr> </table> </td> </tr> NETQUOTEVAR:SECTIONTEXT</td></tr></table> NETQUOTEVAR:NEXT <!-- Insert HTML for the end of a section title --> <!-- SectionLine HTML end -->
Any help appreciated cheers FrAz
Comment