I built my IFrame on Notepad, and formatted it with CSS. I've got no problem viewing it through any of the browsers I mentioned in the subject line, offline.
But the uploaded version of the same page doesn't show any of the jpgs - is there an easy fix? Or even a complicated one? I'd never before come across code that NS disliked that Opera didn't mind.
This is the simplified version of what's on my code:
<body>
<div id="index"> <img align="middle" src="Images\image1.jpg" />
<p><a href="link1.html" target="frame">Page 1</a></p>
<p><a href="link2.html" target="frame">Page 2</a></p>
<img align="middle" src="Images\image2.jpg" />
</div>
<div id="frame">
<iframe height="310" frameborder="0"
src="firstpicture.html" name="frame" scrolling="auto">
</iframe>
</div>
</body>
Is it something to do with NS and DIVS or IFRAMES?
Thanks
x x Stressed Out Gabrielle
But the uploaded version of the same page doesn't show any of the jpgs - is there an easy fix? Or even a complicated one? I'd never before come across code that NS disliked that Opera didn't mind.
This is the simplified version of what's on my code:
<body>
<div id="index"> <img align="middle" src="Images\image1.jpg" />
<p><a href="link1.html" target="frame">Page 1</a></p>
<p><a href="link2.html" target="frame">Page 2</a></p>
<img align="middle" src="Images\image2.jpg" />
</div>
<div id="frame">
<iframe height="310" frameborder="0"
src="firstpicture.html" name="frame" scrolling="auto">
</iframe>
</div>
</body>
Is it something to do with NS and DIVS or IFRAMES?
Thanks
x x Stressed Out Gabrielle
Comment