I cannot seem to get past the form element validation error as seen here.
http://validator.w3.org/check?uri=ht...pe=Inline&ss=1
Anyone know what's up?
This is a discussion on Validation Help within the Template Modifications forums, part of the vBulletin SEO Discussion category; I cannot seem to get past the form element validation error as seen here. http://validator.w3.org/check?uri=ht...pe=Inline&ss=1 Anyone know what's up?...
I cannot seem to get past the form element validation error as seen here.
http://validator.w3.org/check?uri=ht...pe=Inline&ss=1
Anyone know what's up?
<span class="smallfont"> is killing it. span is an inline element and cannot take a block-level element, such as form, inside it.
put the span around the text ONLY, not the whole group.
ie:
<form ...>
<span class="smallfont">Name:</span><input type.... />
</form>
Ah excellent, that did the trick. Now if I could just figure out how to close the <img with phpadsnew. :sigh:
Thanks!
use the javascript invocation. you can validate a simple <script type...>![]()
Yup, that did it.![]()
happy to be of service![]()