Different fonts size for different platforms
This text will be set at size 4 on the Mac and size 2 on the PC
(and any computer other than a Mac).
Source Code
<script language="JavaScript"><!-- if (navigator.appVersion.indexOf("Mac") > 1){ document.write('<font size="4">'); }else{ document.write('<font size="2">'); } // --> </script>
Last updated : September 8, 1998
All materiel : Copyright © 1998 help4web.net
All rights reserved.
© DVDesign