eh...Nested tables can be a pain.

  • (2 Pages)
  • +
  • 1
  • 2

18 Replies - 1793 Views - Last Post: 03 May 2002 - 11:02 AM

#1 Muskan Messenger   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 109
  • Joined: 04-January 02

eh...Nested tables can be a pain.

Posted 21 April 2002 - 09:22 AM

I have a general content table. On the RIGHT of the table, but INSIDE it, I want a nested table there so I can eliminate my side bar. The problem is, my sites in php, and since you can have an include in an echo function, I need to put the right nested table before the actual PHP starts. I've got it in the right place, but all my content from the other pages is in this small 20% width column on the right, with 55% of nothing to the left of it. If I put the table align=right BEFORE the <tr><td align=left> etc, it goes all screwy.
What should I do?

Is This A Good Question/Topic? 0
  • +

Replies To: eh...Nested tables can be a pain.

#2 Quik   User is offline

  • D.I.C Lover
  • member icon

Reputation: 2
  • View blog
  • Posts: 3,750
  • Joined: 06-March 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 10:30 AM

Images show 1000 words (or somthing like that) so why not show us what you mean
Was This Post Helpful? 0
  • +
  • -

#3 Muskan Messenger   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 109
  • Joined: 04-January 02

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 12:15 PM

http://www.codebuste.../cbv40/test.php
Good luck. :)
Was This Post Helpful? 0
  • +
  • -

#4 SoLi   User is offline

  • andydust.com

Reputation: 41
  • View blog
  • Posts: 1,438
  • Joined: 27-January 02

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 01:37 PM

*fights the urge to post a review of the layout*

(Edited by digitpulse at 9:44 pm on April 21, 2002)

Was This Post Helpful? 0
  • +
  • -

#5 codeman   User is offline

  • w3c fanatic

Reputation: 3
  • View blog
  • Posts: 1,190
  • Joined: 13-August 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 02:15 PM

Quick fix: use tables for what they're supposed to be used for :)
Was This Post Helpful? 0
  • +
  • -

#6 Muskan Messenger   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 109
  • Joined: 04-January 02

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 02:28 PM

I am using them for what they are supposed to be for.
Also, right now, the registration thing is kinda looking like DIC, but you'll see when I'm done, it won't look like DIC at all.

(Edited by Muskan Messenger at 2:29 pm on April 21, 2002)

Was This Post Helpful? 0
  • +
  • -

#7 codeman   User is offline

  • w3c fanatic

Reputation: 3
  • View blog
  • Posts: 1,190
  • Joined: 13-August 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 04:40 PM

No, tables are for organizing data NOT for layout and design. It'd be like using an unordered list for a layout instead of for a list.
Was This Post Helpful? 0
  • +
  • -

#8 Muskan Messenger   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 109
  • Joined: 04-January 02

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 05:01 PM

I'm using tables to organize data to the right of a table that's already there.
Was This Post Helpful? 0
  • +
  • -

#9 Cookie Mobster   User is offline

  • nooneenooneenooonee
  • member icon

Reputation: 9
  • View blog
  • Posts: 4,738
  • Joined: 12-October 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 05:12 PM

Quote

Quote: from codeman on 4:40 pm on April 21, 2002
No, tables are for organizing data NOT for layout and design. It'd be like using an unordered list for a layout instead of for a list.

Sure tables are intended to be for organizing layout by they work well for making cross browser design.

Cheers Sam

Was This Post Helpful? 0
  • +
  • -

#10 codeman   User is offline

  • w3c fanatic

Reputation: 3
  • View blog
  • Posts: 1,190
  • Joined: 13-August 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 05:13 PM

:shakes head: kids these days :)
Was This Post Helpful? 0
  • +
  • -

#11 codeman   User is offline

  • w3c fanatic

Reputation: 3
  • View blog
  • Posts: 1,190
  • Joined: 13-August 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 05:15 PM

Quote

Quote: from smckone on 5:12 pm on April 21, 2002

Quote

Quote: from codeman on 4:40 pm on April 21, 2002
No, tables are for organizing data NOT for layout and design. It'd be like using an unordered list for a layout instead of for a list.

Sure tables are intended to be for organizing layout by they work well for making cross browser design.

Cheers Sam

So can unordered lists, but nobody arranges their pages with those, now do they?

Was This Post Helpful? 0
  • +
  • -

#12 Cookie Mobster   User is offline

  • nooneenooneenooonee
  • member icon

Reputation: 9
  • View blog
  • Posts: 4,738
  • Joined: 12-October 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 05:22 PM

That is stupid.. tons of people arrange their pages with tables. Heck the page you're on now is arranged with tables. They are a little diferent than lists.

Cheers Sam

Was This Post Helpful? 0
  • +
  • -

#13 codeman   User is offline

  • w3c fanatic

Reputation: 3
  • View blog
  • Posts: 1,190
  • Joined: 13-August 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 05:36 PM

The original purpose of the table was to arrange data into things like charts, etc. Eager webdesigners then used tables to format design and it became widespread. The document structure in a table based page is very shakey. Use heading tags for headings, paragraph tags for paragraphs. Using tables to organize the forums is just spiffy, but for other areas of this site they are unneccisary and more trouble than they're worth.
Was This Post Helpful? 0
  • +
  • -

#14 Cookie Mobster   User is offline

  • nooneenooneenooonee
  • member icon

Reputation: 9
  • View blog
  • Posts: 4,738
  • Joined: 12-October 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 05:49 PM

Logistics man. Logistics. It is a matter of how you want to implement them. I agree other structures work as well or better but are unknow and some browsers (Netscape) have limited support.

Cheers Sam

Was This Post Helpful? 0
  • +
  • -

#15 codeman   User is offline

  • w3c fanatic

Reputation: 3
  • View blog
  • Posts: 1,190
  • Joined: 13-August 01

Re: eh...Nested tables can be a pain.

Posted 21 April 2002 - 05:56 PM

If I remember correctly the h1, h2, h3, h4, h5, h6, and p tags are all totally supported by all browsers. Am I mistaken?
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2