Ensure the external website opens in a new window.
"
"Convert all pages of the site to XHTML 1.0 Strict, validated using the W3C validator. The requirement that some pages open in a new window or tab can be omitted from the site but all other formatting should display identically to the Transitional version. (3 points)"
although reading that does say that i can miss out the new window attribute
Line 101, Column 7: document type does not allow element "tr" here <tr>✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
theres 9 errors total that are the same all about the <tr> so yeah if anyone could help that would be awesome
Ensure the external website opens in a new window.
That is so old-school and really bad for accessibility. I can't believe they still teach this way.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday" Carolina Corvette Club
Xhtml Validator. Convert multiple RTF and Text to HTML with CSS, XHTML or plain HTML 3.2. JXHTMLEDIT is a cross-platform WYSIWYG HTML/XHTML content authoring tool.
___________________ Nursery Admissions Guide
That is so old-school and really bad for accessibility. I can't believe they still teach this way.
yeah i know, they've got us to code in tables and all that jazz
but as the teachers keep saying its better to learn about everything and then learn what not to do