English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I cant seem to locate the problem in my HTML. The page looks fine in Firefox, but in IE the text font gets huge. I cannot for the life of me locate the tag thats causing this problem.

Any help would truly be appreciated! Thank you so much!
Here is the link...
http://1916home.blogspot.com/

If that doesnt work its 1916home dot blogspot dot com

Thanks!

2007-06-26 06:08:39 · 8 answers · asked by Anonymous in Computers & Internet Programming & Design

8 answers

Remove the first

tag (on line number 433)

If your editor doesn't display line numbers, just search for "

" and remove the first instance of this tag:

This tag is situated in the blog-header section:




This will fix your problem.

2007-06-26 06:28:33 · answer #1 · answered by Utkarsh 6 · 1 0

Note that IE is notorious for assuming 1 font-size larger than (Firefox+Opera) if you specify font-size as ems or percent. If you want granular control cross-browser, use px. Use the same to specify differences between, say, h1, h2, h3, h4, etc. (That is, DO NOT use comparative phrases such as "larger" or "smaller" etc.) ...Of course, keep in mind that, by doing so, you will be robbing the page-viewer's ability to adjust the page's font-size by using the browser's View--> Text-size option!

2007-06-26 13:41:26 · answer #2 · answered by fjpoblam 7 · 0 0

IE defaults the font size to your body and h3 size. You have all your sizes as percentages. I would suggest actually putting a pixel size to each element in your css.

2007-06-26 13:36:36 · answer #3 · answered by operaphantom2003 4 · 0 0

in your css, instead of "font-size: small;" you might want to experiment with something like "font-size: 2px;" or "font-size: 8px;" and then make it bigger or smaller. Just experiment until it looks right to you.

2007-06-26 13:12:23 · answer #4 · answered by Anonymous · 0 0

Specify your font size....
body {
margin:0;
padding:0;
font-family: Georgia, Times, Times New Roman, sans-serif;
font-size: small;
text-align:center;
------------------------------- add this
color:#29303B;
line-height:1.3;
background:#483521 url("http://www.shirtees.net/red-gold.gif") repeat;
}

2007-06-26 13:20:11 · answer #5 · answered by T 3 · 0 0

haha, Sometimes it doesn't work. Its not your coding, its the way the internet browser is being viewed in. In Internet Explorer, There is a Text changing Thingy in the >VIEW file. click this to make the test Bigger, or smaller.

2007-06-26 13:12:29 · answer #6 · answered by xCaMeRzRoCkZx 3 · 0 2

It seems ok on IE-7.

2007-06-26 15:08:38 · answer #7 · answered by ? 2 · 0 0

worked for me. But in IE the words are all jacked up. and all over each other.

2007-06-26 13:11:20 · answer #8 · answered by black_blue_rodeo 1 · 0 2

fedest.com, questions and answers