need some help
#11
um... no

#12
...my reason for not using it...
#13
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;
}
#14
You can't make it an image. the body{} changes the background of the whole website.

#15
im sure you can,.. i've added images elsewhere using the body tag
#16
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

#17
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
#18
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;
}
#19
Are you able to edit this part of your site?:

<table border="0" cellpadding="0" cellspacing="0" width="728">
  <tr>
    <td width="25%" align="center"><b><font size="2" face="Verdana">Your 
Text 
    Here</font></b></td>
    <td width="25%" align="center"><b><font size="2" face="Verdana">Your 
Text 
    Here</font></b></td>
    <td width="25%" align="center"><b><font size="2" face="Verdana">Your 
Text 
    Here</font></b></td>
    <td width="25%" align="center"><b><font size="2" face="Verdana">Your 
Text 
    Here</font></b></td>
  </tr>

</table>

#20
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?


Forum Jump:


Users browsing this thread: 1 Guest(s)