rlkerr
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trouble changing header on Default 1.6You’re a genius! Worked like a charm. I had to remove the Blog Title and Tagline to keep them from showing up on top of my header, but I don’t suppose that will hurt anything. Now I need to figure out how to import my navigation system.
Forum: Themes and Templates
In reply to: Trouble changing header on Default 1.6Thanks for the tip, I tried it and the image disappeared altogether. I changed everything back and got back to square one. I could only find one reference to kubrickheader.jpg in the stylesheet. I did, however find reference to it in a document called header-img.php located in the images file. Changing that had no effect either, but I found this in the document, which means nothing to me. Any ideas?
// Blank out the blue thing
for ( $i = 0; $i < $h; $i++ ) {
$x1 = 19;
$x2 = 740;
imageline( $im, $x1, 18 + $i, $x2, 18 + $i, $white );
}Forum: Themes and Templates
In reply to: Trouble changing header on Default 1.6I guess I can’t even get a link to post. Trying again.
http://www.sos4teachers.com/pressForum: Themes and Templates
In reply to: Replacing Kubrickheader image with another imagejameswdu –
What did you edit in the header image?