View Full Version : css
shashgo
11-11-2002, 11:30 PM
Its still kinda uncclear. Could someone please give me examples
cg9com
11-12-2002, 02:57 AM
examples:
http://www.w3schools.com/css/css_examples.asp
heres an example
<style type="text/css">
a {text-decoration:none;font:8pt arial;color:red}
</style>
this will take away the underline in a hyperlink, make the font a certain size/type and make it red.
there are alot of possibilities to review tho, you should read a tutorial, try this one.
read everything
http://www.w3schools.com/css/default.asp
Catman
11-12-2002, 01:51 PM
I've been putting together a tool which lets students see the effects of various style values on individual HTML elements: Catman's CSS Tool (http://www1.iastate.edu/~wsthune/cps/ccss/ccss.html).
Note that it's still in the alpha stage of development and does not run well on Mac IE 5.0 -- it's mostly functional with IE 6, NS 6 & 7.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.