View Full Version : I can't get my background to show up
Mike Kalcevic
Aug-21-2007, 09:31 AM
I'm having trouble getting my background tile to work. I have an image saved that matches my banners, but I can't get them to show up tiled, or even show up at all.
this is the CSS that I have:
body {
background:url( http://mekphotography.smugmug.com/photos/186367509-O.png);
}
any ideas??
keep in mind that I have little to no idea what I'm doing.
Allen
Aug-21-2007, 09:40 AM
I'm having trouble getting my background tile to work. I have an image saved that matches my banners, but I can't get them to show up tiled, or even show up at all.
this is the CSS that I have:
body {
background:url( http://mekphotography.smugmug.com/photos/186367509-O.png) (http://mekphotography.smugmug.com/photos/186367509-O.png%29);
}
any ideas??
keep in mind that I have little to no idea what I'm doing.
Try this.
body {
background:url(/photos/186367509-O.png) !important;
}
Mike Kalcevic
Aug-21-2007, 09:56 AM
Try this.
body {
background:url(/photos/186367509-O.png) !important;
}
I've been plugging away at that for the last two hours, but your thing fixed it in an instant!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.