for some reason, the image "images/banner.jpg" doesnt show up when I view this php code (the file is saved as test.php)
Does anyone knoe what's going on?Code:<html> <head> <title></title> </head> <body topmargin="0" leftmargin="0" rightmargin="0" bgcolor="#000000"> <table border="0" height="100" width="100%" background="images/banner.jpg"> <tr> <td> </td> </tr> </table> <?php include('navbar.html'); ?> </body> </html>




Bookmarks