PC Review


Reply
Thread Tools Rate Thread

css vs tables

 
 
Wally S
Guest
Posts: n/a
 
      27th Jun 2005
I have read stuff here and on the internet about the benefits of laying out
with CSS instead of tables, so I decided to try it out. I copied one of my
pages laid out with tables and created an identical page using CSS. It was
easy because it was a simple two-column layout.

But what's the advantage? The estimated loading time on the bottom of the
screen is exactly the same for both versions. The CSS isn't any easier or
faster to work with, and you have to be careful about long, unbreakable
words. If you have one, and the reader enlarges the font, the right-hand
column will go crashing to the bottom of the page.

With tables, you might get something ugly and mashed-up, but it won't
destroy your layout. It took me quite a while to find the long, unbreakable
word because the right-hand column had gone down to the bottom, whereas with
a table I could have spotted it right away. I couldn't find any fix for this
on the web.

So I found a disadvantage but no advantage. Am I missing something?

Wally S


 
Reply With Quote
 
 
 
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      27th Jun 2005
Wally,
Basically, it's more a matter of style and elegance. Tables are
messy, non-efficient, but they work like a charm if you know how to use them
right. CSS is the "way to go", though I would tack an eventually onto that.
I like CSS, but not for doing layouts. Tables, although they're not very
elegant work nicely and their behavior is well understood. CSS positioning
also works, but has it's own set of quirks across multiple browsers,
especially for sites that have to support users that haven't (don't) want to
upgrade. I still see plenty of users with old versions of Navigator hanging
around and are just too stubborn to upgrade to a new browser.

I would agree with you that a lot of things are easier to spot with
tables and, they usually make our job easier in the end.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Wally S" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have read stuff here and on the internet about the benefits of laying out
> with CSS instead of tables, so I decided to try it out. I copied one of my
> pages laid out with tables and created an identical page using CSS. It was
> easy because it was a simple two-column layout.
>
> But what's the advantage? The estimated loading time on the bottom of the
> screen is exactly the same for both versions. The CSS isn't any easier or
> faster to work with, and you have to be careful about long, unbreakable
> words. If you have one, and the reader enlarges the font, the right-hand
> column will go crashing to the bottom of the page.
>
> With tables, you might get something ugly and mashed-up, but it won't
> destroy your layout. It took me quite a while to find the long,
> unbreakable
> word because the right-hand column had gone down to the bottom, whereas
> with
> a table I could have spotted it right away. I couldn't find any fix for
> this
> on the web.
>
> So I found a disadvantage but no advantage. Am I missing something?
>
> Wally S
>
>



 
Reply With Quote
 
Wally S
Guest
Posts: n/a
 
      27th Jun 2005
Thanks, Mark,

It's nice to know I don't have to go around feeling like a dinosaur. I do
most of my formatting with CSS, but I think that for basic layout, tables
are more solid and reliable. We'll see what the future brings.

Wally S


"Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Wally,
> Basically, it's more a matter of style and elegance. Tables are
> messy, non-efficient, but they work like a charm if you know how to use

them
> right. CSS is the "way to go", though I would tack an eventually onto

that.
> I like CSS, but not for doing layouts. Tables, although they're not very
> elegant work nicely and their behavior is well understood. CSS positioning
> also works, but has it's own set of quirks across multiple browsers,
> especially for sites that have to support users that haven't (don't) want

to
> upgrade. I still see plenty of users with old versions of Navigator

hanging
> around and are just too stubborn to upgrade to a new browser.
>
> I would agree with you that a lot of things are easier to spot

with
> tables and, they usually make our job easier in the end.
>
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP - FrontPage
>
> "Wally S" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I have read stuff here and on the internet about the benefits of laying

out
> > with CSS instead of tables, so I decided to try it out. I copied one of

my
> > pages laid out with tables and created an identical page using CSS. It

was
> > easy because it was a simple two-column layout.
> >
> > But what's the advantage? The estimated loading time on the bottom of

