Here's the errors http://validator.w3.org/check?uri=http://www.startanursingagency.com Please coz a newbie.. and i dont know to fix the errors.. "This page is not Valid HTML 4.01 Transitional!" whats the right DOCTYPE for my page??
too many errors. you can do it by yourself. <table width="102%" height="100%" border="0" cellpadding="0" cellspacing="0"> there is no attribute "HEIGHT" ,you need read the note.
what did they mean about "there is no attribute "HEIGHT" what am i gonna supposed to do with this height="100%"?
What program are you using to create your website? It appears to be generating code this is/no longer accepted code.
Frontpage, like other WYSIWYG editors, inserts it's own code, though Frontpage tends to insert a lot more. Here's a link to a post in another forum that tells how to fix your errors. Most of your errors are because of missing ALT text, those are easy to fix.
Make your website Valid HTML as: --> All the image must have alt tag. If the image doesn't mean anything then put img="" But you have to put alt tag. --> All the tag must be completed. specially if you use img or br tag then close like <br />
hI , i hv visit your given link .... for error1 : you should remove the HEIGHT arttribut for the code .... because table has not that attribute in it .... allthough dreamweaver show it .... but i advice that remaove it form that ...like <table width="102%" border="0" cellpadding="0" cellspacing="0"> Code (markup): for error 2 : remove all the background attribute from td ... if you want to give any background then please define it in style attribute ... like <td width="50%" style="background:left_bg.jpg;background-position:right" Code (markup): for error ALT , you hv to defile ALT attribute for all the imgs .... even you put balnk ... then also this error will not be there <img alt="" Code (markup): for error BORDERCOLOR : define it in style attribute ... your problem will be solved ... for Line 821 column 89: end tag for element "A" which is not open. you forgot to open that tag<A> or if there you don;t want to put link then remove that </a> form that link ... for Line 876 column 6: end tag for element "FORM" which is not open. remove that </form> form the code .... for Line 1353 column 13: there is no attribute "HEIGHT". : please remove that attribute from that tr tag .... for productid's error need to see the code ... that i can not suggest form here ... i hope this will help you to reslove you errors !!