2005-11-18, 06:25 AM
um... no
need some help
|
2005-11-18, 07:14 AM
ok.. i can change the white part of the ad to acolor but i wanna make it an image instead
this is the code that changes the color body{ background-color: #XXXXXX; }
2005-11-18, 07:18 AM
You can't make it an image. the body{} changes the background of the whole website.
2005-11-18, 07:22 AM
(This post was last modified: 2005-11-18, 07:22 AM by Ender at Eros.)
Is the option of paying $95/yr not possible? That would get you quality hosting
EDIT: I meant you can't make the Ad an Image
2005-11-18, 07:26 AM
thats not what i was saying
if i can override the white box that was framing the forum, and make it a colour, then i should be able to add a repeating image to it, its just a matter of knowing what code i need
2005-11-18, 07:33 AM
Works and colour is changed
body{ background-color: #000000; } Doesn't work, color is there but image is missing. #image{ background-image: url(revolution/images/mainbody_bg.gif) repeat-x; }
2005-11-18, 07:57 AM
Are you able to edit this part of your site?:
2005-11-18, 08:01 AM
no, im adding the code into the extra css section in the admin > themes section
i was able to add the background colour there, but i wanna add a background image also, i know for a fact that the background image won't overlap the ad, as the color doesn't. also, how would i go about recentering my forum table? |
« Next Oldest | Next Newest »
|