the
> > screen is exactly the same for both versions. The CSS isn't any easier

or
> > faster to work with, and you have to be careful about long, unbreakable
> > words. If you have one, and the reader enlarges the font, the right-hand
> > column will go crashing to the bottom of the page.
> >
> > With tables, you might get something ugly and mashed-up, but it won't
> > destroy your layout. It took me quite a while to find the long,
> > unbreakable
> > word because the right-hand column had gone down to the bottom, whereas
> > with
> > a table I could have spotted it right away. I couldn't find any fix for
> > this
> > on the web.
> >
> > So I found a disadvantage but no advantage. Am I missing something?
> >
> > Wally S
> >
> >

>
>



 
Reply With Quote
 
E. T. Culling
Guest
Posts: n/a
 
      27th Jun 2005
I think that CSS-P is not easy to learn and because I'll be retiring fairly
soon, I'm not going to bother. If I were younger I would feel more compelled
to learn it.
Eleanor
"Wally S" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Thanks, Mark,
>
> It's nice to know I don't have to go around feeling like a dinosaur. I do
> most of my formatting with CSS, but I think that for basic layout, tables
> are more solid and reliable. We'll see what the future brings.
>
> Wally S
>
>
> "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Wally,
>> Basically, it's more a matter of style and elegance. Tables are
>> messy, non-efficient, but they work like a charm if you know how to use

> them
>> right. CSS is the "way to go", though I would tack an eventually onto

> that.
>> I like CSS, but not for doing layouts. Tables, although they're not very
>> elegant work nicely and their behavior is well understood. CSS
>> positioning
>> also works, but has it's own set of quirks across multiple browsers,
>> especially for sites that have to support users that haven't (don't) want

> to
>> upgrade. I still see plenty of users with old versions of Navigator

> hanging
>> around and are just too stubborn to upgrade to a new browser.
>>
>> I would agree with you that a lot of things are easier to spot

> with
>> tables and, they usually make our job easier in the end.
>>
>> Hope this helps,
>> Mark Fitzpatrick
>> Microsoft MVP - FrontPage
>>
>> "Wally S" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I have read stuff here and on the internet about the benefits of laying

> out
>> > with CSS instead of tables, so I decided to try it out. I copied one of

> my
>> > pages laid out with tables and created an identical page using CSS. It

> was
>> > easy because it was a simple two-column layout.
>> >
>> > But what's the advantage? The estimated loading time on the bottom of

> the
>> > screen is exactly the same for both versions. The CSS isn't any easier

> or
>> > faster to work with, and you have to be careful about long, unbreakable
>> > words. If you have one, and the reader enlarges the font, the
>> > right-hand
>> > column will go crashing to the bottom of the page.
>> >
>> > With tables, you might get something ugly and mashed-up, but it won't
>> > destroy your layout. It took me quite a while to find the long,
>> > unbreakable
>> > word because the right-hand column had gone down to the bottom, whereas
>> > with
>> > a table I could have spotted it right away. I couldn't find any fix for
>> > this
>> > on the web.
>> >
>> > So I found a disadvantage but no advantage. Am I missing something?
>> >
>> > Wally S
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Jon Spivey
Guest
Posts: n/a
 
      27th Jun 2005
Hi Wally,

I agree with you - my own method is to stick one simple 2 or 3 column table
on the page and then style the content with CSS, this is quick to design,
easy to maintain and bomb-proof all the way back to NN4. I see some of the
CSS "gurus" saying thngs like tables are only for tabular data, and even
using tables for layout is plain wrong - but I've never actually seen a
real business benifit to using CSS for layout. If I saw one benifit I'd
switch tommorow - the way things are going though that may be a long wait
:-)

--
Cheers,
Jon
Microsoft MVP

