Quote:
Originally Posted by eJM
All CSS code should appear in AdminCP > Styles & Templates > Style Manager > All Style Options > the appropriate section for the code. Since Princeton said the background they use here is located in the HTML portion of the document, you would have to add that to one of the boxes in Additional CSS Definitions near the bottom of the page. There is no separate section for the HTML part of the document.
|
Thanks for the reply Jim.
I tried entering the following code in the Additional CSS Definitions near the bottom of the page as you suggested, but it's not working for me:
HTML Code:
html {background: #xxyyzz url(images/misc/image.gif) top center repeat-y;}
What happens is that the shadow image begins to display right below the copyright information, and not at the top of the page where I want it to begin. Now please bear in mind that I'm a novice here when it comes to html and css, though I am crawling up to speed, and so I may just be making a silly mistake.
Now when I enter the following code in the Body Extra CSS Attributes box:
background: #xxyyzz url(images/misc/image.gif) top center repeat-y
it displays just fine, except that it's going all the way down past the last footer and past the copyright - all the way down to the bottom of the page as far as it can go. Wanting the side shadow to stop at the bottom of the last footer (without it necessarily going underneath it) was what I was looking to achieve. But for now if I can get the shadow to load properly by placing the code in the Additional CSS Definitions I'll be happy.