WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Image in Background
Argos:
No, you have 2 errors in your CSS:
--- Code: ---div#container {backgond: url (/media/tlflogo.gif) no-repeat 50% 50%;}
--- End code ---
should exactly be what I wrote before:
--- Code: ---.container {background: url("/media/tlflogo.gif") no-repeat 50% 50%;}
--- End code ---
or add it to the styles already present, like so:
--- Code: ---div#main div.container {margin-top:20px;padding-bottom:8px;background: url("/media/tlflogo.gif") no-repeat 50% 50%;}
--- End code ---
There is no div with ID container in your index.php, so get rid of that line that you have now.
Butch:
ah....got-ya....I'll go try it out!
Butch:
it worked!!!! Thanks so much for your help and time!
Argos:
That's what we're here for :-D
I'm glad it turned out well, it looks good.
Butch:
Thanks! I've got a few minor changes to make to the header, but so far the family likes it!
I was looking for something alittle softer - maybe a light brown with the baby blue, etc....but what it all comes down to is what the client wants.
Thanks again!
Butch
Navigation
[0] Message Index
[*] Previous page
Go to full version