"Wally S" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Thanks, Mark,
>
> It's nice to know I don't have to go around feeling like a dinosaur. I do
> most of my formatting with CSS, but I think that for basic layout, tables
> are more solid and reliable. We'll see what the future brings.
>
> Wally S
>
>
> "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Wally,
>> Basically, it's more a matter of style and elegance. Tables are
>> messy, non-efficient, but they work like a charm if you know how to use

> them
>> right. CSS is the "way to go", though I would tack an eventually onto

> that.
>> I like CSS, but not for doing layouts. Tables, although they're not very
>> elegant work nicely and their behavior is well understood. CSS
>> positioning
>> also works, but has it's own set of quirks across multiple browsers,
>> especially for sites that have to support users that haven't (don't) want

> to
>> upgrade. I still see plenty of users with old versions of Navigator

> hanging
>> around and are just too stubborn to upgrade to a new browser.
>>
>> I would agree with you that a lot of things are easier to spot

> with
>> tables and, they usually make our job easier in the end.
>>
>> Hope this helps,
>> Mark Fitzpatrick
>> Microsoft MVP - FrontPage
>>
>> "Wally S" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I have read stuff here and on the internet about the benefits of laying

> out
>> > with CSS instead of tables, so I decided to try it out. I copied one of

> my
>> > pages laid out with tables and created an identical page using CSS. It

> was
>> > easy because it was a simple two-column layout.
>> >
>> > But what's the advantage? The estimated loading time on the bottom of

> the
>> > screen is exactly the same for both versions. The CSS isn't any easier

> or
>> > faster to work with, and you have to be careful about long, unbreakable
>> > words. If you have one, and the reader enlarges the font, the
>> > right-hand
>> > column will go crashing to the bottom of the page.
>> >
>> > With tables, you might get something ugly and mashed-up, but it won't
>> > destroy your layout. It took me quite a while to find the long,
>> > unbreakable
>> > word because the right-hand column had gone down to the bottom, whereas
>> > with
>> > a table I could have spotted it right away. I couldn't find any fix for
>> > this
>> > on the web.
>> >
>> > So I found a disadvantage but no advantage. Am I missing something?
>> >
>> > Wally S
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      27th Jun 2005
Wally S,

I don't feel like a "dinosaur" and as long as tables are still supported (along with other HTML
tags) I will continue to use them, since they work. I see very little reason or benefit to use CSS
for the work that I do.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================

"Wally S" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> Thanks, Mark,
>
> It's nice to know I don't have to go around feeling like a dinosaur. I do
> most of my formatting with CSS, but I think that for basic layout, tables
> are more solid and reliable. We'll see what the future brings.
>
> Wally S
>
>
> "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Wally,
>> Basically, it's more a matter of style and elegance. Tables are
>> messy, non-efficient, but they work like a charm if you know how to use

> them
>> right. CSS is the "way to go", though I would tack an eventually onto

> that.
>> I like CSS, but not for doing layouts. Tables, although they're not very
>> elegant work nicely and their behavior is well understood. CSS positioning
>> also works, but has it's own set of quirks across multiple browsers,
>> especially for sites that have to support users that haven't (don't) want

> to
>> upgrade. I still see plenty of users with old versions of Navigator

> hanging
>> around and are just too stubborn to upgrade to a new browser.
>>
>> I would agree with you that a lot of things are easier to spot

> with
>> tables and, they usually make our job easier in the end.
>>
>> Hope this helps,
>> Mark Fitzpatrick
>> Microsoft MVP - FrontPage
>>
>> "Wally S" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I have read stuff here and on the internet about the benefits of laying

> out
>> > with CSS instead of tables, so I decided to try it out. I copied one of

> my
>> > pages laid out with tables and created an identical page using CSS. It

> was
>> > easy because it was a simple two-column layout.
>> >
>> > But what's the advantage? The estimated loading time on the bottom of

> the
>> > screen is exactly the same for both versions. The CSS isn't any easier

