Quote:
Originally Posted by Padyn
I'm running into problems getting the display to look correct. I applied the change to make the css file as a file but I didn't see any css modifications posted around clean up. It could be that the theme I purchased, didn't account for the arcade appropriately I'm just not sure.
See Arcade: http://www.twistedbastards.com/arcade.php
Any thoughts?
|
Change your ARCADE template to this on every style/skin :
PHP Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title>{vb:raw ibprotitle}</title>
{vb:raw headinclude}
{vb:raw headinclude_bottom}
{vb:cssfile ARCADE.css}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
{vb:raw arcadeheader}
{vb:raw maincontent}
{vb:raw footer}
</div>
</body>
</html>