Create a style CSS place it on the server and add your
link to the top of the html.
<head>
<link href="http://www.xxx.com/style.css" rel="stylesheet" type="text/css">
</head>
Cheers,
Hooper
Something else I wanted to add. If you want to use your style sheet from vB for the other pages you can. I'm sure there are other ways to do this but you could copy the (css) info out of your CP, modify it as you wish, add it to notepad, name it styleXXwhatever.css and use the link like above to call it. You can have as many stylesheets as you would like. I use 5 of them for various parts of the site and for specific purposes. Hope this helps.
|