my code is wak! - broken code.. dont know why

They have: 11 posts

Joined: Sep 1999

ok it spans when the code looks like this...

<TABLE BORDER=1 CELLSPACING=2 CELLPADDING=3>
<CAPTION><IMG SRC="members.jpg"></CAPTION>
<SPAN class="5a">
<DIV>
<TR>
<TD align=center bgcolor="000000">MEMBER
<TD align=center bgcolor="000000">ICQ #
<TD align=center bgcolor="000000">ICQ STATUS
</TR>
<TR>

<TD align=center bgcolor="000000">{SHD}SHITEATER
<TD align=center bgcolor="000000">38823547
<TD align=center bgcolor="000000"><img src="blah">
</TR>
<TR>
<TD align=center bgcolor="000000">{SHD}GRAVEDIGGA
<TD align=center bgcolor="000000">19739369
<TD align=center bgcolor="000000"><img src="blah">
</TR>
<TR>
<TD align=center bgcolor="000000">{SHD}PSRHYO
<TD align=center bgcolor="000000">15858904
<TD align=center bgcolor="000000"><img src="blah">
</TR>
</SPAN></DIV>
</TD></TABLE>

but i dont want to span the first table so i coded it like this...

<TABLE BORDER=1 CELLSPACING=2 CELLPADDING=3>
<CAPTION><IMG SRC="members.jpg"></CAPTION>
<TR>
<TD align=center bgcolor="000000">MEMBER
<TD align=center bgcolor="000000">ICQ #
<TD align=center bgcolor="000000">ICQ STATUS
<SPAN class="5a">
<DIV>
</TR>
<TR>
<TD align=center bgcolor="000000">{SHD}SHITEATER
<TD align=center bgcolor="000000">38823547
<TD align=center bgcolor="000000"><img src="http://wwp.icq.com/scripts/online.dll?icq=38823547&img=2">
</TR>
<TR>
<TD align=center bgcolor="000000">{SHD}GRAVEDIGGA
<TD align=center bgcolor="000000">19739369
<TD align=center bgcolor="000000"><img src="http://wwp.icq.com/scripts/online.dll?icq=19739369&img=2">
</TR>
<TR>
<TD align=center bgcolor="000000">{SHD}PSRHYO
<TD align=center bgcolor="000000">15858904
<TD align=center bgcolor="000000"><img src="http://wwp.icq.com/scripts/online.dll?icq=15858904&img=2">
</TR>
</SPAN></DIV>
</TD></TABLE>

and it doesnt span or div at all!!!
wats up?!!? thx,
yer pal, N30

They have: 5,633 posts

Joined: Jan 1970

You haven't given us much information about the problem but at a quick glance try closing the table cell tags with a </TD>.

----------
[email protected]
http://go.to/hass

They have: 2,390 posts

Joined: Nov 1998

Where is this URL live?
JP

----------
[red]The Next Step in Website Development [/red] - http://www.what-next.com
The Webmaster Promotion and Resource Center

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.