This is a discussion on "Tables and 1px borders?" within the Web Page Design section. This forum, and the thread "Tables and 1px borders? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Tables and 1px borders?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Tables and 1px borders?
Alright my new forum skin is 99% done. The final thing i need to do is just wrap 2 columns in a 1px border. When i try to do it in the table (border="1") it creates an ugly 3 pixel border. I have tried to adjust it in my style sheet and its just not happening.
I rarely use tables so does anyone know how to do this? |
|
|
|
#2
|
|||
|
|||
|
Re: Tables and 1px borders?
why dont you do it in css and add the borders in your style sheet? just make the divs inside your table or not use a table at all. If that dosent work than you might just hve to play around with some things.
|
|
#3
|
|||
|
|||
|
Re: Tables and 1px borders?
table {border-collapse: collapse; border:1px solid #000;}
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#4
|
|||
|
|||
|
Re: Tables and 1px borders?
Do moojoo method mate it works great
Thanx Aaron P.S more questions please let us know |
![]() |
| Tags |
| border, tables |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tables..borders- getting them to line up? | lockmac | Web Page Design | 10 | Feb 24th, 2008 12:12 |
| borders around tables question | jooniper | Web Page Design | 7 | Dec 29th, 2007 08:34 |
| Help with div borders in FF, please? | Donny Bahama | Web Page Design | 12 | Apr 10th, 2007 20:09 |
| Disappearing borders | Dotty | Web Page Design | 2 | May 18th, 2006 13:06 |
| borders | benbacardi | Web Page Design | 2 | Jun 4th, 2004 15:39 |