> or
>> > faster to work with, and you have to be careful about long, unbreakable
>> > words. If you have one, and the reader enlarges the font, the right-hand
>> > column will go crashing to the bottom of the page.
>> >
>> > With tables, you might get something ugly and mashed-up, but it won't
>> > destroy your layout. It took me quite a while to find the long,
>> > unbreakable
>> > word because the right-hand column had gone down to the bottom, whereas
>> > with
>> > a table I could have spotted it right away. I couldn't find any fix for
>> > this
>> > on the web.
>> >
>> > So I found a disadvantage but no advantage. Am I missing something?
>> >
>> > Wally S
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Chris Leeds, MVP-FrontPage
Guest
Posts: n/a
 
      27th Jun 2005
FWIW;
I did a site in nothing but css (no tables) and it's probably the last time
for a while that I'll do it.

rather than engage in the debate as to which is better css or tables I'm a
proponent of using both. it gives you the "stability" of a table and all
those <td> tags and whatnot are perfect places to "class" or "ID". you'll
also find that you'll need a lot less "nesting" of tables by this method.

also, if you're interested in "tableless" design the best book I've found is
at www.sitepoint.com it's called HTML Utopia. it's a great book for .css
skill enhancement even if you don't intend to go "tableless".

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
"Wally S" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> Thanks, Mark,
>
> It's nice to know I don't have to go around feeling like a dinosaur. I do
> most of my formatting with CSS, but I think that for basic layout, tables
> are more solid and reliable. We'll see what the future brings.
>
> Wally S
>
>
> "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Wally,
> > Basically, it's more a matter of style and elegance. Tables are
> > messy, non-efficient, but they work like a charm if you know how to use

> them
> > right. CSS is the "way to go", though I would tack an eventually onto

> that.
> > I like CSS, but not for doing layouts. Tables, although they're not very
> > elegant work nicely and their behavior is well understood. CSS

positioning
> > also works, but has it's own set of quirks across multiple browsers,
> > especially for sites that have to support users that haven't (don't)

want
> to
> > upgrade. I still see plenty of users with old versions of Navigator

> hanging
> > around and are just too stubborn to upgrade to a new browser.
> >
> > I would agree with you that a lot of things are easier to spot

> with
> > tables and, they usually make our job easier in the end.
> >
> > Hope this helps,
> > Mark Fitzpatrick
> > Microsoft MVP - FrontPage
> >
> > "Wally S" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > >I have read stuff here and on the internet about the benefits of laying

> out
> > > with CSS instead of tables, so I decided to try it out. I copied one

of
> my
> > > pages laid out with tables and created an identical page using CSS. It

> was
> > > easy because it was a simple two-column layout.
> > >
> > > But what's the advantage? The estimated loading time on the bottom of

> the
> > > screen is exactly the same for both versions. The CSS isn't any

easier
> or
> > > faster to work with, and you have to be careful about long,

unbreakable
> > > words. If you have one, and the reader enlarges the font, the

right-hand
> > > column will go crashing to the bottom of the page.
> > >
> > > With tables, you might get something ugly and mashed-up, but it won't
> > > destroy your layout. It took me quite a while to find the long,
> > > unbreakable
> > > word because the right-hand column had gone down to the bottom,

whereas
> > > with
> > > a table I could have spotted it right away. I couldn't find any fix

for
> > > this
> > > on the web.
> > >
> > > So I found a disadvantage but no advantage. Am I missing something?
> > >
> > > Wally S
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      27th Jun 2005
As Uncle Chutney would say, "It's six of one of half of one of half a dozen
of the other." But he wouldn't tell me WHY he would say that.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"Jon Spivey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Wally,
>
> I agree with you - my own method is to stick one simple 2 or 3 column
> table on the page and then style the content with CSS, this is quick to
> design, easy to maintain and bomb-proof all the way back to NN4. I see
> some of the CSS "gurus" saying thngs like tables are only for tabular
> data, and even using tables for layout is plain wrong - but I've never
> actually seen a real business benifit to using CSS for layout. If I saw
> one benifit I'd switch tommorow - the way things are going though that may
> be a long wait :-)
>
> --
> Cheers,
> Jon
> Microsoft MVP
>
> "Wally S" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Thanks, Mark,
>>
>> It's nice to know I don't have to go around feeling like a dinosaur. I do
>> most of my formatting with CSS, but I think that for basic layout,
>> tables
>> are more solid and reliable. We'll see what the future brings.
>>
>> Wally S
>>
>>
>> "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Wally,
>>> Basically, it's more a matter of style and elegance. Tables are
>>> messy, non-efficient, but they work like a charm if you know how to use

