i just made a blog at http://www.lizviciousfan.com i would like to have a picture in the background at the top behind the title, how do i do this in the php code?
quick wordpress coding question!!!!
Collapse
X
-
Comment
-
i know that. i dont know where to insert the image. heres the end of the header.php
</head>
<body>
<div id="page">
<div id="header">
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
<img src="images/line.gif" width="433" height="1" alt="" />Comment

Comment