Hallo,
ich würde gerne dieses Bild:
http://www.openwebgraphics.com/?page=resource&type=bg&id=16
so:
http://www.openwebgraphics.com/pages/bg_ex.ph…=bg&id=16&key=0
auf einer Website einfügen.
Wie muss der Qelltext angepasst werden?
HTML
/* for XHTML */body{
margin: 0;
padding: 0;
background-color: #8b0505;
background-image: url('../images/bg.gif');
background-position: top center;
background-repeat: repeat-y;
text-align: left; /* your wysiwyg editor will use this in editing mode */
font-family: Tahoma;
font-size: 0.9em;
color: #8b0505;
}
Alles anzeigen
MfG
guuls