>> them
>>> right. CSS is the "way to go", though I would tack an eventually onto

>> that.
>>> I like CSS, but not for doing layouts. Tables, although they're not very
>>> elegant work nicely and their behavior is well understood. CSS
>>> positioning
>>> also works, but has it's own set of quirks across multiple browsers,
>>> especially for sites that have to support users that haven't (don't)
>>> want

>> to
>>> upgrade. I still see plenty of users with old versions of Navigator

>> hanging
>>> around and are just too stubborn to upgrade to a new browser.
>>>
>>> I would agree with you that a lot of things are easier to spot

>> with
>>> tables and, they usually make our job easier in the end.
>>>
>>> Hope this helps,
>>> Mark Fitzpatrick
>>> Microsoft MVP - FrontPage
>>>
>>> "Wally S" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>> >I have read stuff here and on the internet about the benefits of laying

>> out
>>> > with CSS instead of tables, so I decided to try it out. I copied one
>>> > of

>> my
>>> > pages laid out with tables and created an identical page using CSS. It

>> was
>>> > easy because it was a simple two-column layout.
>>> >
>>> > But what's the advantage? The estimated loading time on the bottom of

>> the
>>> > screen is exactly the same for both versions. The CSS isn't any
>>> > easier

>> or
>>> > faster to work with, and you have to be careful about long,
>>> > unbreakable
>>> > words. If you have one, and the reader enlarges the font, the
>>> > right-hand
>>> > column will go crashing to the bottom of the page.
>>> >
>>> > With tables, you might get something ugly and mashed-up, but it won't
>>> > destroy your layout. It took me quite a while to find the long,
>>> > unbreakable
>>> > word because the right-hand column had gone down to the bottom,
>>> > whereas
>>> > with
>>> > a table I could have spotted it right away. I couldn't find any fix
>>> > for
>>> > this
>>> > on the web.
>>> >
>>> > So I found a disadvantage but no advantage. Am I missing something?
>>> >
>>> > Wally S
>>> >
>>> >
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
David Baxter
Guest
Posts: n/a
 
      27th Jun 2005
The more I hear about Uncle Chutney, the more worried I am about the
danger he presents to self and others...


"Kevin Spencer" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> As Uncle Chutney would say, "It's six of one of half of one of half a

dozen
> of the other." But he wouldn't tell me WHY he would say that.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> Ambiguity has a certain quality to it.
>
> "Jon Spivey" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi Wally,
> >
> > I agree with you - my own method is to stick one simple 2 or 3

column
> > table on the page and then style the content with CSS, this is quick

to
> > design, easy to maintain and bomb-proof all the way back to NN4. I

see
> > some of the CSS "gurus" saying thngs like tables are only for

tabular
> > data, and even using tables for layout is plain wrong - but I've

never
> > actually seen a real business benifit to using CSS for layout. If I

saw
> > one benifit I'd switch tommorow - the way things are going though

that may
> > be a long wait :-)
> >
> > --
> > Cheers,
> > Jon
> > Microsoft MVP
> >
> > "Wally S" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> >> Thanks, Mark,
> >>
> >> It's nice to know I don't have to go around feeling like a

dinosaur. I do
> >> most of my formatting with CSS, but I think that for basic layout,
> >> tables
> >> are more solid and reliable. We'll see what the future brings.
> >>
> >> Wally S
> >>
> >>
> >> "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >>> Wally,
> >>> Basically, it's more a matter of style and elegance.

