Mudge wrote:[color=blue]
> I know the html tags and am pretty familiar with CSS. What I don't know
> really is good layout with a combination of these. I don't really know when
> to use tables or when to use just css[/color]
Use tables when your marking up some kind of tabular information,
*never* for when you just want things to be positioned so it looks good.
Use CSS when you want to present the content in any way.
[color=blue]
> and I would really like to see
> examples of well designed web sites and the html for it.[/color]
Try the CSS Zen Garden. The HTML markup in there is really good, and
there are hundreds of fantastic designs. Also, try looking at the home
pages for many of those who've submitted designs.
http://www.csszengarden.com/
[color=blue]
> I hate "what you see is what you get editors".[/color]
Good, they're quite awful unless you know how to control them
properly and clean up their code, but even then I recommend hand coding.
[color=blue]
> Does anybody know of any books that show good examples of web page layout?[/color]
Try Jeffrey Zeldman's "Designing with Web Standards", Eric Meyer's
"Eric Meyer on CSS" and "More Eric Meyer on CSS", and Dan Cederholm's
"Web Standards Solutions: The Markup and Style Handbook".
[color=blue]
> I would also like to see good examples
> of using tables for page layouts[/color]
That's a contradictory statement. There cannot be any "good" layouts
using tables, because using tables for layout is *WRONG*!!!
[color=blue]
> -- (even though I know the css people say
> don't do that, i'd still like to know how.)[/color]
Don't bother learning bad techniques.
[color=blue]
> I'm also planning to use PHP to construct pages so if anybody knows about
> any books that cover Web design with php, that would be great too -- and
> I'm refering to more of the presentation part.[/color]
What do you mean? There is no presentation with PHP. It's just a
server side scripting language used to dynamically output web pages and
other related resources. The presentation part is done using CSS and
properly structured mark up. You can, of course, use PHP to do whatever
you can program it to do, and output whatever you like. Try asking in a
PHP or server side programming newsgroup, or just use a search engine to
find information about it.
--
Lachlan Hunt
http://www.lachy.id.au/ lachlan.hunt@lachy.id.au.update.virus.scanners
Remove .update.virus.scanners to email me,
NO SPAM and NO VIRUSES!!!