Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

I thought CSS was to eliminate tables?

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  filetype icons  
Author Message
dtfa

External


Since: Jun 30, 2003
Posts: 49



(Msg. 1) Posted: Thu Jul 17, 2003 7:37 pm
Post subject: I thought CSS was to eliminate tables?
Archived from groups: alt>www>webmaster (more info?)

I am trying to teach myself CSS. And struggling for sure.

I looked at www.dmxzone.com reviewed the CSS and html code.
There are tables all over the place.

I really thought CSS was to eliminate tables and improve cross browser
compatibility. I am spending hours and hours trying to learn CSS.
There is so much to learn.

Incompatibilities between browsers is terrible. You have to test them
all.

Thanks for any advice on the tables/CSS thing.

 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
web1

External


Since: Jul 03, 2003
Posts: 569



(Msg. 2) Posted: Thu Jul 17, 2003 8:44 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

MeNotHome wrote:
 > I am trying to teach myself CSS. And struggling for sure.
 >
 > I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
 > There are tables all over the place.
 >
 > I really thought CSS was to eliminate tables and improve cross browser
 > compatibility. I am spending hours and hours trying to learn CSS.
 > There is so much to learn.
 >
 > Incompatibilities between browsers is terrible. You have to test them
 > all.
 >

no you don't...you need to put together a good list of
the main incompatibilities and learn where to leave some
"space" in the design so that browser differences don't
break it

best also learn the @import hack so that you can feed
Netscape 4 a different stylesheet from other
browsers...which makes it all a LOT easier

--
eric
<a style='text-decoration: underline;' href="http://www.ericjarvis.co.uk" target="_blank">www.ericjarvis.co.uk</a>
"Hey Lord don't ask me questions
There ain't no answer in me"<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
philrob

External


Since: Jul 03, 2003
Posts: 71



(Msg. 3) Posted: Thu Jul 17, 2003 8:45 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

With total disregard for any kind of safety measures MeNotHome
<dtfa@****nospm****insightbb.com> leapt forth and uttered:

 > I am trying to teach myself CSS. And struggling for sure.
 >
 > I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
 > There are tables all over the place.
 >
 > I really thought CSS was to eliminate tables and improve cross
 > browser compatibility. I am spending hours and hours trying to
 > learn CSS. There is so much to learn.
 >
 > Incompatibilities between browsers is terrible. You have to
 > test them all.
 >
 > Thanks for any advice on the tables/CSS thing.
 >
 >

CSS isn't intended to "eliminate tables". Tables should and will
always be used for tabular data. CSS is intended to eliminate
tables which are misused as a -presentation- tool.

--
There is no signature.....<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
no_user

External


Since: Jul 03, 2003
Posts: 98



(Msg. 4) Posted: Thu Jul 17, 2003 8:49 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <p0kdhvginsotjabucl0fvggsh39h2oi6gj DeleteThis @4ax.com>, MeNotHome wrote:
 > I am trying to teach myself CSS. And struggling for sure.
 >
 > I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
 > There are tables all over the place.
 >
 > I really thought CSS was to eliminate tables and improve cross browser
 > compatibility. I am spending hours and hours trying to learn CSS.
 > There is so much to learn.
 >
 > Incompatibilities between browsers is terrible. You have to test them
 > all.
 >
 > Thanks for any advice on the tables/CSS thing.


It's a bad site in general...some pages in my browser are too big, width
wise, some the correct size...

As for CSS, a good idea, just ahead of its time.


kb<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
iliveforit1

External


Since: Jul 15, 2003
Posts: 27



(Msg. 5) Posted: Thu Jul 17, 2003 9:16 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Eric Jarvis <web.RemoveThis@ericjarvis.co.uk> wrote in
news:MPG.1980e2ce9ec1eef98b2cc@News.CIS.DFN.DE:

 > MeNotHome wrote:
  >> I am trying to teach myself CSS. And struggling for sure.
  >>
  >> I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
  >> There are tables all over the place.
  >>
  >> I really thought CSS was to eliminate tables and improve cross browser
  >> compatibility. I am spending hours and hours trying to learn CSS.
  >> There is so much to learn.
  >>
  >> Incompatibilities between browsers is terrible. You have to test them
  >> all.
  >>
 >
 > no you don't...you need to put together a good list of
 > the main incompatibilities and learn where to leave some
 > "space" in the design so that browser differences don't
 > break it
 >
 > best also learn the @import hack so that you can feed
 > Netscape 4 a different stylesheet from other
 > browsers...which makes it all a LOT easier
 >

Is there a similar hack for people who use the AOL browser?

--
"We have enough youth. How about a fountain of SMART?"
------------------------------------------
<a style='text-decoration: underline;' href="http://www.AGooDeal.com" target="_blank">http://www.AGooDeal.com</a>
Savings up to 90% on inkjet & toner replacement cartridges<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
dtfa

External


Since: Jun 30, 2003
Posts: 49



(Msg. 6) Posted: Thu Jul 17, 2003 9:42 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

