View Single Post
  #7 (permalink)  
Old 12th May 2008, 12:31 PM
dirty_sanchez's Avatar
dirty_sanchez dirty_sanchez is offline
Forumite
 
Join Date: Jan 2006
Posts: 4,980
vCash: 500
dirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimersdirty_sanchez rules harder than the Proclaimers
Re: Help with my webpage

Yup.

Is your background picture set on the <body> tag? If so, use CSS to lay it out. You should really be using CSS all the way through your document.

Put this in your head section:

<style type="text/css">
body {background-image: url(images/yourbackgroundimage.jpg); background-repeat: no-repeat;}
</style>
Reply With Quote