Check this site out www.vu.union.edu/~jenningm
It looks different in Netscape to IE and I dont know why...anybody else know the answer.
Any info would be greatly appreciated.
Thanks Mike
| SitePoint Sponsor |
Check this site out www.vu.union.edu/~jenningm
It looks different in Netscape to IE and I dont know why...anybody else know the answer.
Any info would be greatly appreciated.
Thanks Mike
Hi,
Put all your codes between tables and row
<table>
<tr>
<td>
<!--you can put u r codes here-->
</td>
</tr>
</table>
pls remember to put all the attributes of the table, tr and the td.
Iam sure this will work for you..
ratul
Thanks for the help....however these are frames....if I show you the code maybe you could help me further: -Originally Posted by ratuu
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns="urn:schemas-microsoft-com
ffice
ffice" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>JENNINGS</title>
</head>
<body bgcolor="#000000" text="#FFFFFF" background="jeriryan07_jpg.jpg" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div style="background-color: #000000">
<p align="center"><font size="7"><b>JENNINGS' WEB PAGE</b></font></p>
</div>
<p align="left"><iframe name="I1" src="index1.htm" width="20%" height="726">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
<iframe name="I2" width="80%" height="726" src="index2.htm">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></p>
<p align="left"> </p>
<CENTER>
<div style="width: 250; height: 26; background-color: #000000">
<font size="5"><b>HIT COUNTER</b></font></div>
</p>
<p align="left"> </p>
<!-- Gostats.com web hit code. Please do not change this-->
<script>var go_mem="marathon";</script>
<script src="http://c2.gostats.com/go.js"></script>
<noscript>
<a href="http://c2.gostats.com/gogi/viewstats.pl?mn=marathon" target="_top">
<img src="http://c2.gostats.com/gogi/count.pl?mn=marathon" border=0></a></noscript><br>
</font></font></font></font>
<!-- Start Bravenet.com Service Code -->
<div align="center">
<a href="http://pub7.bravenet.com/guestbook/541032756/">
<img src="http://assets.bravenet.com/cp/guestbook.gif" border="0" title="Mike's Guestbook" alt="Mike's Guestbook" /></a>
</div>
<!-- End Bravenet.com Service Code -->
</CENTER>
</body>
</html>
I am no expert on html tags by a long shot and created most of this page using microsoft frontpage. Your help is very much appreciated.
First off, you shouldnt be using frames unless its your last resort, just put the stuff in a <div></div>. I would suggest you read this link http://www.allmyfaqs.com/faq.pl?Prob...h_using_frames about why frames are bad and evil! hehe
Another problem i see is you use the <font> tag, this is depreciated and should no longer be used. Instead use CSS. Here is a FAQ about css, http://www.allmyfaqs.com/faq.pl?CSS_FAQs
Last edited by slide; Sep 17, 2004 at 07:48. Reason: typos
Once you eliminate the impossible, whatever remains,
no matter how improbable, must be the truth.
I think the borders of your iframes are pushing the main content down in Netscape (since [20%+border] + [80%+border] = more than 100%). Remove the iframe borders and everything should line up a little better.
Off Topic:
Oh yeah, FrontPage doesn't necessarily make the browser-friendliest code. If you're going to keep using it you'll have to test often.
Thanks for the help all...think I sorted it. Checked out your website vgarcia - looks impressive!
Bookmarks