I have a problem with my background image code, where the image keeps repeating vertically down. The issue can be viewed here: http://djfades.com/index.htm
Can anyone help me out?

Recommended Answers

All 5 Replies

If I found the right line in the source code, you need to tell the background not to repeat. Like so:

<td colspan="2" valign="top" background="http://djfades.com/images/main_bg.jpg" style="background-repeat: no-repeat">

Hi,

Colweb is nearly on point. Rather do this

<td colspan="2" valign="top" style="background: url("http://djfades.com/images/main_bg.jpg") no-repeat ">

I tried using this, it resulted in just a black background, no image now showing, and the url for the image is correct. Any other advice?

I tried using this, it resulted in just a black background, no image now showing, and the url for the image is correct. Any other advice?

Did you try it my way (see post number 2). That works. (tested under Linux in Firefox 3.5.9)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.