Table VS css
Table VS css
Out of context: Reply #64
- Started
- Last post
- 67 Responses
- trevedda0
Most of my last projects have been CSS based and to be honest they are MUCH easier to maintain update and change. There are some things like three columns and vertical align which tables did better BUT I've never found those too difficult to find a solution for.
I tried going back and building a site with tables and it was nightmare.
Now if the client wants to move the menu a "bit to the left" or something daft it's usually just a style sheet change and the entire site is updated. Doing that and using a table often would have meant re-building again, and again.
The standards thing is boring but one should always be aware of it I guess. Like the speed limit on the roads.