I am attempting to get a background image working on this site:
http://shop.mpartworks.com/store/customer/home.php
As you can see, i have reduced the main template size to 770 & the table background is working perfectly.

however, i can not get the actual *page* background image to work. i have been working on this since 8am est, almost posted around noon, and now i have no more ideas myself.
I have modified: skin1.css, home.tpl, & rectangle_top.tpl (which is the background you can actually see)
skin1.css reads:
Quote:
body {
background-image: url("http://shop.mpartworks.com/store/skin1/images/mpaw/bg2.jpg"); background-repeat: repeat-y;
MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #453324;
}
|
home.tpl reads:
Quote:
<body background="{$ImagesDir}/mpaw/bg2.jpg" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
|
Neither of these two changes have made any difference. the files exists, the paths are correct, permissions 100% right...
any help, ideas, suggestions are extremely apprecited!
Thank you!