Topic: Small font with integration
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.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Small font with integration
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.
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 */
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 */
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Small font with integration
Powered by PunBB, supported by Informer Technologies, Inc.