ecojohnson
Programmer
I am trying to build a table with two columns, with a border around the second column. Everything I try doesn't seem to work. In this example, I would like to have a border arouond the "Blah Blah" section.
However, if I place a <TD width="460" border="2"> for the tag, I get nothing. I then added the word BORDER to the initial <table> tag. Still nothing. I can only get a border to surround both columns or I can't get a border to appear at all. Any advice?
<TABLE>
<TR VALIGN=TOP>
<TD width="125"><u>First Section</u></TD>
<TD width="460">Blah Blah<BR>Blah<BR>Blah Blah<BR>Blah</TD>
</TR>
</TABLE>
However, if I place a <TD width="460" border="2"> for the tag, I get nothing. I then added the word BORDER to the initial <table> tag. Still nothing. I can only get a border to surround both columns or I can't get a border to appear at all. Any advice?
<TABLE>
<TR VALIGN=TOP>
<TD width="125"><u>First Section</u></TD>
<TD width="460">Blah Blah<BR>Blah<BR>Blah Blah<BR>Blah</TD>
</TR>
</TABLE>