noj75
07-03-2006, 04:01 PM
Hi all,
After validating my site as XHTML I am stuck on locating a snippet of code:
# <!-- CSS Stylesheet -->
# <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style>
# <!--
# .sizedsig {
# max-height:85px;
# height:expression(this.scrollHeight > 85? "85px" : "auto" );
# overflow:auto;
# overflow-x:hidden;
# }
# // -->
# </style>
#
# <!-- / CSS Stylesheet -->
The part I am trying to find in the above code is:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style>
Looking in the headerinclude template all I can find that may be of some use is:
$style[css]
I dont know where to go from there.
Can anyone tell me where to look to alter the above code that is giving me the xhtml error.??
Kindest regards.
After validating my site as XHTML I am stuck on locating a snippet of code:
# <!-- CSS Stylesheet -->
# <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style>
# <!--
# .sizedsig {
# max-height:85px;
# height:expression(this.scrollHeight > 85? "85px" : "auto" );
# overflow:auto;
# overflow-x:hidden;
# }
# // -->
# </style>
#
# <!-- / CSS Stylesheet -->
The part I am trying to find in the above code is:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style>
Looking in the headerinclude template all I can find that may be of some use is:
$style[css]
I dont know where to go from there.
Can anyone tell me where to look to alter the above code that is giving me the xhtml error.??
Kindest regards.