Tables are
> >>> messy, non-efficient, but they work like a charm if you know how

to use
> >> them
> >>> right. CSS is the "way to go", though I would tack an eventually

onto
> >> that.
> >>> I like CSS, but not for doing layouts. Tables, although they're

not very
> >>> elegant work nicely and their behavior is well understood. CSS
> >>> positioning
> >>> also works, but has it's own set of quirks across multiple

browsers,
> >>> especially for sites that have to support users that haven't

(don't)
> >>> want
> >> to
> >>> upgrade. I still see plenty of users with old versions of

Navigator
> >> hanging
> >>> around and are just too stubborn to upgrade to a new browser.
> >>>
> >>> I would agree with you that a lot of things are easier to

spot
> >> with
> >>> tables and, they usually make our job easier in the end.
> >>>
> >>> Hope this helps,
> >>> Mark Fitzpatrick
> >>> Microsoft MVP - FrontPage
> >>>
> >>> "Wally S" <(E-Mail Removed)> wrote in message
> >>> news:(E-Mail Removed)...
> >>> >I have read stuff here and on the internet about the benefits of

laying
> >> out
> >>> > with CSS instead of tables, so I decided to try it out. I copied

one
> >>> > of
> >> my
> >>> > pages laid out with tables and created an identical page using

CSS. It
> >> was
> >>> > easy because it was a simple two-column layout.
> >>> >
> >>> > But what's the advantage? The estimated loading time on the

bottom of
> >> the
> >>> > screen is exactly the same for both versions. The CSS isn't any
> >>> > easier
> >> or
> >>> > faster to work with, and you have to be careful about long,
> >>> > unbreakable
> >>> > words. If you have one, and the reader enlarges the font, the
> >>> > right-hand
> >>> > column will go crashing to the bottom of the page.
> >>> >
> >>> > With tables, you might get something ugly and mashed-up, but it

won't
> >>> > destroy your layout. It took me quite a while to find the long,
> >>> > unbreakable
> >>> > word because the right-hand column had gone down to the bottom,
> >>> > whereas
> >>> > with
> >>> > a table I could have spotted it right away. I couldn't find any

fix
> >>> > for
> >>> > this
> >>> > on the web.
> >>> >
> >>> > So I found a disadvantage but no advantage. Am I missing

something?
> >>> >
> >>> > Wally S
> >>> >
> >>> >
> >>>
> >>>
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      27th Jun 2005
> The more I hear about Uncle Chutney, the more worried I am about the
> danger he presents to self and others...


Ah, he's quite a kindly old chap, actually. No more danger than Geppetto,
Albert Einstein, or Jerry Garcia!

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"David Baxter" <spam-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The more I hear about Uncle Chutney, the more worried I am about the
> danger he presents to self and others...
>
>
> "Kevin Spencer" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> As Uncle Chutney would say, "It's six of one of half of one of half a

> dozen
>> of the other." But he wouldn't tell me WHY he would say that.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> Ambiguity has a certain quality to it.
>>
>> "Jon Spivey" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Hi Wally,
>> >
>> > I agree with you - my own method is to stick one simple 2 or 3

> column
>> > table on the page and then style the content with CSS, this is quick

> to
>> > design, easy to maintain and bomb-proof all the way back to NN4. I

> see
>> > some of the CSS "gurus" saying thngs like tables are only for

> tabular
>> > data, and even using tables for layout is plain wrong - but I've

> never
>> > actually seen a real business benifit to using CSS for layout. If I

> saw
>> > one benifit I'd switch tommorow - the way things are going though

> that may
>> > be a long wait :-)
>> >
>> > --
>> > Cheers,
>> > Jon
>> > Microsoft MVP
>> >
>> > "Wally S" <(E-Mail Removed)> wrote in message
>> > news:%(E-Mail Removed)...
>> >> Thanks, Mark,
>> >>
>> >> It's nice to know I don't have to go around feeling like a

