width="", height="", background="" zijn denk ik gewoon niet toegelaten om te gebruiken(bij xhtml is dat ook zo), moet via css gaan.
EDIT: een pagina ziet er als volgd uit:
je zit ook nog aal te kloten met 2 <html>'s, <head>'s en <body>.
laat die dingen gewoon weg, de css die je daar nodig hebt, zet die gewoon op index.php.
op de pagina dat je include mogen die dingen alemaal niet opstaan, en als je dan zoals rensjuh zie de height's mooi aanpast zal je pagian wel w3c-valid zijn.
je zit ook nog aal te kloten met 2 <html>'s, <head>'s en <body>.
laat die dingen gewoon weg, de css die je daar nodig hebt, zet die gewoon op index.php.
Dat snap ik dus niet dat ik 2 html's, head's + body's erin hebt staan...
als je in je bron kijkt dan zie je toch dat er in de pagina, nog een html enz. word geopent. het filetje dat in je include in de index, in dat moet je de html , head, en body er uit gooien. je weet toch waar include""; voor dient?
Ik zie nu net dat je dat zo overal hebt gedaan voor je height.
Je hebt het zo:
1
<tag height:"100%">
Het hoort zo:
1
<tag style="height: 100%;">
Pas ze maar eens allemaal aan...
Dat heb ik nu gedaan..
Hij geeft nu nog 3 fouten in het script aan,
Citaat:
als je in je bron kijkt dan zie je toch dat er in de pagina, nog een html enz. word geopent. het filetje dat in je include in de index, in dat moet je de html , head, en body er uit gooien.
okee;-)
Citaat:
de css die je daar nodig hebt, zet die gewoon op index.php.
Ik heb 2 stylesheets, in de ene geeft hij 9 fouten aan, in de andere 7 fouten...:o
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.