get rid of tileing with this improved background image code

personally i prefer using the gif background code as an all purpose but it doesn't work in bulletins the code i've been using for those seems to have this issue where certain images tile instead of fill the background so i decided to see if theres anything i can do to fix the code and it appears there is so here is the new and improved version of the codeĀ 


<style> body {background-image: url('imageadress.com.jpeg');background-attachment: fixed;background-repeat: no-repeat;background-size: cover;} </style>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )