Komischer Pfeil nach dem Head-Banner

Döner Man
Hi,

ich habe ein Forum erstellt, aber unter dem Head-Banner und über den Kategorien, erscheint links in der Ecke:


-->


Was heißt das ?

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
/* CSS Document */


body {
 scrollbar-face-color: #363636;
 scrollbar-arrow-color: #C4C4C4;
 scrollbar-shadow-color: #222222;
 scrollbar-darkshadow-color: #111111;
 scrollbar-highlight-color: #555555;
 scrollbar-3dlight-color: #FFEBCD;
margin: 0px 0px 0px 0px;
background-image: url(http://blabla.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}





SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
}

TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
}

.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
 
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.topnavi {
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}

#bg A:link, #bg A:visited, #bg A:active { COLOR: #CCCCCC; TEXT-DECORATION: none; }
#bg A:hover { COLOR: #999999; TEXT-DECORATION: none; }

#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #FF4500; TEXT-DECORATION: none; }

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #FF4500; TEXT-DECORATION: none; }

#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #FFF8DC; TEXT-DECORATION: none; }

#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tabletitle A:hover { COLOR: #FFF8DC; TEXT-DECORATION: none; }
#tabletitle { background-image: url(http://blabla.gif); }

<html>
<head>
<title>Fest positionierte Elemente mit CSS</title>
<style type="text/css">
<!--
#Grafik {
 position: fixed;
 right: 10px;
 top: 10px;
 height: 250px;
 width: 400px;
}
-->
</style>
</head>
<body>
<div align='center' id='Grafik'><img border='0' height='150'
src='http://blabla.jpg' width='600'></div>


Weiß jemand wie ich diesen Entfernen kann verwirrt
meeeeeeeep
Versuch es mal bitte so:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
/* CSS Document */


body {
 scrollbar-face-color: #363636;
 scrollbar-arrow-color: #C4C4C4;
 scrollbar-shadow-color: #222222;
 scrollbar-darkshadow-color: #111111;
 scrollbar-highlight-color: #555555;
 scrollbar-3dlight-color: #FFEBCD;
margin: 0px 0px 0px 0px;
background-image: url(http://blabla.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}





SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
}

TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
}

.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
 
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.topnavi {
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}

#bg A:link, #bg A:visited, #bg A:active { COLOR: #CCCCCC; TEXT-DECORATION: none; }
#bg A:hover { COLOR: #999999; TEXT-DECORATION: none; }

#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #FF4500; TEXT-DECORATION: none; }

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #FF4500; TEXT-DECORATION: none; }

#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #FFF8DC; TEXT-DECORATION: none; }

#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tabletitle A:hover { COLOR: #FFF8DC; TEXT-DECORATION: none; }
#tabletitle { background-image: url(http://blabla.gif); }

<html>
<head>
<title>Fest positionierte Elemente mit CSS</title>
<style type="text/css">
<!--
#Grafik {
 position: fixed;
 right: 10px;
 top: 10px;
 height: 250px;
 width: 400px;
}
//-->
</style>
</head>
<body>
<div align='center' id='Grafik'><img border='0' height='150'
src='http://blabla.jpg' width='600'></div>
Döner Man
Mist leider noch immer dieser Pfeil ?

Was hat er überhaupt zu bedeuten ?

Trotzdem danke schonmal unglücklich
meeeeeeeep
Versuch es mal so, und guck mal ob der header noch so sitzt wie er soll.

Was das dort soll verstehe ich auch nicht wirklich.

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
/* CSS Document */


body {
 scrollbar-face-color: #363636;
 scrollbar-arrow-color: #C4C4C4;
 scrollbar-shadow-color: #222222;
 scrollbar-darkshadow-color: #111111;
 scrollbar-highlight-color: #555555;
 scrollbar-3dlight-color: #FFEBCD;
margin: 0px 0px 0px 0px;
background-image: url(http://blabla.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}





SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
}

TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
}

.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: /acp/morpheus.ttf;
 COLOR: #FFF8DC;
 BACKGROUND-COLOR: #626262;
 
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.topnavi {
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}

#bg A:link, #bg A:visited, #bg A:active { COLOR: #CCCCCC; TEXT-DECORATION: none; }
#bg A:hover { COLOR: #999999; TEXT-DECORATION: none; }

#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #FF4500; TEXT-DECORATION: none; }

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #FF4500; TEXT-DECORATION: none; }

#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #FFF8DC; TEXT-DECORATION: none; }

#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #FFF8DC; TEXT-DECORATION: underline; }
#tabletitle A:hover { COLOR: #FFF8DC; TEXT-DECORATION: none; }
#tabletitle { background-image: url(http://blabla.gif); }

<html>
<head>
<title>Fest positionierte Elemente mit CSS</title>
<style type="text/css">
#Grafik {
 position: fixed;
 right: 10px;
 top: 10px;
 height: 250px;
 width: 400px;
}
</style>
</head>
<body>
<div align='center' id='Grafik'><img border='0' height='150'
src='http://blabla.jpg' width='600'></div>
Döner Man
traurig


nö, leider wieder nich ???


Naja, war ja ein versuch wert, dann leben wir halt damit unglücklich

Vielen Dank für deine Hilfe Versagt
meeeeeeeep
Also der Pfeil müsste weg sein, da ich ihn aus dem Script genommen habe.

Vielleicht musst du mal deinen Browsercache leer machen. verwirrt
Son-Goten
Schau mal in die headinclude.tpl (glaub ich doch)
xundy
Der Fehler kommt erst nach dem Header, also kann der Fehler nur im header template oder einem Template das im Header includet ist sein oder aber im Template der entsprechenden Seite wenn es nicht auf allen seiten im Forum ist.

Allerdings sollte ein Blich in den Quelltext da schnell auflösung bringen



mfg
lycoos
Das sieht aus wie ein Doppelter Kommentar oder ähnliches....
Döner Man
aha, und was könnte ich machen um den zu entfernen ?

weil ist mein erstes forum ?


habe den pfeil nun durch einen statistik-button ersetzt großes Grinsen