PC Review


Reply
 
 
=?Utf-8?B?bGl6d29yazc2?=
Guest
Posts: n/a
 
      30th Nov 2005
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.
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      30th Nov 2005
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

"lizwork76" <(E-Mail Removed)> wrote in message
news:6510B5DB-F383-43FC-B990-(E-Mail Removed)...
> 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.



 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      30th Nov 2005
I presume not showing "0" means "0". If it was any other value it would
show it.

"lizwork76" <(E-Mail Removed)> wrote in message
news:6510B5DB-F383-43FC-B990-(E-Mail Removed)...
> 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.



 
Reply With Quote
 
P@tty Ayers
Guest
Posts: n/a
 
      30th Nov 2005
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. :-(


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--



"lizwork76" <(E-Mail Removed)> wrote in message
news:6510B5DB-F383-43FC-B990-(E-Mail Removed)...
> 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.



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      30th Nov 2005
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@tty Ayers" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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. :-(
>
>
> --
> Patty Ayers | www.WebDevBiz.com
> Free Articles on the Business of Web Development
> Web Design Contract, Estimate Request Form, Estimate Worksheet
> --
>
>
>
> "lizwork76" <(E-Mail Removed)> wrote in message
> news:6510B5DB-F383-43FC-B990-(E-Mail Removed)...
>> 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.

>
>



 
Reply With Quote
 
P@tty Ayers
Guest
Posts: n/a
 
      1st Dec 2005
And it should when you type in a "0" value too, of course, but she's saying
that it doesn't for her..

--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--


"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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@tty Ayers" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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. :-(
>>
>>
>> --
>> Patty Ayers | www.WebDevBiz.com
>> Free Articles on the Business of Web Development
>> Web Design Contract, Estimate Request Form, Estimate Worksheet
>> --
>>
>>
>>
>> "lizwork76" <(E-Mail Removed)> wrote in message
>> news:6510B5DB-F383-43FC-B990-(E-Mail Removed)...
>>> 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.

>>
>>

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      1st Dec 2005
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.
==============================================

"P@tty Ayers" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> And it should when you type in a "0" value too, of course, but she's saying that it doesn't for
> her..
>
> --
> Patty Ayers | www.WebDevBiz.com
> Free Articles on the Business of Web Development
> Web Design Contract, Estimate Request Form, Estimate Worksheet
> --
>
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>> 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@tty Ayers" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> 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. :-(
>>>
>>>
>>> --
>>> Patty Ayers | www.WebDevBiz.com
>>> Free Articles on the Business of Web Development
>>> Web Design Contract, Estimate Request Form, Estimate Worksheet
>>> --
>>>
>>>
>>>
>>> "lizwork76" <(E-Mail Removed)> wrote in message
>>> news:6510B5DB-F383-43FC-B990-(E-Mail Removed)...
>>>> 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.
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cellspacing in CSS? Jim Scott Microsoft Frontpage 2 7th Jun 2007 08:26 PM
CSS attribute for CELLSPACING little justin Microsoft Frontpage 5 8th Mar 2005 01:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:04 AM.