Plugin? I didn't use a plugin... I just made the css template and added it to my page shell... the line of code is in red.
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title>
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}media.css,showthread.css" />
{vb:raw headinclude_bottom}
<link rel="alternate" type="application/rss+xml" title="{vb:var vboptions.bbtitle} {vb:phrase rss_feed} - {vb:phrase media_library}" href="media.php?do=rss" />
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>{vb:raw pagetitle}</h1>
<p class="description">{vb:raw description}</p>
</div>
<br />
{vb:raw mediaHTML}
{vb:phrase media_copyright}
{vb:raw footer}
</body>
</html>
Like I said, this works fine, as long as stylesheets aren't saved as files.