<TD> Border

liunx

Guest
Hi, i know its such a silly and easy question and i should know the answer to it, but, for some reason, when i try putting <td border="1"> in it doesnt display a border. What am i doing wrong?<br />
<br />
Thanks<br />
Jamie<!--content-->use css, <td style="border:1px #000000 solid;"><br />
<br />
:)<!--content-->As far as I know, when using only HTML, you can only set a border for the <table> element which sets it for every row and every column. Whwn using only HTML you cannot set it for individual rows, columns, or cells.<br />
<br />
However, by using CSS you can do all of those things.<!--content-->
 
Back
Top