Hi,
I've made a change to the SiteMap template so it lists my brochure pages. To list the brochure pages I've just made the following change: -
The above works fine.
I then wanted to add a title and some text above the SiteMap and thought I could do this by using the following: -
When I previewed the page the Title 'Site Map' appears on the page, but at the bottom of the page after the listing of my pages.
Why has it been placed at the bottom and not above the page listing?
Regards,
Andrew
I've made a change to the SiteMap template so it lists my brochure pages. To list the brochure pages I've just made the following change: -
Code:
<!-- SiteMap HTML begin --> <!-- Insert HTML for the top of the sitemap page --> NETQUOTEVAR:SPLASHTEXTBODY <LI> <A HREF="index.html"><B>Home</B></A> </LI> NETQUOTEVAR:SITEMAP <!-- Insert HTML for the bottom of the sitemap page --> <!-- SiteMap HTML end -->
I then wanted to add a title and some text above the SiteMap and thought I could do this by using the following: -
Code:
<!-- SiteMap HTML begin --> <!-- Insert HTML for the top of the sitemap page --> <tr> <td width="100%"> <span class="title">Site Map</span> </td> </tr> NETQUOTEVAR:SPLASHTEXTBODY <LI> <A HREF="index.html"><B>Home</B></A> </LI> NETQUOTEVAR:SITEMAP <!-- Insert HTML for the bottom of the sitemap page --> <!-- SiteMap HTML end -->
Why has it been placed at the bottom and not above the page listing?
Regards,
Andrew
Comment