07.02
I have finally figured out not only how to put an image on top of the page. It probably would have taken less than a minute for anyone who is familiar with PHP and CSS, but it took me considerably longer.
Previously, I had been trying to edit the php header file itself to display the actual image, but to no avail. After hitting my head against the wall a few times, I decided to search through the files to see where the images were actually being referenced. It turns out that the actual referencing of the images came in the various classes of CSS files, as well as much of the specialized behavior such as the rollovers. Thus, I merely had to copy the CSS code used for other images and paste it in the header class of the CSS file.
I did have to delete a little PHP code in the header, such as “<?php bloginfo(‘name’); ?>” but other than that, it was pretty easy once I started looking in the right location.
Now all I need is a better image.
No Comment.
Add Your Comment