If you aren't convinced about the benefits of CSS, take a look at http://www.csszengarden.com/ and remember that every design (listed down the right side of the main page) uses the exact same HTML: only the style sheets are different. Now imagine updating a single file to change the look of your whole site, however many pages it might have...
http://PrintAdult.com PrintAdult V.2 Is Ready to Serve you for all of you Web Development and Printing Needs. AOL: PrintAdult ICQ: 348-008-895 Call Toll Free: 1.866.OK.Adult
Backgrounds repeating. 100% vs. defined width. Borders. Fonts. Image placement. Forms. Forms. Editing an entire site with the change of one line of code in your style sheet vs. massive find and replace.
I know I mentioned forms twice. I did that on purpose.
Backgrounds repeating. 100% vs. defined width. Borders. Fonts. Image placement. Forms. Forms. Editing an entire site with the change of one line of code in your style sheet vs. massive find and replace.
I know I mentioned forms twice. I did that on purpose.
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...
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...
If you aren't convinced about the benefits of CSS, take a look at http://www.csszengarden.com/ and remember that every design (listed down the right side of the main page) uses the exact same HTML: only the style sheets are different. Now imagine updating a single file to change the look of your whole site, however many pages it might have...
Comment