chadb -> Web pages messed up on mac's (8/29/2001 16:23:00)
I have designed a web page using fp2000. It looks just fine on a pc, but on any mac's, non of the images are lined up right, they are overlapping. Any ideas??
Thanks Chad
Goober -> RE: Web pages messed up on mac's (8/29/2001 17:57:00)
Was the layout done in tables? Could you post a url so we could see?
Reflect -> RE: Web pages messed up on mac's (8/30/2001 20:35:00)
Hi,
Yes MACs are another testbed in themselves. (Not a MAC bash there).
I do not have a MAC handy but I think it is having problems with the height statemnets in your TD tags.
I noticed that you are useing spaces in the directory name for your images. This may cause problems for you. Example:
<img border="0" src="Web%20Items/CCC.gif"
Nice site though.
Brian
------------------ Work hard, play fair, stay sane
[This message has been edited by GWJ (edited 08-30-2001).]
Goober -> RE: Web pages messed up on mac's (8/30/2001 20:26:00)
Ditto the above post about spaces in file names. There should be no spaces. You can use the underscore instead. It's also a good idea to use all lower case letters.
Another thing I noticed was a lot of non-breaking spaces in one of the cells...& nbsp; (had to add the space so it would show on this post). Try removing those. They should not be used extensively for positioning.