Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

HTML table with only vertical cell borders
(1 viewing) (1) Guest
All your queries regarding HTML will be solved in this forum
  • Page:
  • 1
TOPIC:

HTML table with only vertical cell borders

HTML table with only vertical cell borders 9 months, 3 weeks ago #728

  • nikhil
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Karma: 1
How to draw an HTML table with only vertical cell borders?

Re: HTML table with only vertical cell borders 9 months, 3 weeks ago #731

  • palak
  • OFFLINE
  • Senior Boarder
  • Posts: 55
  • Karma: 0
Its very easy. Collapse the borders and apply either a left or right border to the table cells
Code:
table
{
border-collapse: collapse;
}

th
{
padding: 5px 10px;
text-align: right;
}

td
{
padding: 5px 10px;
text-align: center;
border-left: 1px solid #aaaaaa;
}
  • Page:
  • 1
Time to create page: 1.40 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download