Hello stvwlf,
Thanks for responding. When I view source I see this:
<style type=”text/css” media=”screen”>
#page { background: url(“https://xxxx.com/wp-content/themes/default/images/kubrickbgwide.jpg”) repeat-y top; border: none; }
</style>
So I assume it was pulling it from the css style sheet. But your right in my actual css this link isn’t even in there. When I view the CSS tab of Firebug I only see this:
#page {
background:transparent url(https://xxxx.com/wp-content/themes/default/images/kubrickbgwide.jpg) repeat-y scroll center top;
border:medium none;
}
Doesn’t indicate what line it is…in the HTML tab it just saids
<div id=’page’>. Is it possible that it is hard coded somewhere?
thank you for your help.