943,487 Members | Top Members by Rank

Ad:
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Dec 21st, 2004
0

Re: Rounded Corners?

"tables are for tabulated data, not layout." -

Certainly disagree. Tables are not only for tabulated data but also for layouts.
It plays the role as a vital design elemant in the html. Certainly tables cannot be ignored or simply considered as a stand for tabulated data.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
lovablefool is offline Offline
15 posts
since Dec 2004
Dec 21st, 2004
0

Re: Rounded Corners?

It's not an opinion. It is a fact. The W3 says clearly:
Quote originally posted by W3C ...
Tables should not be used purely as a means to layout document content as this may present problems when rendering to non-visual media. Additionally, when used with graphics, these tables may force users to scroll horizontally to view a table designed on a system with a larger display. To minimize these problems, authors should use style sheets to control layout rather than tables.
Read it for yourself: http://www.w3.org/TR/html4/struct/tables.html
Reputation Points: 54
Solved Threads: 20
Master Poster
DaveSW is offline Offline
765 posts
since Jul 2004
Dec 21st, 2004
0

Re: Rounded Corners?

If W3C guidelines are followed, there cannot be a design elemant. You should put a stop to your creativity. W3c guidelines are to be followed in some cases, to be ignored in some cases, as simple as easy.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
lovablefool is offline Offline
15 posts
since Dec 2004
Dec 21st, 2004
0

Re: Rounded Corners?

Not necessarily.
http://www.csszengarden.com/
Reputation Points: 54
Solved Threads: 20
Master Poster
DaveSW is offline Offline
765 posts
since Jul 2004
Dec 22nd, 2004
0

Re: Rounded Corners?

This has turned out to be an interesting thread. I've picked up a lot, so thanks. Yes, I finally discovered the small rounded .gif and know how to set it up because of youse guys..good show. Boy howdy, I still have a lot of questions, but this covers this.
BuddyB
Reputation Points: 10
Solved Threads: 2
Junior Poster
buddyb is offline Offline
185 posts
since Oct 2003
Dec 22nd, 2004
0

Re: Rounded Corners?

lol well I'm glad you learned something and I'm sorry we sortof hijacked your thread
Reputation Points: 54
Solved Threads: 20
Master Poster
DaveSW is offline Offline
765 posts
since Jul 2004
Dec 22nd, 2004
0

Re: Rounded Corners?

Quote originally posted by DaveSW ...
It's not an opinion. It is a fact. The W3 says clearly:

"Tables should not be used purely as a means to layout document content as this may present problems when rendering to non-visual media. Additionally, when used with graphics, these tables may force users to scroll horizontally to view a table designed on a system with a larger display. To minimize these problems, authors should use style sheets to control layout rather than tables."
Key word: "may present problems" . It doesn't always and won't always. So saying no matter what it shouldn't be used for this is nonsense.

And here, "Additionally, when used with graphics, these tables may force users to scroll horizontally to view a table designed on a system with a larger display." Once again, "MAY". This part can simply be stopped via testing by the coder/designer. And once again, won't always happen. Testing comes into play here.

Just to quickly say though, I do not dislike css and do not think that tables are "better" (I actually use both since my designs are so graphic intensive, tables and css for the table and cell attributes), but to say they should not be used for something as simple as rounded corners is crazy. Not everyone in the world is worried about 100% pristine/perfect code in the eyes of W3. Especially for something so small.
Reputation Points: 10
Solved Threads: 0
Light Poster
kernel is offline Offline
44 posts
since Dec 2004
Dec 23rd, 2004
0

Re: Rounded Corners?

Why would you need a table for rounded corners? The table is simply a means of producing a block level element on the page. A div is exactly the same in function, it just needs less code.

You are correct that the screen width problem can be negated by careful design. However, the may in 'may present problems' is dependant upon the user agent, not a random probability of sometimes it does and sometimes it doesn't. Certain text only browsers ignore tabulated content completely. Others render your content reading left to right, which means the order is completely wrong if you have a table with a few columns/rows. A complex layout can be completely screwed up. And since google is like a text only browser, you should care.
The W3C was cited as evidence that CSS for layout was a fact, not an opinion. The real reasons why CSS is better are in the first link - centralised control over presentation, reduced code redundancies resulting in bandwidth savings, easier to edit source code, improved control over presentation of your content to older browsers and non-standard browsers (such as pda/mobile phone small screen devices)... etc.
Reputation Points: 54
Solved Threads: 20
Master Poster
DaveSW is offline Offline
765 posts
since Jul 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: .htm any different from .html?
Next Thread in HTML and CSS Forum Timeline: Single Table Cell background





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC