yet another image aligning problem.....

liunx

Guest
<!-- m --><a class="postlink" href="http://rapbattle.com/testpage.shtml">http://rapbattle.com/testpage.shtml</a><!-- m --><br />
<br />
middle table, top of it.....you see it? where i was trying to round the edges of it.....<br />
<br />
well whut the problem?<br />
<br />
thanks in advance......<!--content-->I took a quick look and noticed a couple of problems. <br />
<br />
The words RAPBATTLE.COM that display above the table are not inside a data cell (<TD>). This is causing the browser some "confusion" as to where to place the words so it is sticking them above the table. That might be where you want them but you should remove that line of code to the correct place in the HTML, just before the table code with a <BR> tag on the end.<br />
<br />
Here is that section of code with some comments by me, (see corrected example below):<br />
<br />
<br />
<TABLE WIDTH="365" BORDER="0" bordercolor="dedede" bgcolor="000000" CELLSPACING="0" CELLPADDING="0"><br />
<br />
<TR VALIGN="TOP"> <--THIS LINE IS NOT DOING ANYTHING<br />
<br />
</TR> <--THIS LINE IS NOT DOING ANYTHING<br />
<br />
<br />
<b><FONT COLOR="6699CC" SIZE="1" face="Arial,Verdana">RAPBATTLE.COM</FONT></b> <--REMOVE AND REPLACE THIS LINE ABOVE THE TABLE<br />
<br />
<TR VALIGN="TOP"><br />
<br />
<TD WIDTH="365" COLSPAN="0" CLASS="NORMAL" BGCOLOR="dedede"><FONT FACE="Arial,Verdana" SIZE="1" color="000000"><img src=http://www.htmlforums.com/archive/index.php/"http://www.rapbattle.com/pictures/leftcorner.jpg" align="right"><br />
<IMG SRC=http://www.htmlforums.com/archive/index.php/"http://rapbattle.com/pictures/kim.gif" WIDTH="50" HEIGHT="50" ALT="" BORDER="0" align="left"HSPACE="5" VSPACE="5"></A><FONT SIZE="2"><B><u>tha Cratez</u>:</B></FONT><br />
<font color="000000" size="1"><BR>Both <b>C-N-N</b> and <b>Lil Kim</b> had been invited to the station to serve as guest celebrities for <b>DJ Clue鎶
 
Back
Top