So i made my background static with some code, but now i can see it tile a little on some screens when it should not. I don't know if it's a size issue or not, i need to know how i can have this centered and even on all display screen. Can you guys help me please?
Using iWeb. Everything looks great on my screen and evenly aligned on both side. 21.5" display using Safari and SL.
Code i used:
Background image size: 1920x1080
Using iWeb. Everything looks great on my screen and evenly aligned on both side. 21.5" display using Safari and SL.
Code i used:
Code:
<script language="JavaScript" type="text/javascript">
<!--
parent.document.body.style.backgroundImage='url(http://schneidersstudios.com/2010background1.png)';
parent.document.body.style.backgroundRepeat='no-repeat';
parent.document.body.style.backgroundAttachment='fixed';
parent.document.body.style.backgroundColor='#555555';
// -->
</script>
Background image size: 1920x1080