Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 4
Seite [1]
Mario


Just nerd





Beiträge: 934
# Thema - 13.12.2007 um 23:55 Uhr
Hallo Leute

habe da noch nen problem oder auch zwei

In diesem Post wird der hintergrun Schwarz angezeigt.

Und ganz unten wird die site geteielt. Könnt ihr mir da nochmal helfen ??


------------------




Inaktiv
duRiel ClanSphere Team


Weltmeister




Herkunft: Cambridge
Beiträge: 7300
# Antwort: 1 - 14.12.2007 um 00:04 Uhr
slice (html aufbau) is nix..
habt da ne tabelle damit ihr ne hintergrundgrafik verwenden könnt und die ist ellenlang nach unten und wiederholt sich dann dort auch noch.. würde die komplette tabelle auf oberster ebene entfernen und statt dessen per css
body {
background-image: url('design/hg.jpg');
background-repeat: repeat-x;
}
und dann noch die background-color dies unterhalb des bildes haben soll..


Inaktiv
|
Mario
Thread-Ersteller


Just nerd





Beiträge: 934
# Antwort: 2 - 14.12.2007 um 00:10 Uhr
duRiel sorry ich weiß nicht was du meinst ....


------------------






Inaktiv
|
Sickboy


King for a day




Beiträge: 284
# Antwort: 3 - 15.12.2007 um 10:46 Uhr
hi mario,
duriel meint, das du die tabellen lieber als layer machen solltest und das in der index.htm:
<style type="text/css">
body{
margin:0px;
padding:0px;
background-color:#2A2A2A;
background-image:url();
}
body,td,th {
color: #000000;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
a:active {
color: #666666;
text-decoration: none;
}
a {
font-weight: bold;
}
.Stil10 {font-size: 24px; color: #FFFFFF;}
.Stil12 {color: #CCCCCC; font-weight: bold; }
.Stil18 {color: #333333}
.Stil13 {
color: #EEEEEE;
font-weight: bold;
}
.Stil11 {color: #F3F3F3}
</style>

und das machst du mit in deine /templates/v-play clantemplate 8/clansphere.css.
weil 2mal den body zudeklarieren brauchst nicht^^.
zurnot benutze doch immer den w3c valid checker http://validator.w3.org/check?uri=referer.
mfg


Inaktiv
|
Mario
Thread-Ersteller


Just nerd





Beiträge: 934
# Antwort: 4 - 17.12.2007 um 13:53 Uhr
Ah ja danke fuzt super ...


------------------






Inaktiv
|
Antworten: 4
Seite [1]


Sie müssen sich registrieren, um zu antworten.