The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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 -->
Code:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style> $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. |
|
#2
|
|||
|
|||
|
The code you posted shows you the way.
href="clientscript/vbulletin_css/style-55098c4f-00002.css This means the vbulletin-css "stylesheet" is in your /clientscript/vbulletin_css/ folder and is named "style-55098c4f-00002.css". This is a text type file which you can examine in a suitable text editor. I generally use UltraEdit. Regards, |
|
#3
|
|||
|
|||
|
Hi Slappy,
Its not the actual css file that I am after. It is this piece of code: Code:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style> Any other ideas? Kind regards |
|
#4
|
||||
|
||||
|
It's built by code - in adminfunctions_template.php I believe.
|
|
#5
|
|||
|
|||
|
Hi Paul,
Thanks, thats the closest I have been so far. Its not in that file, any other ideas? Kind regards Found it !! It was to do with the scroll bar on signatures hack that I installed from here. Fixed it now. Thanks for the help. Kindest regards. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|