WBBLITE Designanpassung

ruddel

Well-known member
21 April 2006
756
19
Hallo!
Habe mal ein paar Fragen zur design Anpassung eines WBBLITE`S

KLick mich


2. Wie bind eich eine Grafik als BG ein anstatt einem Hex Farbcodec?

Bitte mit beschreibung im ACP^^

Ok weitere Fragen stelle ich dann auch hier rein

Danke schon im Vooraus

mfg
ruddel
 
Zuletzt bearbeitet:
Es ist übrigends kein Codec sondern ein Farbcode :p

zum 1rsten:
ACP->Designpack bearbeiten->Richtiges Pack wählen(zB. Standard)|bearbeiten
Runterscrollen und da ist es dann:
'Hintergrundbild für Kopfbereich des Forums:' (außer ich habe das schon als Hack eingebaut, was i ned glaub)
 
Das meinte ich net ich meine die ganz BG Grafik also das jjetzt Dunkelgrün ist
 
Das musst du bei der gleichen Seite unter CSS-Code machen
unter body{}

mit background-image:url('HIER URL'); müsste es gehen.
 
HTML:
BODY { SCROLLBAR-BASE-COLOR: #0B6295; SCROLLBAR-ARROW-COLOR: #FFFFFF; }
background-image: url(images/bg.jpg);
SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
}

TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
}

.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
 
 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: #000000; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #000000; TEXT-DECORATION: none; }

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

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

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

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

#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor {  cursor: hand}


So hab ichs gemacht geht aber net