Quote:
|
Originally Posted by The Truth Hurts
If you're having all those problems, i'd suggest a referesher course in basic HTML.
Unless you care to elaborate on whatever problems you're having with each of those things you listed.
i'm not saying css is bad, i use it all the time... but some people tend to suck it's cock just a bit too much.. when more often than not, you can do the same shit without it completely, or even with just a little bit... assuming you actually know HTML.
of course, I may be looking at it from a different line of thought than you...
|
nah trust me, tables were not made in mind for the use of layout structure / placement. the only purpose tables have in the place of web sites is to display tabular data like charts / lists, not to structure a layout. it goes against web "standards" ;)
css has a lot more benefits than what that guy mentioned up there. the code is a lot cleaner, and there's a significantly less amount of coding that se bots have to read (which can only be positive with SEO in mind) - blind people can easily access the content (screen readers), it works better in other browsers (if done correct).
the list goes on but i can't remember more off the top of my head...