give us a link and i’ll try my best
Thread Starter
boh
(@boh)
Sorry for the delay..
OK i took a quick look, and you have no background colours set for your header in your CSS.
Delete this out of your header.php you don’t need it? It is appearing in the head section of header.php
<!--#header { background: url('http://www.lilalive.com/blog/wp-content/themes/default/images/header-img.php?upper=FFCCCC&lower=FFCCCC') no-repeat bottom center; }
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #000000; }
OK i believe this will solve it, but if it doesn’t then simply change where it says <div id=”headerimg”> to <div id=”headi”>
Thread Starter
boh
(@boh)
ok, from Safari I get this error message after the changes:
POSIX ERROR: Connection reset by peer
in relation to the line
http://www.lilalive.com/blog/wp-content/themes/default/images/header-img.php?upper=FFCCCC&lower=FFCCCC
(which I cannot find by the way in the header.php file)
while netscape just scrambles the title of the blog
any hint?