Hallo Leute,
kann mir bitte jemand sagen, wo bzw. wie ich die Sortierung im "Head"-Bereich ändern kann?
Um genau zu sein, ich möchte die Zeichensatz-Codierung nach ganz oben setzen, derzeit ist diese an letzter Stelle.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<base href="http://www. die domain .de/" />
<title>Der Titel.</title>
<meta name="robots" content="index,follow" />
<meta name="language" content="de" />
<meta name="company" content="Company" />
<meta name="author" content="Author" />
<meta name="publisher" content="Publisher" />
<meta name="page-topic" content="shopping" />
<meta name="reply-to" content="info@ die domain .de" />
<meta name="revisit-after" content="14" />
<meta name="description" content=" die Beschreibung ." />
<meta name="keywords" content=" die keywords" />
<meta name="generator" content="xt:Commerce VEYTON 4.0.12" />
<meta name="google-site-verification" content="mR3roEox3fgSYFdINABtz8p_bAr2d8zFtTy3LhtQxhk" /><link rel="stylesheet" type="text/css" href="http://www. die domain .de/xtFramework/library/jquery/thickbox.css" /><link rel="stylesheet" type="text/css" href="http://www. die domain .de/templates/xt_default/css/stylesheet.css" />
<script type="text/javascript" src="http://www. die domain .de/xtFramework/library/jquery/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="http://www. die domain .de/xtFramework/library/jquery/thickbox-compressed.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
Danke für den Denkanstoß.
Torsten