You think Macs are the only ones that have this? Think again. HTML is an
international standard markup language, but browsers are made by individual
companies, and often display HTML differently. The only solution is to:
1. Be aware of the different capabilities and properties of various browser
types.
2. Determine the types of browsers you want to target.
3. Create your HTML so that it looks and behaves close to the same in those
target browsers.
FrontPage includes browser compatibility settings, which will disable
certain types of HTML that are not supported by the selected browser types.
However, this is only the tip of the iceberg.
Unfortunately, there are no short cuts to doing this. It is probably the
number 1 cause of frustration and difficulty among web developers.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.