tables..td

I don't know if it's possible, but i want to make just on td of one table to have a border. Actually i just want the text to be surrounded by a border, so I put it in a td but that didnt work either, and the td is kinda big for the text anyways.<br />
Here's a link. I want the text in the black td to be surrounded by a border, possibly even rounnded edges, but i have no clue how to achieve this. I want this particular portion of the page to kinda stand out for the user to see. Take a look. Any help is greatly appreciated, as well as any suggestion for the site, casue its knida crappy right now.<br />
<br />
<!-- m --><a class="postlink" href="http://www27.brinkster.com/minulescu/project.html">http://www27.brinkster.com/minulescu/project.html</a><!-- m --><!--content-->put this for your td tag <td align="center" class="index" width="30%" bordercolor="#FFFFFF" style="border-style: solid; border-color: #FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF"><div><a href=http://www.webdeveloper.com/forum/archive/index.php/"profile.htm">PROFILE</a><br><br><a href="profile.htm">CAREER</a><br><br><a href="profile.htm">FAVORITES</a><br><br><a href="profile.htm">FACTLIFE</a><br><br><a href="profile.htm">QUOTES</a><br></div><br />
</td><td width="5%"></td><br />
<br />
<br />
i have attached a text file of the complete html page for you to view if that will help more<br />
<br />
you can change the solid value in (style="border-style: solid;)<br />
to any of these values <br />
<br />
solid<br />
dotted<br />
dashed<br />
double<br />
groove<br />
ridge<br />
inset<br />
outset<br />
<br />
<br />
hope this helps<!--content-->helps a lot..thank you very much.<!--content-->
 
Back
Top