Can one of you assist me in how to place a right side border to a table column…right side only(Ie a vertical rule)
Take this code for example:
<table bgcolor="#FFFFFF " height=“500” cellpaddin=“0” cellspacing=“0” border=“0”>
<tr>
<td width=210>Testing 2</td>
<td width=486>Testing 1</td>
</tr>
</table>
Where does it go and more importantly, what goes where??..is this some CSS div script? I’m so out of date on this crap it’s scary…script code for position, height %, color, etc…
Thanks
Shawn where you at on this one…Aught to be able to do this one blindfolded and walking the other direction ;D
What, did you all get loaded or something and pass out??? I know there’s a few of you in here… :confused
Shady, Shawn, Singh and Pants party, where art though? :confused
no love for me
<STYLE>
table
{
border-width: 0px 1px 0px 0px;
border-style: solid;
}
</STYLE>
<table bgcolor="#FFFFFF " height=“500” cellpaddin=“0” cellspacing=“0”>
<tr>
<td width=210>Testing 2</td>
<td width=486>Testing 1</td>
</tr>
</table>
no love for me
I’m sorry but “Geek” is not the first impression that comes to mind when we think of you, it’s a different character trait. :lol
Thank you though :thumb
yes, I’m out to disprove all the stereotypes about so-called “geeks”. I take your comment as a compliment.