Hi KellyElizabeth,
I presume you are probably using IE to browse the page. I've checked your test page using the following browsers:
OS Browsers
Mac OS9 Netscape 4.77, 6.2 & 7.0 / Opera 5.00 & 6.03 / Internet Explorer 5.1
Mac OSX Netscape 7.1 / Mozilla 1.7.13 / iCab 3.0beta382 / Safari 2.0.4 /
Firefox 1.5.0.5 / Camino 1.0.2 / Internet Explorer 5.2 / Opera 7.54u1
WinXP Pro Firefox 1.0.6 / Internet Explorer 6.0 / Opera 9.00
And the only browsers out of these that exhibit the problem are:
OS Browsers
Mac OS9 Netscape 4.77 & 6.2
WinXP Pro Internet Explorer 6.0
The older Mac OS9 browsers I can understand, but IE 6.0 under Windows as well! Maybe these browsers are being picky about the way the code is presented to them.
The fix is to place the images on the same line:
Code:
<?include("header.php");?>
<div align="center">
<div id="outer">
<img src="/images/top.jpg" alt="TESTING" border="0" /><img src="/images/bottom.jpg" alt="TESTING" border="0" />
</div>
</div>
and this then works in all the above browsers.
Hope this helps you hit your deadline.
Dene
|