Looks fine to me as well, except for what you describe I also sort of see. For the "2" in the numbers from 220 to 280 is sort of "clipped" off a bit. 281 looks ok, but it starts up again at 282 thru 290....291 is ok and 292 - 299 is clipped but 300 & 301 is fine. Strange. You do have a JavaScript error on the page; line 2, character 29 "syntax error". This is on IE6. In NS, in the address bar type javascript: and it will show you the exact place. I think it's a colon, if that doesn't work try javascript; instead.
As for what's causing it, it could be the JavaScript error, or that you're not closing your <p> tags. For every one you use, you must have a </p> after it. Instead of using them, do a find and replace for <p> and replace it with <br><br> and see what that does. I don't think you even need the <p> tags for an <li> list, but I can't recall. This is the way it should look below: </p><p> <LI>If you haven't all the things you want, be grateful for the things you don't have that you didn't want.</p><p> <LI>If you lend someone $20, and never see that person again, it was probably worth it.</p> <p>and so on Or: <LI>If you haven't all the things you want, be grateful for the things you don't have that you didn't want. <br><br> <LI>If you lend someone $20, and never see that person again, it was probably worth it.<br><br> <li>and so on<br><br> You should get in the habit of using all lower case since upper case is going to be obsolete soon. The problem also may be your <TABLE WIDTH="610"> tag. Try and make that maybe 620 and see what happens. Could also be something in your CSS style sheet file. -Clint Happy New Year to all & God Bless Clint Hamilton, Owner http://OrpheusComputing.com ) ----- Original Message ----- From: "Harold B" <[EMAIL PROTECTED]> Hello again, Correction ... here's the problem: This page: http://www.geocities.com/buddychai/Sagacious/Sag5.html (numbers in lower half, starting with 220), looks fine in Netscapge but NOT in Explorer. Could someone please explain the reason? ... Harold ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
