![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hey guys, I've just recently begun writing web pages again, and I am attempting to write them in Notepad to force myself to remember how its done. When creating tables with background colors in the cells how do you keep the lines b/w the cells from showing up? I'm not talking about the border attribute, but the cells aren't butting up against each other. Thanks! |
#3
| |||
| |||
|
|
TabooLexicon wrote: Hey guys, I've just recently begun writing web pages again, and I am attempting to write them in Notepad to force myself to remember how its done. When creating tables with background colors in the cells how do you keep the lines b/w the cells from showing up? I'm not talking about the border attribute, but the cells aren't butting up against each other. Thanks! The attrubutes you want are: cellspacing = length cellpadding = length Eg. table cellspacing="0px" cellpadding="0px" /table Hth, |
#4
| |||
| |||
|
|
Thanks a lot Ben, i'll try it! Ben Measures <saint_abroadremove (AT) removehotmail (DOT) com> wrote TabooLexicon wrote: Hey guys, I've just recently begun writing web pages again, and I am attempting to write them in Notepad to force myself to remember how its done. When creating tables with background colors in the cells how do you keep the lines b/w the cells from showing up? I'm not talking about the border attribute, but the cells aren't butting up against each other. Thanks! The attrubutes you want are: cellspacing = length cellpadding = length Eg. table cellspacing="0px" cellpadding="0px" /table Hth, |
#5
| |||
| |||
|
|
There are also many table generators, on the web. msword will save to html |
![]() |
| Thread Tools | |
| Display Modes | |
| |