How can I test for earlier version of netscape?
I have netscape 7.1 installed on this system.

Can I install a 4.x version also and if yet, where can I download it.

thx

On Thu, 17 Jul 2003 17:44:48 +0100, Eric Jarvis <web RemoveThis @ericjarvis.co.uk>
wrote:

 >MeNotHome wrote:
  >> I am trying to teach myself CSS. And struggling for sure.
  >>
  >> I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
  >> There are tables all over the place.
  >>
  >> I really thought CSS was to eliminate tables and improve cross browser
  >> compatibility. I am spending hours and hours trying to learn CSS.
  >> There is so much to learn.
  >>
  >> Incompatibilities between browsers is terrible. You have to test them
  >> all.
  >>
 >
 >no you don't...you need to put together a good list of
 >the main incompatibilities and learn where to leave some
 >"space" in the design so that browser differences don't
 >break it
 >
 >best also learn the @import hack so that you can feed
 >Netscape 4 a different stylesheet from other
 >browsers...which makes it all a LOT easier<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
ngx

External


Since: Jun 28, 2003
Posts: 578



(Msg. 7) Posted: Thu Jul 17, 2003 11:21 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

MeNotHome wrote:
 > How can I test for earlier version of netscape?
 > I have netscape 7.1 installed on this system.
 >
 > Can I install a 4.x version also and if yet,

so I understand - just pay attention to the install directories.

 > where can I download it.
 >
<a style='text-decoration: underline;' href="http://browsers.evolt.org/" target="_blank">http://browsers.evolt.org/</a>
--
William Tasso - <a style='text-decoration: underline;' href="http://www.WilliamTasso.com" target="_blank">http://www.WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
iliveforit1

External


Since: Jul 15, 2003
Posts: 27



(Msg. 8) Posted: Fri Jul 18, 2003 6:49 am
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

MeNotHome <dtfa@****nospm****insightbb.com> wrote in
news:lerdhv40jos53eti9e4lcdue7fnsphoi94@4ax.com:

 > How can I test for earlier version of netscape?
 > I have netscape 7.1 installed on this system.
 >
 > Can I install a 4.x version also and if yet, where can I download it.
 >
 > thx
 >
 > On Thu, 17 Jul 2003 17:44:48 +0100, Eric Jarvis <web.TakeThisOut@ericjarvis.co.uk>
 > wrote:
 >
  >>MeNotHome wrote:
   >>> I am trying to teach myself CSS. And struggling for sure.
   >>>
   >>> I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
   >>> There are tables all over the place.
   >>>
   >>> I really thought CSS was to eliminate tables and improve cross
   >>> browser compatibility. I am spending hours and hours trying to
   >>> learn CSS. There is so much to learn.
   >>>
   >>> Incompatibilities between browsers is terrible. You have to test
   >>> them all.
   >>>
  >>
  >>no you don't...you need to put together a good list of
  >>the main incompatibilities and learn where to leave some
  >>"space" in the design so that browser differences don't
  >>break it
  >>
  >>best also learn the @import hack so that you can feed
  >>Netscape 4 a different stylesheet from other
  >>browsers...which makes it all a LOT easier
 >

<a style='text-decoration: underline;' href="http://sillydog.org/narchive/" target="_blank">http://sillydog.org/narchive/</a>

--
"We have enough youth. How about a fountain of SMART?"
------------------------------------------
<a style='text-decoration: underline;' href="http://www.AGooDeal.com" target="_blank">http://www.AGooDeal.com</a>
Savings up to 90% on inkjet & toner replacement cartridges<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
davidvb

External


Since: Jun 28, 2003
Posts: 114



(Msg. 9) Posted: Fri Jul 18, 2003 10:58 am
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Aryk wrote:

 > Eric Jarvis <web DeleteThis @ericjarvis.co.uk> wrote in
 > news:MPG.1980e2ce9ec1eef98b2cc@News.CIS.DFN.DE:
 >
 >
  >>MeNotHome wrote:
  >>
   >>>I am trying to teach myself CSS. And struggling for sure.
   >>>
   >>>I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
   >>>There are tables all over the place.
   >>>
   >>>I really thought CSS was to eliminate tables and improve cross browser
   >>>compatibility. I am spending hours and hours trying to learn CSS.
   >>>There is so much to learn.
   >>>
   >>>Incompatibilities between browsers is terrible. You have to test them
   >>>all.
   >>>
  >>
  >>no you don't...you need to put together a good list of
  >>the main incompatibilities and learn where to leave some
  >>"space" in the design so that browser differences don't
  >>break it
  >>
  >>best also learn the @import hack so that you can feed
  >>Netscape 4 a different stylesheet from other
  >>browsers...which makes it all a LOT easier
  >>
 >
 >
 > Is there a similar hack for people who use the AOL browser?

A loaded pistol.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
iliveforit1

External


Since: Jul 15, 2003
Posts: 27



