Gegen Bilderklau - Das Original

Registrierung Mitgliederliste Teammitglieder Suche Häufig gestellte Fragen Statistik Chat Karte Zur Startseite

Gegen Bilderklau - Das Original » Design, Website, Copyright » Homepagehilfe » Homepagehilfe - Archiv » [HTML] Hintergrundproblem » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag Druckvorschau | Thema zu Favoriten hinzufügen
Zum Ende der Seite springen Hintergrundproblem
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
fugato
unregistriert
Hintergrundproblem Auf diesen Beitrag antworten Zitatantwort auf diesen Beitrag erstellen Diesen Beitrag editieren/löschen Diesen Beitrag einem Moderator melden       Zum Anfang der Seite springen

Also ich hab da ein problem mit meinem Desi Hintergrund. Es erscheint zwar das Desi aber ich habe immer einen weißen Hintergrund und das sieht echt doof aus kann mir da vielleicht einer Helfen??

Hier mein code:

<html>
<head>
<title>%titel%</title>
<style type="text/css">
<!--
body {
<body bgcolor="#ffe56d">


scrollbar-face-color: #F5F5DC;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}<STYLE type=text/css>

body
{ background-image: url(''); background-attachment: fixed }
a:link { font-weight:bold; color:#000000; text-decoration:none }
a:visited { font-weight:bold; color:#000000; text-decoration:none }
a:hover { font-weight:bold; color:#808080; text-decoration:none }
a:active { font-weight:bold; color:#000000; text-decoration:none }
a:focus { font-weight:bold; color:#000000; text-decoration:none }
<p align="center"><!--webbot bot="HTMLMarkup" startspan -->
<style>
<!--
a{text-decoration:none}
//-->
</style>


<!-- Start Design -->
<img border="0" src="http://www.oyla.de/userdaten/68517374/bilder/design.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 30; left: 330 ;width: 1100x1024">
<!-- End Design -->

<!-- Start Content -->
<div style="overflow: auto; position: absolute; width: 630px; height: 460px; left: 580px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%content%</span>
</div>
<!-- End Content -->

<!-- Start Navigation -->
<div style="overflow: auto; position: absolute; width: 185px; height: 320px; left: 400px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%navigation_v%</span>
</div>
<!-- End Navigation -->

</body>
</html>
22.02.2009 13:50
.Senseless
dima & sascha!


images/avatars/avatar-48682.png

Dabei seit: 26.01.2009
Beiträge: 2.244

Auf diesen Beitrag antworten Zitatantwort auf diesen Beitrag erstellen Diesen Beitrag editieren/löschen Diesen Beitrag einem Moderator melden       Zum Anfang der Seite springen

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:
87:
88:
89:
90:
91:
92:
93:
94:
95:
<html>
<head>
<title>%titel%</title>
<style type="text/css">
body {
background-color: #ffe56d;


scrollbar-face-color: #F5F5DC;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}

a:link { font-weight:bold; color:#000000; text-decoration:none; }
a:visited { font-weight:bold; color:#000000; text-decoration:none; }
a:hover { font-weight:bold; color:#808080; text-decoration:none; }
a:active { font-weight:bold; color:#000000; text-decoration:none; }
a:focus { font-weight:bold; color:#000000; text-decoration:none; }
</style>


<!-- Start Design -->
<img border="0" src="http://www.oyla.de/userdaten/68517374/bilder/design.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 30; left: 330 ;width: 1100x1024">
<!-- End Design -->

<!-- Start Content -->
<div style="overflow: auto; position: absolute; width: 630px; height: 460px; left: 580px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%content%</span>
</div>
<!-- End Content -->

<!-- Start Navigation -->
<div style="overflow: auto; position: absolute; width: 185px; height: 320px; left: 400px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%navigation_v%</span>
</div>
<!-- End Navigation -->

</body>
</html> <html>
<head>
<title>%titel%</title>
<style type="text/css">
<!--
body {
<body bgcolor="#ffe56d">


scrollbar-face-color: #F5F5DC;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}<STYLE type=text/css>

body
{ background-image: url(''); background-attachment: fixed }
a:link { font-weight:bold; color:#000000; text-decoration:none }
a:visited { font-weight:bold; color:#000000; text-decoration:none }
a:hover { font-weight:bold; color:#808080; text-decoration:none }
a:active { font-weight:bold; color:#000000; text-decoration:none }
a:focus { font-weight:bold; color:#000000; text-decoration:none }
<p align="center"><!--webbot bot="HTMLMarkup" startspan -->
<style>
<!--
a{text-decoration:none}
//-->
</style>


<!-- Start Design -->
<img border="0" src="http://www.oyla.de/userdaten/68517374/bilder/design.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 30; left: 330 ;width: 1100x1024">
<!-- End Design -->

<!-- Start Content -->
<div style="overflow: auto; position: absolute; width: 630px; height: 460px; left: 580px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%content%</span>
</div>
<!-- End Content -->

<!-- Start Navigation -->
<div style="overflow: auto; position: absolute; width: 185px; height: 320px; left: 400px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%navigation_v%</span>
</div>
<!-- End Navigation -->

</body>
</html> 


So müsste es gehen..

__________________
    "Bei leichten Depressionen empfehle ich ein heißes Bad mit ätherischen Ölen, bei schweren Depressionen ein heißes Bad mit Föhn!"

22.02.2009 20:59 .Senseless ist offline E-Mail an .Senseless senden Beiträge von .Senseless suchen Nehmen Sie .Senseless in Ihre Freundesliste auf Fügen Sie .Senseless in Ihre Kontaktliste ein
fugato
unregistriert
Auf diesen Beitrag antworten Zitatantwort auf diesen Beitrag erstellen Diesen Beitrag editieren/löschen Diesen Beitrag einem Moderator melden       Zum Anfang der Seite springen

supi vielen dank...jezt funzt es
24.02.2009 10:16
Baumstruktur | Brettstruktur
Gehe zu:
Gegen Bilderklau - Das Original » Design, Website, Copyright » Homepagehilfe » Homepagehilfe - Archiv » [HTML] Hintergrundproblem

Impressum

Forensoftware: Burning Board, entwickelt von WoltLab GmbH