Click to See Complete Forum and Search --> : tables..td


minulescu
01-13-2003, 11:48 PM
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.
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.

http://www27.brinkster.com/minulescu/project.html

xXxZom_biExXx
01-14-2003, 03:04 AM
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="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>
</td><td width="5%"></td>


i have attached a text file of the complete html page for you to view if that will help more

you can change the solid value in (style="border-style: solid;)
to any of these values

solid
dotted
dashed
double
groove
ridge
inset
outset


hope this helps

minulescu
01-14-2003, 03:16 AM
helps a lot..thank you very much.