
07-03-2006, 04:01 PM
|
|
|
Join Date: Nov 2004
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Help with locating some code.
Hi all,
After validating my site as XHTML I am stuck on locating a snippet of code:
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:
Code:
<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.
|