Quote:
Originally Posted by sadiq6210
In template "mynotes_add_notes" search for:
Code:
{vb:raw headinclude}
Add below:
Code:
{vb:raw headinclude_bottom}
|
The weird looks on some styles can be fixed also this way:
In template 'mynotes_add_notes' search for:
Code:
<html dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
Change to:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
Hopefully someone can help with the 4.2 navbar problem...