|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Jun 1999
Location: CLEVELAND
Posts: 480
|
Cascading Style Sheets v html
Hi I teach different subjects overall word process, excel, access, but at
times I have to teach html basic plus, I have had times when students ask me questions like whats Cascading Style Sheets, because i'm not sure as its new to me I dimiss this as "thats another subject we may cover given time" some go along with this other moan a bit. anyway I am wanting to branch out in this direction but my classes are short enough i'm just wondering what is the big interest and is it worth learning? |
|
|
|
|
|
#2 |
|
Member (13 bit)
Join Date: Oct 2000
Location: Scotland
Posts: 4,700
|
Hi MARKBLACK,
After years of tinkering with HTML, I've just started experimenting with CSS. Try this link for a simple introduction which highlights the differences between HTML and CSS. http://www.glassdog.com/design-o-ram...-css.shtml?css After that, just use Google to search for CSS and you'll be able to get all the info you want. HTH |
|
|
|
|
|
#3 |
|
Member (7 bit)
|
Oh, most defenitely. CSS is the way of the future for html, and not only that, but its also very easy to learn.
I predict that in a few years, once all browsers support full css1 (and maybe even css2) standards (accorrding to the W3C) that most websites will be designed primarily with css, not this ineffecient method of having dozens of tables. Check out this article about designing sites with css,here, you'll find that it links to http://www.alistapart.com which is also a good site on this subject. While I do not code my sites using css like this, I believe its a better method. HTML was not invented with design issues in mind, but rather just transfering and displaying data. The new versions have bent it around this need and we are left with a very ineffecient, unnecessarily complicated way of doing things, namely using tables, whose original use was just to display data to accomadate all our design issues. I find that most of my pages have somewhere around 20-30 tables, which is ridculous and just plain stupid, but its the only way to do things right now and meet cross-browser compatibility. There are many other good tutorials you can easily find on the net, you might want to check http://www.richinstyle.com, I've heard this is a good resource. Also, an excellent way to understand the basic usage of it is to take the tour of it at w3schools. It should take you maybe half an hour, then take the quiz to make sure you know it all. It will be very well worth your time. Also, have a look at this thread, it will point you to many more good online css resources. |
|
|
|
|
|
#4 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
CSS most definitely is the way to go. To ensure browser compatibility (NS 4.7 mostly), you can't get real fancy. I mostly use CSS for fonts and link colors. Here is a sample CSS that I use fairly often:
PHP Code:
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|