| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Aug 2004 Location: Philly PA
Posts: 3
![]() | layout table border w/o cell inside having same border i want a blue border around a layout table. However I don't want the cells inside it to have a border around them as well. can i remove this somehow? |
| |
| | #3 (permalink) |
| New Member Join Date: Dec 2004 Location: Montreal
Posts: 4
![]() | CSS borders Forget about nested tables - with CSS borders, margins and paddings you can do much-much more with less code. You can apply them separately to cells, rows and table itself: <table style="border: 1px solid blue"> <tr><td>Cell text</td></td> </table> |
| |