HighDots Forums  

CSS layout tutorial suggestions

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss CSS layout tutorial suggestions in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Justin C
 
Posts: n/a

Default CSS layout tutorial suggestions - 05-10-2004 , 06:08 AM







I'm looking for somewhere I can learn about .css layout, I'm still using
tables and I see from this NG it is a no-no so it's time to mend a
couple of sites I maintain.

I know I could go to w3.org but the technical specs make very dry
reading, I'm hoping someone can point me at some basic, introduction
info so I can get an idea before I have to trawl the tech specs for the
finer points.

The .css equivalent of everyone's first C program:

#include <stdio.h>

main() {
printf("hello, world\n");
}

is the sort of thing I'm after.

Thanks for any suggestions.

--
Justin C, by the sea.

Reply With Quote
  #2  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: CSS layout tutorial suggestions - 05-10-2004 , 08:50 AM






Quoth the raven Justin C:

Quote:
I'm looking for somewhere I can learn about .css layout, I'm still
using tables and I see from this NG it is a no-no so it's time to
mend a couple of sites I maintain.
Forward thinking, there...

Quote:
I know I could go to w3.org but the technical specs make very dry
reading, I'm hoping someone can point me at some basic,
introduction info so I can get an idea before I have to trawl the
tech specs for the finer points.
Since we don't know your skill level, this is probably a good starting
place:
http://htmldog.com/guides/cssbeginner/ or
http://www.w3schools.com/css/default.asp

If you want to examine a bunch of templates:
http://nemesis1.f2o.org/templates.php

Quote:
The .css equivalent of everyone's first C program:
CSS isn't a programming language...

--
-bts
-This space intentionally left blank.


Reply With Quote
  #3  
Old   
m
 
Posts: n/a

Default Re: CSS layout tutorial suggestions - 05-10-2004 , 10:41 AM



Justin C wrote:

Quote:
I'm looking for somewhere I can learn about .css layout, I'm still using
tables and I see from this NG it is a no-no so it's time to mend a
couple of sites I maintain.

I know I could go to w3.org but the technical specs make very dry
reading, I'm hoping someone can point me at some basic, introduction
info so I can get an idea before I have to trawl the tech specs for the
finer points.

The .css equivalent of everyone's first C program:

#include <stdio.h

main() {
printf("hello, world\n");
}

is the sort of thing I'm after.

Thanks for any suggestions.

To supplement any books you have,
download some of the templates from
http://www.realworldstyle.com/
and change the css, one item at a time,
to see what happens.

It's hard to imagine how things work
together until you actually play with
them.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.