Posted by Toby Inkster on 10/19/05 10:44
Michael_jd wrote:
> Hi. A little while ago I posted on this newsgroup that a web page I had made
> (http://users.actrix.co.nz/hallhousehold/index.htm)
You have some really weird table nesting errors:
http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http://users.actrix.co.nz/hallhousehold/index.htm
Things like:
<table border=1 valign="top">
<tr>
<td width=150 height=150><img ...></td>
<td height=100 width=500>
<p>WELCOME to the web page of...</p>
</td>
</table>
Notice you didn't close the <tr> (not technically an error, but will cause
problems in many browsers).
Followed straight away by:
<p>The philosophy...</p>
<p>Feel free...</p>
<p>The Church's Minister is Rev John Turton.</p>
</table>
where you've skipped out a </td> and a </tr>.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|