im making a php ebooksotre thing for my lass and i want to put an image but when i try it don't show up i run the file that have
It works like an HTML thing but when i put this code into main php file<?php
<div id="logo">
<img alt="logo" src="../images/logo.gif"
style="width: 200px; height:100px;" /> <h4>My e-Book Store</h4></div> ?>
<?php require_once('lib/bookstoreimg.php'); ?>
It show's a small thing(like when you type wrong name/ file dont exists)
i tried 'bloginfo ('template_url'); and that does crazy things my container page and footer page disappears show exactly nothing not even the other thing not even the h4 tag (it was showing before) if you want i can send you my whole index.php so you can figure out what is going on exactly but i dont think something else affecting it ....
UPDATE: i was trying to find out how to show code