Can someone please check my HTML?
-
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!
-
Answer:
Remove the first <h1> tag (on line number 433) If your editor doesn't display line numbers, just search for "<h1>" and remove the first instance of this tag: This tag is situated in the blog-header section: <!-- Blog Header --> <div id="blog-header"> <h1> <!-- remove this h1 tag --> This will fix your problem.
Yahoo at Yahoo! Answers Visit the source
Other answers
worked for me. But in IE the words are all jacked up. and all over each other.
black_blue_rodeo
It seems ok on IE-7.
johnny blue
Specify your font size.... body { margin:0; padding:0; font-family: Georgia, Times, Times New Roman, sans-serif; font-size: small; text-align:center; -------------<font size="2">------------------ add this color:#29303B; line-height:1.3; background:#483521 url("http://www.shirtees.net/red-gold.gi… repeat; }
T
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.
operaphantom2003
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.
pandabunny
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!
fjpoblam
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.
xCaMeRzRoCkZx
Related Q & A:
- Can someone please help me? Nursing?Best solution by Yahoo! Answers
- Can someone please help me with my iPod?Best solution by Yahoo! Answers
- Can someone please help me to make a hotmail.fr address?Best solution by Yahoo! Answers
- What is Computer Science? Can someone please explain to me?Best solution by seas.gwu.edu
- Can someone please help me with my Spanish homework?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.