brainiac744
11-24-2003, 03:49 PM
I am not currently all that good with CSS (but am learning) and I would like a little help converting the following code for a table into a CSS version. As long as it looks close to the same, I'll be happy.
CODE:
<TABLE BGCOLOR="#6495ED" WIDTH="205" height="205" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<TABLE WIDTH="200" height="200" BORDER="0" CELLPADDING="0" CELLSPACING="0" bgcolor="white" align="center">
<TR>
<TD valign="top">
<IMG SRC="images/tl.gif" WIDTH="20" HEIGHT="20"></TD>
<TD valign=top align=right>
<IMG SRC="images/tr.gif" WIDTH="20" HEIGHT="20"></TD>
</TR>
<tr>
<td align="center" valign="top">
TEXT GOES HERE - THE BOX SHOULD HOPEFULLY ADJUST WIDTH ACCORDINGLY
</td>
</tr>
<TR>
<TD valign="bottom">
<IMG SRC="images/bl.gif" WIDTH="20" HEIGHT="20"></TD>
<TD valign=bottom align=right>
<IMG SRC="images/br.gif" WIDTH="20" HEIGHT="20"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
Thanks for all help!
-Brainiac (who obviously isn't that smart!)
CODE:
<TABLE BGCOLOR="#6495ED" WIDTH="205" height="205" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<TABLE WIDTH="200" height="200" BORDER="0" CELLPADDING="0" CELLSPACING="0" bgcolor="white" align="center">
<TR>
<TD valign="top">
<IMG SRC="images/tl.gif" WIDTH="20" HEIGHT="20"></TD>
<TD valign=top align=right>
<IMG SRC="images/tr.gif" WIDTH="20" HEIGHT="20"></TD>
</TR>
<tr>
<td align="center" valign="top">
TEXT GOES HERE - THE BOX SHOULD HOPEFULLY ADJUST WIDTH ACCORDINGLY
</td>
</tr>
<TR>
<TD valign="bottom">
<IMG SRC="images/bl.gif" WIDTH="20" HEIGHT="20"></TD>
<TD valign=bottom align=right>
<IMG SRC="images/br.gif" WIDTH="20" HEIGHT="20"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
Thanks for all help!
-Brainiac (who obviously isn't that smart!)