Validerings problemer? igen!!!
Godt så jeg prøver igen!! nu har jeg fået alt undtagen en ting til at virke på min hjemmeside (wuhuu) det er i min facebook tag hvor allowtransparency="true" ikke vil genkende... så tænker jeg: det er vel også lige meget den sletter jeg bare for jeg skal endelig ikke bruge den men hold da helt op så går det galt i min validering!! så kommer der 8 fejl fra i stedet for!!Indsat kode:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fskrivgodt&width=240&colorscheme=light&show_faces=true&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:240px; height:720px;" allowtransparency="true"></iframe>
Validering når jeg har hele facebook koden:
Line 51, Column 324: there is no attribute "allowtransparency"
...overflow:hidden; width:240px; height:720px;" allowtransparency="true"></iframe>
✉
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).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Valideringen når jeg ikke har allowtransparency="true" med i min facebook kode:
Line 23, Column 28: attributes construct error
<li><a href="index.html"class="current">Forside</a></li>
✉
Line 23, Column 28: Couldn't find end of Start Tag a line 23
<li><a href="index.html"class="current">Forside</a></li>
✉
Line 23, Column 55: Opening and ending tag mismatch: li line 23 and a
<li><a href="index.html"class="current">Forside</a></li>
✉
Line 23, Column 60: Opening and ending tag mismatch: ul line 22 and li
<li><a href="index.html"class="current">Forside</a></li>
✉
Line 48, Column 5: Opening and ending tag mismatch: div line 21 and ul
</ul>
✉
Line 87, Column 6: Opening and ending tag mismatch: body line 16 and div
</div>
✉
Line 88, Column 7: Opening and ending tag mismatch: html line 2 and body
</body>
✉
Line 89: Extra content at the end of the document
</html>
Plus når jeg gør det her vil den ikke rigtigt kendkende mine tags til css! og min <div id="main_container"> er helt væk den bliver srot og kan ikke genkendes!!
Håber det giver mening? og i kan hjælpe bliver snart sindssyg :S