HTML help please?

earwig999

VIP Member
VIP Member
Joined
Aug 24, 2003
Messages
7,004
Reaction score
374
Location
Derby
Can someone please help me with an Internet Explorer compatibility problem?

my website looks great on Firefox and Safari, but for some reason in Explorer Home page is fine but all others have stupidly large font for text.
 
it should really be a CSS problem instead of HTML these days. You'll have to post your code. Also clear your cache in case you've got any old changes not updated
 
Text looks the same in IE as it does in Firefox to me.
 
Have you tried changing the compatibility mode or is it all versions of IE?

Stick something like:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

...in the tags area.

It's quick and dirty and may buy you the time to write some browser detection code in the CSS!
 
Back
Top