Click to See Complete Forum and Search --> : HTML Tables stacking and Text layering


NewatHTML5
10-06-2006, 04:47 PM
I'm new at this. How do I prevent my Tables from stacking and my Text from the next page from layering under the Tables?

Help.... :confused:

NogDog
10-06-2006, 05:47 PM
Learn how to use CSS (http://www.w3.org/Style/CSS/).

WebDeveloper.com CSS forum (http://www.webdeveloper.com/forum/forumdisplay.php?f=7)
CSS References thread (http://www.webdeveloper.com/forum/showthread.php?t=61083)
W3.org "Learning CSS" links (http://www.w3.org/Style/CSS/learning)

NewatHTML5
10-06-2006, 06:24 PM
Nogdog,

My sad face is now a happy one. Looks like I have a lot of CSS learning to do.

Thanks for the Links.

Diana :)

NogDog
10-06-2006, 06:59 PM
Have fun learning. If you get bogged down, for inspiration take a look at www.csszengarden.com to see layouts all created from the same HTML page -- with no tables -- just using different CSS stylesheets.

NewatHTML5
10-06-2006, 10:35 PM
NogDog,

If a web page has been created in Html, can the page also be coded in CSS?
Or is it one or the other?

Diana

the tree
10-07-2006, 06:58 AM
No, you've missed the point. HTML handles the structure of your document whereas CSS merely handles presentational infomation, you'll need to use both.

NogDog
10-07-2006, 11:12 AM
You might want to take a look at this introductory article (http://www.w3.org/MarkUp/Guide/Style) on using CSS.

dugu
10-07-2006, 11:54 AM
You use css to edit your website layout. If your are very very new, take a few hours and read the css tutorial on w3schools. It is the best and it helped me a lot.

NewatHTML5
10-07-2006, 12:45 PM
Thank you I will take the time to read the css tutorial.

the tree
10-07-2006, 12:49 PM
You use css to edit your website layout.Not really. Well, you do, but CSS also handles the rest of the presentational infomation. Colors, text-sizes, fonts, styles, layering, backgrounds, et cetera et cetera...

NewatHTML5
10-07-2006, 12:52 PM
The Tree,

Great!

newtohtml5