Results 1 to 5 of 5
Thread: Little validation help needed
-
Little validation help needed
24 Jan 2010 @ 15.28 I am trying to validate this piece of code but it wont:
The doctype is xhtml1 strict and I am useless with forms as I have barely used them.Code:<form method="get" id="searchform" action="http://www.youtubedesigns.com" style="padding:0; margin:0;"> <input type="text" class="searching" value="" name="s" id="s" /><input class="submit" type="image" src="http://www.youtubedesigns.com/wp-content/themes/theme835/images/search.gif" value="submit" /> </form>
Hope something can point out how to validate that as its driving the sgml parser for FF crazy with IFRAME undefined etc
Thanks guys!
EDIT: The code above isnt causing the IFRAME error, just realised but still the code above I think isnt valid.
-
24 Jan 2010 @ 15.36 Okay I have it down to the last two errors but its the above code causing it.
-
24 Jan 2010 @ 16.42 What are the errors the validator is giving you?
-
24 Jan 2010 @ 18.13 Just wrap the inputs in p, div or h tags:
If you don't want the block styling, add a class and define in your css to display:inline.Code:<form method="get" id="searchform" action="http://www.youtubedesigns.com" style="padding:0; margin:0;"> <p><input type="text" class="searching" value="" name="s" id="s" /></p> <p><input class="submit" type="image" src="http://www.youtubedesigns.com/wp-content/themes/theme835/images/search.gif" value="submit" /></p> </form>
-
24 Jan 2010 @ 22.22 Awesome thank you! I will add that now.
EDIT: Worked perfect with the the added classes
Thanks Jon!
Last edited by Michael; 24 Jan 2010 at @ 22.29.
Similar Threads
-
Fancybox Validation
By craigfarrall in forum Javascript LibrariesReplies: 2Last Post: 11 May 2011, @ 12.41 -
javascript validation
By sudhakararaog in forum Javascript LibrariesReplies: 0Last Post: 22 Feb 2010, @ 09.52 -
Adsense and validation
By Michael in forum HTML & CSSReplies: 0Last Post: 15 Feb 2010, @ 22.20 -
php form with validation help
By bonnit in forum PHP, ASP & JavaReplies: 7Last Post: 10 Feb 2009, @ 17.49



LinkBack URL
About LinkBacks












Displaying Search Results
Agree with you.... Generally, we don't have control over display...