Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 06:54 PM
Millissa
Guest
 
Posts: n/a
Default Creating Advanced Tables For Layouts in HTML?

If someone can help me with examples of or info on how to create an advanced
tables for the layout on my site, I would be very grateful!
Thanks,
M


  #2  
Old July 20th, 2005, 06:54 PM
Mark Parnell
Guest
 
Posts: n/a
Default Re: Creating Advanced Tables For Layouts in HTML?

On Fri, 05 Mar 2004 03:56:58 GMT, "Millissa" <millissab@sbcglobal.net>
declared in comp.infosystems.www.authoring.html:
[color=blue]
> If someone can help me with examples of or info on how to create an advanced
> tables for the layout on my site, I would be very grateful![/color]

So advanced it doesn't require tables:
http://www.allmyfaqs.com/faq.pl?Tableless_layouts

--
Mark Parnell
http://www.clarkecomputers.com.au
  #3  
Old July 20th, 2005, 06:54 PM
Neal
Guest
 
Posts: n/a
Default Re: Creating Advanced Tables For Layouts in HTML?

On Fri, 05 Mar 2004 03:56:58 GMT, Millissa <millissab@sbcglobal.net> wrote:
[color=blue]
> If someone can help me with examples of or info on how to create an
> advanced
> tables for the layout on my site, I would be very grateful!
> Thanks,
> M[/color]

Well, what is you want to do?

What experience do you have with CSS? Have you done any positioning with
CSS at all?

I'd recommend, if you haven't already, getting a command of the basics of
the CSS properties of "position" and "float" - see http://www.htmldog.com
for an intro to that. Also look at the box model, be sure you know how
that works. One of the CSS areas there talks about margins, borders and
padding, which with the element itself make up the box. Read
http://www.w3.org/TR/CSS2/box.html to get a start on that.

Then let us know what you're after, what you have in mind. "Advanced" is a
little ambiguous - to someone with no CSS experience, a header, three
columns and a footer is advanced, while to someone with a bit of skill it
certainly isn't.
  #4  
Old July 20th, 2005, 06:54 PM
Barry Pearson
Guest
 
Posts: n/a
Default Re: Creating Advanced Tables For Layouts in HTML?

Millissa wrote:[color=blue]
> If someone can help me with examples of or info on how to create an
> advanced tables for the layout on my site, I would be very grateful!
> Thanks,[/color]

If you do some Google searches, you can find lots of stuff. Here is an example
that will find many 1000s!

web page layout tutorial
http://www.google.co.uk/search?sourc...ayout+tutorial

Don't start with the assumption that you are looking for advanced tables, or
the reverse assumption that this is wrong and you must use CSS for layout.
Instead, have a look at material that examines what constitutes good visual
design for web pages (and web sites). Ensure that the appearance you are
trying to develop works for your audience. Different audiences will appreciate
different designs, of course. The technique you use to achieve is secondary,
as long as it renders for your audience, and should support the effective
visual design.

Here is a source I find very useful, because it is based on research about
what people look for on pages, and where:
Print version - one page:
http://psychology.wichita.edu/optimalweb/print.htm
Multi-page version:
http://psychology.wichita.edu/optimalweb/

Here is an article that I thought expressed some important points (perhaps
obvious ones?). They correspond to my own experience as a photographer, so
they are probably reasonably general.
http://www.webstyleguide.com/page/hierarchy.html

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/


  #5  
Old July 20th, 2005, 06:54 PM
Philipp Lenssen
Guest
 
Posts: n/a
Default Re: Creating Advanced Tables For Layouts in HTML?

Barry Pearson wrote:
[color=blue]
> Millissa wrote:[color=green]
> > If someone can help me with examples of or info on how to create an
> > advanced tables for the layout on my site, I would be very grateful!
> > Thanks,[/color][/color]

http://www.outer-court.com/tech/tuto...vanced-tables/
  #6  
Old July 20th, 2005, 06:54 PM
Nick Kew
Guest
 
Posts: n/a
Default Re: Creating Advanced Tables For Layouts in HTML?

In article <eUS1c.3624$Wl6.1239438521@newssvr11.news.prodigy. com>,
"Millissa" <millissab@sbcglobal.net> writes:[color=blue]
> If someone can help me with examples of or info on how to create an advanced
> tables for the layout on my site, I would be very grateful![/color]

Advanced tables for layout are a tool for 1995/6 webdesigners who
haven't updated their skills to 1998 or beyond.

See other replies for better alternatives.

--
Nick Kew
  #7  
Old July 20th, 2005, 06:55 PM
DU
Guest
 
Posts: n/a
Default Re: Creating Advanced Tables For Layouts in HTML?

