1
Tried adding a background image to the theme.html and tried to put it in the stylesheet. no success.
Is this the right place for this or should I do this somewhere else?
stylesheet:
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #1D1D1D;
font-size: 11px;
background-image: url(../image.jpg);
}
greetings Erik
It just happend!
Got it. How actually is a bit vague, thought I tried it before...
But for anybody interested:
theme.html
<body background="<{$xoops_imageurl}>images/logos/IMG_0856.jpg" bgcolor="#96DDBE" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" rightmargin="10">