PDA

View Full Version : html page using linked css style sheet????


cdembek
11-22-2006, 01:06 AM
My home page I created using dreamweaver and implemented using CMPS HTML page... works great can update info with out dealing with templates/modules

my question is.. can I use a HTML page that uses an external css page?? Right now I have to create the page, copy and paste the css style (Additional CSS Definitions) info into CSS style of the site with in vbulletin.

I would love to make things work simpler and easier to track.

Thanks

Brian
11-22-2006, 02:05 PM
That should just be a matter of saving your CSS file, then adding something like this between the <head> </head> tags in your adv_portal template.
<link rel="stylesheet" type="text/css" href="path/to/your/stylesheet.css" />

Our Sponsors
 

cdembek
11-22-2006, 07:41 PM
Brian... thanks for the suggestion!!