I see your problem in http://www.redspan.com/acatalog/D_Link_Products.html
The problems are all on pages that have section link as the last item in the main bulk of the page. This makes me think that the problem is in the table that lays out your section links.
Go to 'Design | Text | Website | HTML' and go to lines 9, 10, 11 and 12. They should look like this...
<TABLE><TR>
</TR></TABLE>
<TD WIDTH="%d%%" valign="top">
</TD>
Check this in yours and fix any HTML that is necessary. You can use the 'Restore Defaults' button as well in these prompts.
The problems are all on pages that have section link as the last item in the main bulk of the page. This makes me think that the problem is in the table that lays out your section links.
Go to 'Design | Text | Website | HTML' and go to lines 9, 10, 11 and 12. They should look like this...
<TABLE><TR>
</TR></TABLE>
<TD WIDTH="%d%%" valign="top">
</TD>
Check this in yours and fix any HTML that is necessary. You can use the 'Restore Defaults' button as well in these prompts.
Comment