HighDots Forums  

Tables Help

alt.html.writers alt.html.writers


Discuss Tables Help in the alt.html.writers forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
TabooLexicon
 
Posts: n/a

Default Tables Help - 09-29-2004 , 04:19 PM






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!

Reply With Quote
  #2  
Old   
Ben Measures
 
Posts: n/a

Default Re: Tables Help - 09-29-2004 , 07:51 PM






TabooLexicon wrote:
Quote:
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,
--
Ben M.


Reply With Quote
  #3  
Old   
TabooLexicon
 
Posts: n/a

Default Re: Tables Help - 10-02-2004 , 03:28 PM



Thanks a lot Ben, i'll try it!


Ben Measures <saint_abroadremove (AT) removehotmail (DOT) com> wrote

Quote:
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,

Reply With Quote
  #4  
Old   
av7x
 
Posts: n/a

Default Re: Tables Help - 12-02-2004 , 10:43 AM



There are also many table generators, on the web.
msword will save to html
jaq


"TabooLexicon" <taboolexicon (AT) msn (DOT) com> wrote

Quote:
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,



Reply With Quote
  #5  
Old   
Ben Measures
 
Posts: n/a

Default Re: Tables Help - 12-02-2004 , 11:09 AM



av7x wrote:
Quote:
There are also many table generators, on the web.
msword will save to html
And most of them, including msword, create code so messy that you
wouldn't want to touch it with a 10-foot pole.

--
Ben M.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.