Question:

Can someone tell me what is wrong with my web page (see details)?

by  |  earlier

0 LIKES UnLike

I have an HTML web page on freewebs.com. I added something to my updates page ( http://paco42994.webs.com/updates/updates.htm ) and suddenly the text got bigger. Can anyone take a look at the page source and tell me what I'm doing wrong?

 Tags:

   Report

11 ANSWERS


  1. You need to close your "h1" tag on the 1st line.  You have an opening tag instead of a closing tag.


  2. You didn't close a tag...

    <h1>Recent Updates<h1>

    should be...

    <h1>Recent Updates</h1>

    (notice the slash in the final H1 tag)

    Make sure you close all tags or you will see similar problems.

  3. TRY GOING TO VIEW AT THE TOP OF THE PAGE, SELECT TEXT SIZE AND THEN CHOOSE MEDIUM. GOOD LUCK!

  4. I dont really know but if you want the text to be smaller then just go to your page and press control (ctrl) then minus ( -)

  5. umm... no clue.

    but add some pics man.

  6. You didn't close your <h1> tag around 'Recent Updates'.

    You have open <p> tags. You also have <p> tags around <h2> tags. Choose either <p> or <h2> but not both.

  7. I believe you paco it is not a hacking site.

    Basically the reason why your font is getting big is because you don't have a font size selected in your css. In firefox your site looks fine the font is smaller, your problem is Internet explorer.

    If you don't set css rules, no one will follow them!.

    So on your ul css chose font 14px and so on.

    You will be good to go.

  8. http://validator.w3.org/check?verbose=1&... will reveal a number of errors.

  9. You're missing the following html code:

    <font size="4"> </font>   -> you cannot use font size 3 in your case.

    Font size 4 is 14 pt.

    So insert this code before the text of each line and after it too.

    Example:

    <font size="4">Go Home</font>

    <font size="4">Recent Updates</font>

  10. Yes. There is nothing on it.

  11. It's a hacking website! DO NOT CLICK IT!

Question Stats

Latest activity: earlier.
This question has 11 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.