(Msg. 10) Posted: Fri Jul 18, 2003 10:58 am
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David Venn-Brown <davidvb.DeleteThis@ozemail.com.au> wrote in news:fXERa.324
$fF.12300@nnrp1.ozemail.com.au:

 > Aryk wrote:
 >
  >> Eric Jarvis <web.DeleteThis@ericjarvis.co.uk> wrote in
  >> news:MPG.1980e2ce9ec1eef98b2cc@News.CIS.DFN.DE:
  >>
  >>
   >>>MeNotHome wrote:
   >>>
   >>>>I am trying to teach myself CSS. And struggling for sure.
   >>>>
   >>>>I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
   >>>>There are tables all over the place.
   >>>>
   >>>>I really thought CSS was to eliminate tables and improve cross
browser
   >>>>compatibility. I am spending hours and hours trying to learn CSS.
   >>>>There is so much to learn.
   >>>>
   >>>>Incompatibilities between browsers is terrible. You have to test
them
   >>>>all.
   >>>>
   >>>
   >>>no you don't...you need to put together a good list of
   >>>the main incompatibilities and learn where to leave some
   >>>"space" in the design so that browser differences don't
   >>>break it
   >>>
   >>>best also learn the @import hack so that you can feed
   >>>Netscape 4 a different stylesheet from other
   >>>browsers...which makes it all a LOT easier
   >>>
  >>
  >>
  >> Is there a similar hack for people who use the AOL browser?
 >
 > A loaded pistol.
 >
 >

heh. Knew that one was coming as soon as I sent.

-A

--
"We have enough youth. How about a fountain of SMART?"
------------------------------------------
<a style='text-decoration: underline;' href="http://www.AGooDeal.com" target="_blank">http://www.AGooDeal.com</a>
Savings up to 90% on inkjet & toner replacement cartridges<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
www

External


Since: Jun 29, 2003
Posts: 720



(Msg. 11) Posted: Fri Jul 18, 2003 6:49 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 17 Jul 2003 17:45:27 -0500 Phil Roberts
<philrob RemoveThis @HOLYflatnetSHIT.net> broke off from drinking a cup of tea at
Flatnet web sevices to write:

 >CSS isn't intended to "eliminate tables". Tables should and will
 >always be used for tabular data. CSS is intended to eliminate
 >tables which are misused as a -presentation- tool.
 >

I thought CSS was intended to provide HTML authors with the ability to
better suggest layout and appearance in a cross-platform manner which
could be accepted or declined by the client reader without affecting
the content.

I'm probably wrong, I usually am.

Matt

--
A massive matrix of concise, interlinked encyclopaedia information.
For when you just want to know, quickly and easily.
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com" target="_blank">http://www.probertencyclopaedia.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
philrob

External


Since: Jul 03, 2003
Posts: 71



(Msg. 12) Posted: Fri Jul 18, 2003 6:49 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

With total disregard for any kind of safety measures
www DeleteThis @probertencyclopaedia.com (Matt Probert) leapt forth and
uttered:

 > I thought CSS was intended to provide HTML authors with the
 > ability to better suggest layout and appearance in a
 > cross-platform manner which could be accepted or declined by the
 > client reader without affecting the content.

That too.

--
There is no signature.....<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
blogan

External


Since: Jun 30, 2003
Posts: 285



(Msg. 13) Posted: Sat Jul 19, 2003 12:49 pm
Post subject: Re: I thought CSS was to eliminate tables? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"MeNotHome" <dtfa@****nospm****insightbb.com> wrote in message
news:p0kdhvginsotjabucl0fvggsh39h2oi6gj@4ax.com...
 > I am trying to teach myself CSS. And struggling for sure.
 >
 > I looked at <a style='text-decoration: underline;' href="http://www.dmxzone.com" target="_blank">www.dmxzone.com</a> reviewed the CSS and html code.
 > There are tables all over the place.
 >
 > I really thought CSS was to eliminate tables and improve cross browser
 > compatibility. I am spending hours and hours trying to learn CSS.
 > There is so much to learn.
CSS is more an attempt at seperating layout from content than anything else.
Problem is it is dependant on the user agent being css compliant or it
degrades.

Proponants of css in place of tables for presentation will argue that is an
advantage. They will also say that tables do not degrade gracefully so when
they are broken the site becomes inaccessable.

But that is true with any coding problem
 >
 > Incompatibilities between browsers is terrible. You have to test them
 > all.
 >
Tables that are built correctly according to the specifications, and using
the guidlines from w3c for using tables for layout, are more likely to
present a site as the designer would wish across more platforms than css.

When a table is built correctly it will also deliver its content correctly
to the likes of speech readers.

If you just wish to deliver flat text based content page after page (as in a
book) then by all means, go with css. If you want to deliver your content in
a graphical environment and you want it to layout as similar as possible in
as many browsers as possible - then go with correctly built tables.

What ever you do - at the end of the day it is your choice and any effect it
has on you, your sites visitors numbers etc is entirely for you to determine
and judge.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I thought CSS was to eliminate tables? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]