Images Not Showing

When I have my page saved with a .php tag, none of my images show up. If I save it with a .html tag, the images show up, but none code concerning php works… The part that involves the image is as follows:

[php]?>

<?php if (session_is_registered("LogInError")) { ?>
<?php echo $_SESSION["LogInError"] ?> <?php session_unregister("LogInError"); } ?> Welcome! Please log in.


Username



Password


//HERE
[/php]

You are using a lot of different BR’s




You also have a randomly placed.


Why do you have ??

Issues with your .css??
Dunno why it’s acting different with different extensions.

Sponsor our Newsletter | Privacy Policy | Terms of Service