Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 11:40 am (All times are UTC )

 




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
Posted: Mon Jan 09, 2006 8:53 pm 
User avatar
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Thu Aug 18, 2005 10:27 am
Posts: 3928
Location: Sunny City Cebu, Philippines!

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:
   $settings['doctype'] = 'xhtml';


change to:

Code:
   $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:
   font-size: x-small;


into

Code:
   font-size: 12px;


then

Code:
   font-size: xx-small;


into


Code:
   font-size: 10px;


then

Code:
   font-size: medium;


into

Code:
   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.
^If u cant read that, you clearly missed the HIGHLIGHTS!
www.backspace.ph | www.joomlaconsultancy.net


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group