FIX: FONTS too large in the Joomla-SMF bridge when using internet explorer

This is the archive off all FAQ related threads.
Locked
User avatar
guilliam
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4181
Joined: Thu Aug 18, 2005 10:27 am
Location: Sunny City Cebu, Philippines!
Contact:

FIX: FONTS too large in the Joomla-SMF bridge when using internet explorer

Post by guilliam » Mon Jan 09, 2006 8:53 pm


QUESTION: my smf forum, smg integration or bridge with joomla; the fonts are very huge when viewing in internet explorer(i.e.).. how can i make it the average size just as the same in viewing the page via firefox?



REFERENCE URLS:
http://forum.joomla.org/index.php/topic,25562.0.html
http://forum.joomla.org/index.php/topic,11161.0.html
http://forum.joomla.org/index.php/topic,11273.0.html
http://www.technoadvice.com/advanced/de ... mbo/3.html
http://www.simplemachines.org/community ... ic=21938.0
http://www.simplemachines.org/community ... ic=37469.0
http://www.simplemachines.org/community ... ic=27806.0






QUICK SOLUTION:

considering "classic" is the name of the template you are using.

step ONE:

open your SMF index in: /Themes/classic/index.template.php

somewhere on line 43:

Code: Select all

	$settings['doctype'] = 'xhtml';
change to:

Code: Select all

	$settings['doctype'] = 'html';
save or upload the modified index.template.php to your server/host

step TWO:

open /Themes/default/fonts-compat.css

change the font sizes into exact px.. meaning lets say:

Code: Select all

	font-size: x-small;
into

Code: Select all

	font-size: 12px;
then

Code: Select all

	font-size: xx-small;
into

Code: Select all

	font-size: 10px;
then

Code: Select all

	font-size: medium;
into

Code: Select all

	font-size: 14px;
searched the SMF forums, joomlahacks, and joomla forums and didnt seen this step(editing /Themes/default/fonts-compat.css)

- g



forum search keywords:

smf font huge large too big in i.e. internet explorer looks fine in firefox
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.

http://www.joomlaconsultancy.net

Locked

Return to “FAQ Archive”