|
I have started again after my previous effort had so many errors.
the url is http://www.freebetsonline.info/freebets2.html.
using the w3c validation page I have 5 errors, four are the same error.
the errors are:
Error Line 68 column 31: there is no attribute "background".
<td height="94" background="../images/bannertitle1.gif"><iframe align="right
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
and 4 of this error:
Error Line 87 column 42: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
<font size="1"><div style="float:left">BlueSq</div></font>
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
im trying to have writing left aligned and also right aligned in one table cell, how can i fix these errors? the alignment shows up correct on the page.
thanks
|