META-Tags einbinden?
Verfasst: 29.12.2003 12:06
Wie gehe ich vor um im phpBB-Board META-Tags einzubinden?
Danke!
Danke!
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
und<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
einbinde, dann fuktioniert mein Header nicht mehr richtig. Das Logo und die Images werden nicht mehr angezeigt und die Verlinkung stimmt nicht mehr.{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta NAME="author" CONTENT="Sascha Carlin on behalf of the phpBB Group">
<meta NAME="publisher" CONTENT="Sascha Carlin">
<meta NAME="copyright" CONTENT="(c) 2003 Sascha Carlin">
...[/blue]
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
.....
Hast du es so gemacht?<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta NAME="author" CONTENT="xyz">
<meta NAME="publisher" CONTENT="...">
<meta NAME="copyright" CONTENT="(c) 2003 .....">
usw...
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
.....