What's a Cascading Style Sheet? I KNOW I've heard that somewhere before. (This has got to be like the fifth time I've asked a stupid tech-question that everyone else seemed to know about on this forum.)
CSS gives you a lot more flexibility in style changes in HTML. Quick example: let's say you've got a lot of tables on your site, and you decide you want to change all the headers to blue backgrounds. Using HTML, it's a tedious process of changing each instance of the table header cell, but if you've made your site with CSS in mind, you only need to open your .css file and put the entry:
th {background-color: blue;}
If you've got 20 tables in your document, that flexibility makes a huge difference. I'm only just now learning about this crazy newfangled CSS thing, and I'm already envisioning ways to implement it in my sites.
I can only assum you are responding to hlavco's post.
FIRST: you need to quote if you're responding to anyone past the last one or maybe two most recent posts.
SECOND: he said 100.
I remember learning me some CSS. picked that up back in '02. Don't remember much of anything from it (I don't make web pages). Although I think I might still have a book somewhere that covers it.
What's a Cascading Style Sheet? I KNOW I've heard that somewhere before. (This has got to be like the fifth time I've asked a stupid tech-question that everyone else seemed to know about on this forum.)
Nope! More often than not, I'm at least just as in the dark as you are. ^_^
Comments
EDIT: One of the posts I made tonight was my 100th! I just don't know which one! Good for me.
th {background-color: blue;}
If you've got 20 tables in your document, that flexibility makes a huge difference. I'm only just now learning about this crazy newfangled CSS thing, and I'm already envisioning ways to implement it in my sites.
FIRST: you need to quote if you're responding to anyone past the last one or maybe two most recent posts.
SECOND: he said 100.
Cornucopia Shaped Shavers?
Man, for a tech-geek, I sure am out of the loop on this webpage stuff...
Nope! More often than not, I'm at least just as in the dark as you are. ^_^