Announcement

Collapse
No announcement yet.

Changes to Act_SiteMap.html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Changes to Act_SiteMap.html

    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: -

    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 -->
    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: -

    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 -->
    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

    #2
    No idea, but some <table> tags might help you.

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      Mike,

      The reason I didn't use any table tags is because when the sitemap template is called in it's dropped into a table: -

      Code:
      <table width="600" cellPadding=0 align=right border=0>
      And it's then closed after the pages have been listed.

      I'll give it a go anyway and see if it makes any difference.

      Thanks for the reply,

      Andrew

      Comment

      Working...
      X