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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML table cell border

Status
Not open for further replies.

theoneweasel77

Programmer
Joined
Aug 10, 2004
Messages
54
Location
US
is there any way to set a table CELL to have a border? if so, is there any way to make the border be only on one side (top, right, etc.)?
 
Sure... this is standard stuff:
Code:
<td style="border-right: red 1px solid;">
In many cases it is better to use classes/cascading instead of inline styles, but principle is the same.
 
oh, ok. Thanks! My CSS Isn't all that good (learned from echoecho.com and never really followed up). I wish I knew more though. After I'm done with javascript I'll have to look at it more.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top