Thread: Html Help
View Single Post
Old 08-04-2004, 10:03 AM   #5 (permalink)
Iron_Cross
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

No, you can add the css directly into the .html file. Just put in like this:
Code:
<head>
<style>
CSS GOES HERE!
</style>
</head>
Or you can make a *.css file and use the
Code:
<link> and </link>
tags.
If you want to use your css use the
Code:
<div> or <span>
Just use the Style="blah css goes here" attribute in either one.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline