hi
is it possible to put a static background in? If so, how?
Roland
Static Background
Hi bones,
do you mean somthing like here:
http://www.cms.peperkorn-online.de/inde ... uick-start
then you must put in your fronend.css something like:
do you mean somthing like here:
http://www.cms.peperkorn-online.de/inde ... uick-start
then you must put in your fronend.css something like:
Code: Select all
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
background-image:url(http://www.my_homepage.de/picture/fade-vertikal.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
}