cyborg360
11-06-2011, 06:50 PM
questions relate to this page: /globalpetals.com/index_main.php
1. i am trying to validate a page the source of which that shows up with firefox is composed of many different files. is there good way to pinpoint where each part of the code is coming from? maybe with firebug
2. i see from this validator, "start tag was here" and it points to the beginning "<" for <img style="padding-bottom: 12px" src="./themes/Feelings-Green/footer_separator… what is the problem? can i not validly start a statement as <img ?
3. the validator tells me selected="" should be set but i am not using "selected". it is pointing to id="" being blank it seems. is this error message really directed at "id" and not "selected?"http://validator.w3.org/check?uri=http%3A%2F%2Fwww.globalpetals.com%2Findex_main.php&charset=%28detect+automatically%29&doctype=Inline&group=0
4. for <li><a href="<?php echo SITE_URL?>/contact_us.php" id="<?php echo $link_selected_index?>">Contact Us</a></li> i see validator pointing out id="<php ... as invalid, but it does not point out href"< as being so. why is this?
5. Line 479, Column 48: end tag for "input" omitted, but OMITTAG NO was specified
<input type="hidden" value="Y" name="featured">
I do not see omittag="no" or something like it.
6. Line 428, Column 1: start tag was here
<br>
I dont understand why there would be a complaint about <br>
1. i am trying to validate a page the source of which that shows up with firefox is composed of many different files. is there good way to pinpoint where each part of the code is coming from? maybe with firebug
2. i see from this validator, "start tag was here" and it points to the beginning "<" for <img style="padding-bottom: 12px" src="./themes/Feelings-Green/footer_separator… what is the problem? can i not validly start a statement as <img ?
3. the validator tells me selected="" should be set but i am not using "selected". it is pointing to id="" being blank it seems. is this error message really directed at "id" and not "selected?"http://validator.w3.org/check?uri=http%3A%2F%2Fwww.globalpetals.com%2Findex_main.php&charset=%28detect+automatically%29&doctype=Inline&group=0
4. for <li><a href="<?php echo SITE_URL?>/contact_us.php" id="<?php echo $link_selected_index?>">Contact Us</a></li> i see validator pointing out id="<php ... as invalid, but it does not point out href"< as being so. why is this?
5. Line 479, Column 48: end tag for "input" omitted, but OMITTAG NO was specified
<input type="hidden" value="Y" name="featured">
I do not see omittag="no" or something like it.
6. Line 428, Column 1: start tag was here
<br>
I dont understand why there would be a complaint about <br>