How do you add css to an html?

I would recommend creating a separate CSS File and integrating it into your CSS web page. For instance if you create a file called "style.css" then you would add this to the header of your page:

<link rel="stylesheet" type="text/css" href="/style.css" />

The best reference for CSS is W3 Schools - http://www.w3schools.com/css/default.asp
 
the other answer is right, also if you need any help with the css add me on yahoo messanger and i will help ya ;) , if you dont have the you can email me at [email protected]
btw i dont charge lol
hope i helped
Jamie
 
Back
Top