View Single Post
Old 12-29-2009, 07:44 AM   #5
Insider
Evangelist
Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.Insider ought to be getting tired of karma fortunes by now.
 
Insider's Avatar
 
Posts: 422
Karma: 405820
Join Date: Mar 2009
Device: Sony PRS 505 / iPad
In einem HTML-Head sieht die UTF 8 Beschreibung folgendermassen aus:
Code:
<meta content="text/html; charset=UTF-8" http-equiv="content-type">

So sieht mein html-Head aus, dem ich als Vorlage benutze.
Wo füge ich die Zeile nun ein - oder ist das egal?



Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>---xy--xy--xy---</title>
<meta name="author" content="............">
<meta name="editor" content="html-editor phase 5">
<style type="text/css">
h1, h2, h3, h4, h5, h6 {
text-align : center;
}
h1 {
page-break-after:always;
}
p {
text-align : justify;
}
p { text-indent:2%; text-align:justify; padding:0pt; margin-bottom:3pt; margin-top:3pt;}
.style1 {
        font-weight: bold;
        border-style: double;
        border-width: 3px;
        padding: 2px 4px;
}
</style>
</head>
<body>
<h2>........</h2>

Entschuldige, wenn ich laufend nerve, aber ich bin halt kein Profi, dafür möchte ich die Qualität aber doch verbessern.
Insider is offline   Reply With Quote