The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
css fix
Ran w3c validation and it gave me this error
URI : http://www.talkjesus.com/ 865 Value Error : width Too many values or values are not recognized : 100 cellspacing http://jigsaw.w3.org/css-validator/v...lkjesus.com%2F I cannot trace this at all. Can someone please tell me what the exact error is and how to trace this? The only thing I see regarding "100" is this #categories { min-width : 12em; max-width : 100%; } |
#2
|
||||
|
||||
Probably refering to this line in your source code:
HTML Code:
<strong>Why Join Talk Jesus Forums?</strong> <br /> <br /> <table style="width: 100 cellspacing="3" cellpadding="3"> |
#3
|
||||
|
||||
Does it make sense that the CSS validator shows it without the % symbol, yet my phrase shows it with the % symbol?
<table style="width: 100%" cellspacing="3" cellpadding="3"> |
#4
|
||||
|
||||
I looked in your source code. It doesn't have the % sign. But, besides that, it isn't valid html with the "style=" written in there. It should be:
<table width="100%" cellspacing="3" cellpadding="3"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|