Is there a code that should be put into a html document that will
make it easier to view in different browsers and monitors.
thanks,
brad
Is there a code that should be put into a html document that will
make it easier to view in different browsers and monitors.
thanks,
brad
No one code will do that. Each browser and screen resolution will make the site appear slightly different. You need to be able to test a site in Firefox, Internet Explorer and probably on a Mac at 2 or 3 resolutions to see how it looks.
You could use conditional comments (and hacks) in your CSS so that particular features of your site stand out better in different browsers. However you should aim for the same view in all browsers rather than forcing differences.
thank you,
brad