css tables
css tables
Out of context: Reply #4
- Started
- Last post
- 14 Responses
- yurimon0
Imitating tables in css without the html code that put tables layout.
usually you do tables and apply css for style. I am trying to figure out if its possible to just use css to create a table layout without styling the html table code.
- it's possible, tons of DIVs but the code may be almost as ugly as HTML tables....vaxorcist