I’ve attached a screenshot here of the website in question but as you can see it is not displaying uniform on either side. Instead it looks as if their is an overlap issue going on even though the image itself is said to be “seamless”.
The image itself only measures 299 width x 401 length and of course we want it to tile across the screen.
We were using another image (nearly the same size) that was also seamless and just wanted to swith it out. The current background image measures measured 347 width x 246 length but I suppose that is irrelevant at this point.
I’ve also attached some of the CSS below (not sure what all you would need) to show what we currently use but again not sure why this one is not working? It is clearly seamless so not sure what is going on.
The screenshot is based on the CSS attached.
Really hoping this helps so we can make this background live before end of day!
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing: 0;
}
form table tr td{
padding-top:4px;
padding-bottom:4px;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}
/* Basic */
[COLOR="Blue"]body{
background:url(../images/new-gold-back.jpg);
}[/COLOR]p{ margin:9px 0;}
.clear{ clear:both;}
.small{ font:10px/12px Arial, Helvetica, sans-serif}
h1{ font:italic bold 20px/26px Georgia, "Times New Roman", Times, serif;
margin-top:10px;
margin-bottom:18px;
color: #13415f;
*font-weight:600;
}
h1#adsHead{ text-align:center; }
h1.innerTitle{
font:italic bold 24px/26px Georgia, "Times New Roman", Times, serif;
margin-top:10px;
margin-bottom:18px;
color: #FFF;
*font-weight:600;
display:block;
background-color:#8E9DBC;
padding-left:8px;
padding-top:2px;
padding-bottom:2px;
}
h3{ font:italic 20px/18px Georgia, "Times New Roman", Times, serif;
margin:18px 0;
color:#5A6178;}
h4{ font:normal 18px/18px Georgia, "Times New Roman", Times, serif;
margin:9px 0;
color:#5A6178;
}
Thanks for your help!