Millissa wrote:[color=blue]
> If someone can help me with examples of or info on how to create an advanced
> tables for the layout on my site, I would be very grateful!
> Thanks,
> M
>
>[/color]


Why tables for layout is stupid:
problems defined, solutions offered (Nov. 2003 Seminar)
http://www.hotdesign.com/seybold/

Look Ma, No Tables.
http://glish.com/css/

W3C tutorial: Tableless layout HOWTO
http://www.w3.org/2002/03/csslayout-howto

DU
  #8  
Old July 20th, 2005, 06:55 PM
Barry Pearson
Guest
 
Posts: n/a
Default Re: Creating Advanced Tables For Layouts in HTML?

Nick Kew wrote:[color=blue]
> In article <eUS1c.3624$Wl6.1239438521@newssvr11.news.prodigy. com>,
> "Millissa" <millissab@sbcglobal.net> writes:[color=green]
>> If someone can help me with examples of or info on how to create an
>> advanced tables for the layout on my site, I would be very grateful![/color]
>
> Advanced tables for layout are a tool for 1995/6 webdesigners who
> haven't updated their skills to 1998 or beyond.[/color]
[snip]

Not true, although the details depend on your definition of "advanced tables".
Table-layout has advanced a lot since 1995/6 (and since 1998):

- Modern use of layout-tables coexists with CSS. Attributes of the tables tend
to be replaced by CSS rules. Obviously, the content of the tables is typically
controlled by CSS. Webdesigners who use this combination will have gained
their CSS skills in or after 1998, and probably in the last year or 2. (I
accept that there are exceptions).

- Browsers have got much better at handling layout-tables since then. For
example, IBM announced its speaking browser, HPR, in 1998. Opera has been
making progress for small screens from about 2002. (Such developments will
probably continue). This is why the Web Accessibility Initiative revised its
position about layout-tables in April 1999, to say, in effect, they were OK if
they linearised.

- Authoring tools deliberately exploiting layout-tables have steadily improved
over the last few years. (I'm not sure they even existed in 1995/6).
(Personally, I think some such tools are "dangerous", because they lead to
uncontrollable code. But they may be just right for beginners).

- Techniques & tutorials for effective exploitation of layout-tables have been
developed & published for years, and many have been published in the last few
years. The best tutorials exploit the fact that tables are aligned to the best
principles of the web, with the author expressing a preference, and the
browser taking into consideration the user's settings & viewport, and
delivering the best result it can.

I suspect that an assumption that "table-layout hasn't progressed for several
years" accounts for some of the invalid criticism of layout-tables published
on the web. Some comparisons appear to compare table-layout that is several
years old, perhaps using HTML 3.2, perhaps produced by novices, with modern
CSS-positioning layout, produced recently by experts. The result is obvious,
and totally irrelevant.

Some companies appear to make a lot of money out of their table-layout web
sites & pages. Would they make significantly more money out of
tableless-layout web sites & pages?

Some organisations, skilled in mass communication, appear to believe they can
mass-communicate via table-layout web sites & pages. They haven't blindly
transcribed their other media-types to the web. The BBC hasn't copied their
radio & TV format to the web! On-line news services haven't made their web
pages look like newspapers - just buy a real newspaper and compare! All of
these appear to have matched existing content to web-sympathetic page layout.
Do most users know or care whether the format is table-layout or
tableless-layout?

What business case could be made to the owners of these web sites to convince
them that they should use tableless-layout instead? What could be said to
users to make them aware of advantages, if any, to them? I think I could make
out a supportable case, but most arguments I've seen don't stand up to
scrutiny. (Perhaps I'll try to publish an objective evaluation of the
advantages of tableless-layout!)

People who cannot accept that table-layout is ever legitimate are doomed to
futile rants against table-layout, while the overwhelming majority of web
designers/authors & web sites/pages worldwide succeed without such concerns.
Why should that cease within the next decade?

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/


  #9  
Old July 20th, 2005, 06:55 PM
Davmagic .Com
Guest
 
Posts: n/a
Default Re: Creating Advanced Tables For Layouts in HTML?

[color=blue]
>From: millissab@sbcglobal.net (Millissa)
>If someone can help me with examples of
>or info on how to create an advanced
>tables for the layout on my site, I would
>be very grateful![/color]

Look Here: http://davmagic.com/PAGES47.html and here:
http://davmagic.com/PAGES49.html

Web Design-Magic-Painting-Junking-Games
http://www.davmagic.com
Paint A House
http://www.paintahouse.com
Note: My email is ALWAYS Full to avoid SPAM... you can Contact me via my
websites...

 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles