Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TABLE BORDERS

Status
Not open for further replies.

fxraver19

IS-IT--Management
Joined
Apr 21, 2001
Messages
6
Location
CA
Can anybody tell me how to make a table so that I can put links inside. I put the width at about 16%. An example to clearly show what I want is to go to Yahoo! and check the tables on the right hand side (ie: In The News, Marketplace, Inside YAhoo!....)Thanks to anyone that can help.

FxRaver
 
The way to specify border (and other) attributes with a style sheet is like this:
Code:
<style type=&quot;text/css&quot;>
.goldcell { border-width:7; border-color:#bea422; background:#dfd490; border-style:ridge; }
</style>

<td class=&quot;goldcell&quot;>
This would make a gold-colored table cell with wide dark-green ridged borders.
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Thanks for the help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top