I am creating my own Wordpress theme for my site and I decided to download and modify an existing theme instead of creating one from scratch.
I have attached all my theme files in mytheme.zip.
I have done most of the work but now I am stuck. I want to replace the Heading "Test Site" which is wrapped in <h1> tags in header.php and defined under #site-title in style.css with a logo. I have included logo.png in the images folder. I tried changing the following in header.php:
<hgroup> <h1 id="site-title">Test Site</h1> </hgroup>
to this:
<img src="images/logo.png" />
But the image will not display at all. Tell me where am I going wrong.
Also, I would like menubg.png in images folder to be shown in the background of the menu bar. I tried adding the following attribute in style.css:
background:images/menubg.png repeat-x;
But it doesn't show up.
Any clue?
Attached File(s)
-
mytheme.zip (301.06K)
Number of downloads: 37

New Topic/Question
Reply


MultiQuote


|