html probleem

Status
Niet open voor verdere reacties.

eelcow

Nieuwe gebruiker
Lid geworden
21 aug 2004
Berichten
1
ik heb en probleem,
ik heb een tijdje geleden een site gemaakt voor een bedrijf genaamd Webder ( www.webder.nl ).
op deze site heb ik gebruik gemaakt van een in-line frame (ik heb de site in MS Frontpage gemaakt).
op deze site komen best veel mensen met een mac die als internet browser safari gebruiken, nu is het probleem dat mensen de links van het menu niet meer kunnen gebruiken.
Kan iemand mij helpen??

alvast bedankt.

Eelco
 
Niet te zien of werken niet?

<p style="margin-top: 0; margin-bottom: 0; margin-left:5"><b>
<font size="1" face="Verdana">
<a target="I2" href="main.htm" style="text-decoration: none">

<font color="#666666">Over
WVS</font></a></font></b></p>
margin-top: 0 moet zijn margin-top: 0px
zijnde de afmeting in pixels.

Voorts staat dit niet in de head:
<meta http-equiv="Content-Language" content="en-us">

En het doctype is een MS doctype ipv een officieel w3.org doctype.
http://www.w3.org/TR/REC-html40/struct/global.html#h-7.2

A valid HTML document declares what version of HTML is used in the document. The document type declaration names
the document type definition (DTD) in use for the document (see [ISO8879]).

HTML 4.01 specifies three DTDs, so authors must include one of the following document type declarations in their
documents. The DTDs vary in the elements they support.

* The HTML 4.01 Strict DTD includes all elements and attributes that have not been deprecated or do not appear
in frameset documents. For documents that use this DTD, use this document type declaration:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

* The HTML 4.01 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes
(most of which concern visual presentation). For documents that use this DTD, use this document type declaration:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

* The HTML 4.01 Frameset DTD includes everything in the transitional DTD plus frames as well. For documents
that use this DTD, use this document type declaration:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">

The URI in each document type declaration allows user agents to download the DTD and any entity sets that are needed.
The following (relative) URIs refer to DTDs and entity sets for HTML 4:

:cool:
 
Als ik mijn bescheiden mening mag geven; Fontpage zuigt!:eek: Een fatsoenlijke editor is een veel beter plan, of zelf gewoon kladblok!
Joe.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan