Hi,
I've been looking around to find out how to add an image as a header to my page and none of them really seemed to work. I'm wondering if it's something to do with where I placed the image. Mine is a jpeg image. I currently have this for my actual code:
and this is what i have in header.php
I am able to see a white box but not the actual picture. Thanks for the help.
I've been looking around to find out how to add an image as a header to my page and none of them really seemed to work. I'm wondering if it's something to do with where I placed the image. Mine is a jpeg image. I currently have this for my actual code:
Code:
<div class="leftmenu">
<?php include("header.php"); ?>
//i was wondering where this header.php is supposed to be as well..
</div>
Code:
<img src="/home/vchan/ts2/logo.jpg" width="100" height="50"/>
Comment