> dinosaur. I do
>> >> most of my formatting with CSS, but I think that for basic layout,
>> >> tables
>> >> are more solid and reliable. We'll see what the future brings.
>> >>
>> >> Wally S
>> >>
>> >>
>> >> "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
>> >> news:(E-Mail Removed)...
>> >>> Wally,
>> >>> Basically, it's more a matter of style and elegance.

> Tables are
>> >>> messy, non-efficient, but they work like a charm if you know how

> to use
>> >> them
>> >>> right. CSS is the "way to go", though I would tack an eventually

> onto
>> >> that.
>> >>> I like CSS, but not for doing layouts. Tables, although they're

> not very
>> >>> elegant work nicely and their behavior is well understood. CSS
>> >>> positioning
>> >>> also works, but has it's own set of quirks across multiple

> browsers,
>> >>> especially for sites that have to support users that haven't

> (don't)
>> >>> want
>> >> to
>> >>> upgrade. I still see plenty of users with old versions of

> Navigator
>> >> hanging
>> >>> around and are just too stubborn to upgrade to a new browser.
>> >>>
>> >>> I would agree with you that a lot of things are easier to

> spot
>> >> with
>> >>> tables and, they usually make our job easier in the end.
>> >>>
>> >>> Hope this helps,
>> >>> Mark Fitzpatrick
>> >>> Microsoft MVP - FrontPage
>> >>>
>> >>> "Wally S" <(E-Mail Removed)> wrote in message
>> >>> news:(E-Mail Removed)...
>> >>> >I have read stuff here and on the internet about the benefits of

> laying
>> >> out
>> >>> > with CSS instead of tables, so I decided to try it out. I copied

> one
>> >>> > of
>> >> my
>> >>> > pages laid out with tables and created an identical page using

> CSS. It
>> >> was
>> >>> > easy because it was a simple two-column layout.
>> >>> >
>> >>> > But what's the advantage? The estimated loading time on the

> bottom of
>> >> the
>> >>> > screen is exactly the same for both versions. The CSS isn't any
>> >>> > easier
>> >> or
>> >>> > faster to work with, and you have to be careful about long,
>> >>> > unbreakable
>> >>> > words. If you have one, and the reader enlarges the font, the
>> >>> > right-hand
>> >>> > column will go crashing to the bottom of the page.
>> >>> >
>> >>> > With tables, you might get something ugly and mashed-up, but it

> won't
>> >>> > destroy your layout. It took me quite a while to find the long,
>> >>> > unbreakable
>> >>> > word because the right-hand column had gone down to the bottom,
>> >>> > whereas
>> >>> > with
>> >>> > a table I could have spotted it right away. I couldn't find any

> fix
>> >>> > for
>> >>> > this
>> >>> > on the web.
>> >>> >
>> >>> > So I found a disadvantage but no advantage. Am I missing

> something?
>> >>> >
>> >>> > Wally S
>> >>> >
>> >>> >
>> >>>
>> >>>
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
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
Any way to programmatically make pivot tables behave more like data tables? Ferris Microsoft Excel Programming 1 24th Aug 2007 06:20 PM
Creating archive tables for Access tables joined to Sybase tables =?Utf-8?B?QXJjaGl2ZSBUYWJsZXM=?= Microsoft Access External Data 0 11th Jan 2006 10:31 PM
relating two tables of similar data type with other tables & queri =?Utf-8?B?UEo=?= Microsoft Access Getting Started 4 24th Feb 2005 07:26 PM
VBA code for searching and appending data from linked tables to unlinked tables Pete Straman Straman via AccessMonster.com Microsoft Access External Data 1 17th Feb 2005 07:40 PM
Access 2003: Linked Tables Manager don't show tables Morten Microsoft Access External Data 3 14th Feb 2004 03:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:09 AM.