Okay. My website is www.talkhorror.com. As you can see there is a main logo. Off to the right of that is another image which is in the design as a background image. Somehow I cannot set that thing to no repeat. I just kind of want it to be a stand alone image. Heres the code I'm looking at. <tr> <td align="$stylevar[center]" style="background-image:url($stylevar[imgdir_misc]/dark_yellow/black_logo_x.gif)"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[center]" style="background-image:url($stylevar[imgdir_misc]/dark_yellow/black_logo_x.gif)"> </td> </tr> Code (markup): One if for the main logo and one is for the BG image. Can someone help please?
you can do 2 things: first, make the images as one, so that you won't have a problem about repeating. second, declare the css background to: background-repeat: no-repeat; Code (markup):
As in exactly where would I put this: background-repeat: no-repeat; I tried and it didn't work, maybe im placing it wrong.
Sorry but I'm lost in your codes... where exactly is the image on the header located? I mean on your HTML and on the stylesheet...