Page 1 of 1

Website

Posted: 29 Jun 2004 21:56
by Zuu
Hello!

I just noticed that there is no line brake after your head image, so half of the links came after the image and the rest on a new line.

Here is a snip from your code:

Code: Select all

<TABLE WIDTH=800>
<TR>
<IMG SRC="title.jpg">
</TR>
<TR>
<TT>
<A HREF="news.htm" TARGET="mainframe">[NEWS]</A>
<A HREF="plan.htm" TARGET="mainframe">[ABOUT]</A>
<A HREF="download.htm" TARGET="mainframe">[DOWNLOAD</A>

<A HREF="archive.htm" TARGET="mainframe">[ARCHIVE]</A>
<a href="http://www.ph2.net/cgi-bin/guestbook.php.cgi" TARGET="mainframe">[GUESTBOOK]</a>
<A HREF="howto.htm" TARGET="mainframe">[HOWTO]</A>
<A HREF="http://ttforums.owenrudge.net/viewforum.php?f=34" TARGET="mainframe">[FORUM]</A>
...
You have forgot to use

Code: Select all

<TD>
...
</TD>

inside your TR first block.

If the use of TT is corect or not I can't say, as I dont use TT in my tables.

It is recomended to test a site with the standard validator (http://validator.w3.org/) regular to see if you breaks any standards.

Please take this as an advice, not as a flame.

Posted: 30 Jun 2004 19:30
by chochmah
thanks, fixed it