First off, is it better to use %'s or a set number of pixels when defining any size in a table/cell/row?
I'm trying to make a small 2x2 table setup. The top row is completely black.
Row 2 - Cell 1, is completly white (having links here). Row 2 - Cell 2, is completly black, but it has an image aligned to the left so it's a smooth curve.
The problem I'm having is it looks perfectly fine on my resolution when the screen is maximized, however, if I make the screen a window and make it smaller, the cells start to become taller in height making everything look wrong. Is there a way to prevent this?
I tried using the nowrap command, but that didn't seem to do anything.
<TABLE WIDTH="100%" HEIGHT="8%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR HEIGHT="20">
<TD bgcolor="000000" nowrap></TD>
<TD bgcolor="000000" nowrap></TD>
</TR>
<TR HEIGHT="20">
<TD WIDTH=350 ALIGN=LEFTT><font face="verdana" size="2" color="000000" nowrap>
<A HREF="main.htm">Main</A> |
<A HREF="contact.htm">Contact Us</A> |
<A HREF="about.htm">About</A> |
<A HREF="help.htm">Help</A>
</TD>
<TD bgcolor="000000" width=500><IMG SRC="images/curve.gif" align="left" border="0"
hspace="0 width="50" height="20" nowrap></TD>
</TR>
</TABLE>
-Nate
I'm trying to make a small 2x2 table setup. The top row is completely black.
Row 2 - Cell 1, is completly white (having links here). Row 2 - Cell 2, is completly black, but it has an image aligned to the left so it's a smooth curve.
The problem I'm having is it looks perfectly fine on my resolution when the screen is maximized, however, if I make the screen a window and make it smaller, the cells start to become taller in height making everything look wrong. Is there a way to prevent this?
I tried using the nowrap command, but that didn't seem to do anything.
<TABLE WIDTH="100%" HEIGHT="8%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR HEIGHT="20">
<TD bgcolor="000000" nowrap></TD>
<TD bgcolor="000000" nowrap></TD>
</TR>
<TR HEIGHT="20">
<TD WIDTH=350 ALIGN=LEFTT><font face="verdana" size="2" color="000000" nowrap>
<A HREF="main.htm">Main</A> |
<A HREF="contact.htm">Contact Us</A> |
<A HREF="about.htm">About</A> |
<A HREF="help.htm">Help</A>
</TD>
<TD bgcolor="000000" width=500><IMG SRC="images/curve.gif" align="left" border="0"
hspace="0 width="50" height="20" nowrap></TD>
</TR>
</TABLE>
-Nate