BRLaura
11-13-2003, 12:35 PM
OK, I really, really want to use CSS, but I can't seem to figure out how to! Could someone just show me an example of a REALLY simple one with just like, links, scroll and the backround?
Thanks,
Laura
Thanks,
Laura
|
View Full Version : CSS Help Please!! BRLaura 11-13-2003, 12:35 PM OK, I really, really want to use CSS, but I can't seem to figure out how to! Could someone just show me an example of a REALLY simple one with just like, links, scroll and the backround? Thanks, Laura mikeydf33 11-13-2003, 05:01 PM Suggestion: Check out http://www.dynamicdrive.com Arc Angel 11-13-2003, 05:24 PM This (http://www.lissaexplains.com/css.shtml) explains it pretty well. :P It's pretty simple. You have your style tags: <style> </style> And then their are different attributes you can put in them, just like html: <style> background-color: #000000; </style> The above would just change your background color. Anywho, hope that helps. =) kittycat 11-13-2003, 06:13 PM http://www.csscreator.com/version1/ http://www.ahfb2000.com/cssgenerator.php Some CSS generators that might help if you still can't get it, although it's better if you do it yourself so you can make changes. |