I got it to uncomment by removing /* and */ as above, but the image had the name of blog text in it and the tagline for the site.
I can remove the text in the “Advanded” tab of the “Current Theme Options” but then all I get is the background color of my header and my custom image is gone again !
I can get it to work if I name no name for the site and tagline as set in the options menu.
Now it show my custom header image and no text in it, but I would really like to have a Blogname and Tagline.
I think this is a bug in theme system of the theme….
Steveo
assassin3d.com
I’m having same problems and uncommenting code went like this but did not work…
heaer.php
/*
#headerimg { background: url(‘<?php bloginfo(‘stylesheet_directory’); ?>/images/personalheader.jpg’) no-repeat top;} */
I changed it too
#headerimg { background: url(‘<?php bloginfo(‘stylesheet_directory’); ?>/images/personalheader.jpg’) no-repeat top;}
I still get my image behind the default image…
This is crazy, anyone who has got this to work please post how and not just a “I uncommented”, please post what you did.
Steveo
assassin3d.com