Ich will das die Seite die Standard-Schrift "arial" hat.
Aber wenn ich es wie im folgenden Beispiel so mache wird es nicht arial!
Was mache ich falsch?
Zitat
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML LANG="de-de">
<HEAD>
<TITLE>Kontakt</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK HREF="Dateien/onClick.css" TYPE="text/css" REL="STYLESHEET">
<LINK REL="shortcut icon" TYPE="image/x-icon" HREF="Dateien/Grafiken/Favicon.ico">
</HEAD>
<BODY BGCOLOR="lime" LANG="de" LINK="blue" VLINK="blue" ALINK="blue">
</BODY>
<BASEFONT FACE="arial">
<!-- Kopf -->
<A name="top">
<!-- Inhalt -->
Hallo
<!-- Fuß -->
<DIV ALIGN="center"><A HREF="#top" CLASS="click5">zum Seitenanfang <IMG SRC="Dateien/Grafiken/up.gif" BORDER="0" ALT="zum Seitenanfang" TITLE="zum Seitenanfang"></A></DIV>
<HR><DIV ALIGN="center">
<FONT STYLE="background-color:#FFFF00; COLOR:#FF0000">
<script LANGUAGE="javascript">
function fillZero (nValue)
{
if (nValue < 10)
{
return "0" + nValue;
}
return nValue;
}
nUnixtime = Date.parse (document.lastModified);
modDate = new Date (nUnixtime);
document.write ("Zuletzt aktualisiert am: " + fillZero (modDate.getDate ()) + "." + fillZero (modDate.getMonth () + 1) + "." + modDate.getFullYear () + " um " + fillZero (modDate.getHours ()) + ":" + fillZero (modDate.getMinutes ()) + " Uhr");
</SCRIPT>
</FONT>
<A name="bottom">
</HTML>
<HTML LANG="de-de">
<HEAD>
<TITLE>Kontakt</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK HREF="Dateien/onClick.css" TYPE="text/css" REL="STYLESHEET">
<LINK REL="shortcut icon" TYPE="image/x-icon" HREF="Dateien/Grafiken/Favicon.ico">
</HEAD>
<BODY BGCOLOR="lime" LANG="de" LINK="blue" VLINK="blue" ALINK="blue">
</BODY>
<BASEFONT FACE="arial">
<!-- Kopf -->
<A name="top">
<!-- Inhalt -->
Hallo
<!-- Fuß -->
<DIV ALIGN="center"><A HREF="#top" CLASS="click5">zum Seitenanfang <IMG SRC="Dateien/Grafiken/up.gif" BORDER="0" ALT="zum Seitenanfang" TITLE="zum Seitenanfang"></A></DIV>
<HR><DIV ALIGN="center">
<FONT STYLE="background-color:#FFFF00; COLOR:#FF0000">
<script LANGUAGE="javascript">
function fillZero (nValue)
{
if (nValue < 10)
{
return "0" + nValue;
}
return nValue;
}
nUnixtime = Date.parse (document.lastModified);
modDate = new Date (nUnixtime);
document.write ("Zuletzt aktualisiert am: " + fillZero (modDate.getDate ()) + "." + fillZero (modDate.getMonth () + 1) + "." + modDate.getFullYear () + " um " + fillZero (modDate.getHours ()) + ":" + fillZero (modDate.getMinutes ()) + " Uhr");
</SCRIPT>
</FONT>
<A name="bottom">
</HTML>
Danke für die Antworten
Euer
Anddro

Hilfe
Neues Thema
Antworten



Nach oben

