Wie kann ich beim Standart Theme von phpBB3 ein Hintergrundbild einfügen?
Habe schon in der common.css Datei beim body folgendes gemacht:
Code: Alles auswählen
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-image:url("{T_THEME_PATH}/images/line2.PNG");
background-repeat:repeat;
background-position:left;
background-attachment:fixed; padding:0px;
font-family:Arial;
}