1 (edited by devinkray 2005-12-22 00:15)

Topic: Small font with integration

http://img371.imageshack.us/img371/714/punbb9om.jpg

2. The font is small in IE but not in Firefox. I read this and I cant understand what to do.

I hope someone can help me out.

2

Re: Small font with integration

In your case, just delete the following from your stylesheet

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 68.75%}
/* End IE Win Font Size */

Re: Small font with integration

even better i changed it to

In your case, just delete the following from your stylesheet

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 100%}
/* End IE Win Font Size */


tongue