• Hello.

    I have added a background to my NoseBleed theme here – http://www.bluntedpresents.co.uk in the header.php file. However it doesn’t fill the whole screen (the right side of the screen has the old background colour fill.

    Can anyone help with this? Its driving me mad!

    Thanks in advance.

    ssor

Viewing 5 replies - 1 through 5 (of 5 total)
  • is suppose you mean the nice lined bakground….
    if you look at the structure of the site you will see that it is in the table at the first <td> after the table opening full line is <td style=”background: #F3F3F3 url(http://bluntedpresents.co.uk/blog/wp-content/themes/nosebleed/images/bg.gif)”> </td>

    you have to repat the same code at the very end just before the </tr>…the last 5 lines of your file should be

    <td style="background: #F3F3F3 url(http://bluntedpresents.co.uk/blog/wp-content/themes/nosebleed/images/bg.gif)">&nbsp;</td>
    </tr>
    </table>
    </body>
    </html>
    Thread Starter ssor

    (@ssor)

    Hello.

    Thanks for your help. That looks like it should work, and it half does! What happens tho is it pushes all the blog down and aligns it to the left and right of the screen. The header images moves over a few pixels to the left too.

    Any ideas?

    Many thanks

    I will have a look at it but just one quick question…why do you use tables instead of using css?

    just tried but if I replace the <td style=”background-color: #f3f3f3;”> </td> with the one that I pointed to it works and all looks good.
    But I do think the best option is to loose the table and put the image in the background of the page and have the middle part white by using style background

    Thread Starter ssor

    (@ssor)

    The tables were already constructed in the theme I’m editing. Not good practise I guess.

    I tried removing the table but I can;t align the seem to align the blog and get it all working.

    Have you any suggestions please? I’m not a master at CSS…

    Much thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Background Images’ is closed to new replies.