cellspacing

L

lizwork76

Can someone please tell me why when you have your table properties set with
cellspacing at "0" it does not automatically show that in the html. It does
automatically show it when you have a value of 1 or more. It does shows cell
padding automatically in the html as zero. This is of concern to me because
on a Mac, it automatically gives tables a border of 1 if it is not in the
html as 0. I do not want to have to manually put that in the code everytime a
make a table, can someone tell me how to make this happen automatically.
Thanks for any input.
 
K

Kevin Spencer

All you have to do is buy all of the software companies that make browsers,
and design all of their browsers to behave the same.

Or, you could use both cellpadding and cellspacing when you design your
tables.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
If you push something hard enough,
it will fall over.
- Fudd's First Law of Opposition
 
A

Andrew Murray

I presume not showing "0" means "0". If it was any other value it would
show it.
 
P

P@tty Ayers

You're right - when you choose a value of 0, FrontPage *should* put

cellspacing="0"

in the code, since that's what you're specifying. I don't know why it
doesn't; must be an oversight or bug. It sounds like you'll need to add it
in manually when using FrontPage. :-(
 
T

Thomas A. Rowe

FP should always write the tags with zero value by default when you insert a table.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
P

P@tty Ayers

And it should when you type in a "0" value too, of course, but she's saying
that it doesn't for her..
 
T

Thomas A. Rowe

I guess it would help to know the version of FP and how the table is being created/inserted, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Top