 | |
05-21-2007, 12:15 AM
|
· #1 | | Senior Member Name: Bharat Balegere Location: Bangalore Join Date: Jul 2005
Posts: 1,227
NP$: 381.97 ( Donate)
| Joomla problem:Font visibility different in IE and FF This is my Joomla site http://savekaveri.com/
This site when viewed in Internet Explorer shows up large fonts.
And when viewed in FireFox it shows very small fonts.
How do I fix it?
Also which font is ideal for this particular site?
Regards
BBalegere |
| |
05-21-2007, 12:42 AM
|
· #2 | | Senior Member Join Date: Dec 2006
Posts: 3,570
NP$: 4441.00 ( Donate)
| try looking in the .css file for the template you're using. site -> template manager -> site templates -> radio button -> edit css.
i like the usual verdana and arial fonts.
__________________ - shockie |
| |
05-21-2007, 09:01 AM
|
· #3 | | New Member | Hi I dont know joomla, but looking at the source for you site, the problem text is wrapped in H4 tags and there is no H4 style set up in your style sheet, so the browsers are making up their own minds about how to show it.
Add a H4 style to your style sheet or wrap all the text that is currently in H4 tags in some other style that does exist.
Wayne |
| |
05-22-2007, 12:21 AM
|
· #4 | | Senior Member Name: Bharat Balegere Location: Bangalore Join Date: Jul 2005
Posts: 1,227
NP$: 381.97 ( Donate)
| Yeah
The h4 tag does not work properly.
I changed it to the default format.But I want the size of the font to increase.What do I do? |
| |
05-22-2007, 08:24 AM
|
· #5 | | New Member | Well, just add a H4 style to your style sheet, copy your H3 one thats in there as a basis and edit it to your needs, like this:
h4 {
color: #FFFFFF;
text-align: left;
padding-left: 12px;
height: 31px;
line-height: 31px;
font-weight: bold;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:0px;
margin-left:-7px;
margin-bottom:0px;
} |
| |
05-22-2007, 10:26 AM
|
· #6 | | Senior Member Name: Makis Location: Athens, Greece Join Date: Jan 2007
Posts: 1,736
NP$: 6.90 ( Donate)
| tell us if this worked and if not maybe u must design on enew css just for ie
__________________ SUPPORT.TV KAUAI.TV FREESTYLER.TV HARD.TV PRIVATEVOYEUR.TV BIKRAMYOGA.TV ECOSYSTEMS.TV WANDER.TV WILDANIMALS.TV |
| |
05-22-2007, 10:40 AM
|
· #7 | | Senior Member Name: Bharat Balegere Location: Bangalore Join Date: Jul 2005
Posts: 1,227
NP$: 381.97 ( Donate)
| Still the font is being displayed differently.
Any more suggestions? |
| |
05-22-2007, 11:05 AM
|
· #8 | | Senior Member Name: Makis Location: Athens, Greece Join Date: Jan 2007
Posts: 1,736
NP$: 6.90 ( Donate)
| i can try to fix this but payment is needed
__________________ SUPPORT.TV KAUAI.TV FREESTYLER.TV HARD.TV PRIVATEVOYEUR.TV BIKRAMYOGA.TV ECOSYSTEMS.TV WANDER.TV WILDANIMALS.TV |
| |
05-22-2007, 02:30 PM
|
· #9 | | Senior Member Join Date: Dec 2006
Posts: 3,570
NP$: 4441.00 ( Donate)
| it looks the same now.
__________________ - shockie |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |