Click to See Complete Forum and Search --> : creating tables with css


ecross
06-26-2005, 07:57 AM
Is it possible to create tables using CSS? The reason I'm asking I'm hearing from lots of sources to create webpages with CSS without tables. I'm currently working with a design at the moment.

LiLcRaZyFuZzY
06-26-2005, 08:01 AM
CSS is not meant to create anything, that is the work of markup, CSS is meant to style pages

BonRouge
06-26-2005, 08:10 AM
It depends what you mean by a 'table'. If you're talking about a table of data - like sports results or a schedule - well, that's html. You can style the table with CSS anyway you like.
If (as I suspect) you just want to know how to create a webpage without using a table for your main layout, then I hope this helps : http://bonrouge.com/3c-hf-fluid-lc.php

Zeeth
06-27-2005, 02:43 PM
I think he meant how to position things on a website without using actual tables. You can do this with CSS. There is a learning curve to the whole thing but once you get used to it its pretty easy.

The way to position things on a site using CSS is through DIVs, IDs, and Classes. You'd find more information by Googling the subject or going to W3Schools.

Have fun.