website werkt wel op IE6 maar niet op IE7

Status
Niet open voor verdere reacties.

danny123

Gebruiker
Lid geworden
15 okt 2007
Berichten
71
hallo, ik beheer de website : ps3-gaming.com ( tijdelijk www.ps3gaming.surft.nl )
als je IE7 hebt zul je dat de review van F1 champion edition maar heel klein is !?
( je ziet alleen de titel en het onderstukje, de rest is weggevallen )
al zie je heb in IE6 zie je hem wel helemaal ( zie foto )
ps : in firefox is de website helemaal niets !! alles staat door elkaar enzo


mijn vraag : Wat is het probleem ??



dringend hulp nodig !!



alvast heéél erg bedankt namens Ps3-gaming.com
 
Laatst bewerkt:
In Firefox ziet het er ook niet uit.

Je hebt een DOCTYPE aan het document gekoppeld -namelijk XHTML 1.0 Transitional-, maar je HTML is niet naar dit DOCTYPE gevormd.

Maar deze fout wordt misschien veroorzaakt door een element dat niet goed gesloten is. Bijvoorbeeld een <div> element zonder een </div>
 
bedankt voor je reactie,
helaas weet ik nog niet zo veel ervan af ?

wat moet ik aanpassen ??
 
ik krijg allemaal fouten met DOCTYPE

zoals : No DOCTYPE found! Attempting validation with HTML 4.01 Transitional.

The DOCTYPE Declaration was not recognized or is missing. This probably means that the Formal Public Identifier contains a spelling error, or that the Declaration is not using correct syntax. Validation has been performed using a default "fallback" Document Type Definition that closely resembles "HTML 4.01 Transitional", but the document will not be Valid until you have corrected this problem with the DOCTYPE Declaration.

Learn how to add a doctype to your document from our FAQ.



Line 1, Column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".
<html>✉
The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.



ik heb al bij de FAQ gekeken maar daar schiet ik niet zo veel mee op ( en ik begrijp niet alles wat er staat )

wat is het probleem ? en hoe kan ik dat oplossen ?
 
Je valideert je default pagina, die heeft inderdaad geen DOCTYPE.

Het gaat dan ook om deze pagina: http://home.wanadoo.nl/eric-hartman/index.htm

Die heeft wel een DOCTYPE, namelijk;

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
op de eerste regel van je html.
 
Je kan dit bestand denk ik niet in xhtml krijgen, het style attribute is niet toegestaan volgens mij, dus dan moet je alle styling in een <style> </style> zetten -of een externe CSS-.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan