This topic was locked 9th Mar 08 at 11:32pm by Michael |
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | [F] Fix Image for website (9th Mar 08 at 11:11pm UTC) I need a code | | I need the code that Fix's the image, I need it for my website.
Thanks, Darkmage | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Fix Image for website (9th Mar 08 at 11:14pm UTC) | | What do you mean 'Fix's the image' ..
Firstly, what image, and secondly, WHAT DO YOU MEAN
| |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Fix Image for website (9th Mar 08 at 11:18pm UTC) | | Fix as in making it not repeat
EX: http://freunion-home.co.nr its the image behind the tables. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Fix Image for website (9th Mar 08 at 11:25pm UTC) | | try:
<style> body { background-repeat: no-repeat; } </style> | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Fix Image for website (9th Mar 08 at 11:28pm UTC) | | It works, but now it shows black underneath the image
if you look at my forum, and the background were the image is fixed and not moving at all. | |
|
Graham Support Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 1,642 Status: Offline Gender: Male Location: Sussex, UK Age: 40 Joined:
Additional Groups: Support Team
  
pmwww | Re: Fix Image for website (9th Mar 08 at 11:29pm UTC) | | Can you provide a link? | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Fix Image for website (9th Mar 08 at 11:30pm UTC) | | then add:
<style> body { background-attachment: fixed; } </style> | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Fix Image for website (9th Mar 08 at 11:30pm UTC) | | Thanks, that works. | |
|