Question:

Having a problem with font size?

by  |  earlier

0 LIKES UnLike

I'm copying and pasting the same basic idea for a lot of pages I'm creating. I have carefully looked to make sure that everything stays the same except for two things that always change on each page. I have 3 pages that look the way they're supposed to, but on the rest, the font has suddenly become like a size 20 Arial. I don't understand why because I don't see it anywhere that something is different. I have copied and pasted each code, one by one, and saved it on a new page to see where there is a difference but I don't see anything. What's going on?

 Tags:

   Report

3 ANSWERS


  1. Using HTML..hmm?

    Make sure you state what language your using and to change the font size try this:

    http://www.quackit.com/html/codes/html_f...

    or

    http://www.w3schools.com/tags/tag_FONT.a...


  2. Make sure you are including any style tags that are between the head tags or that you have the same link to any external stylesheet as this is the only way your text sizes would be changing.

    There's a possibly that some styles are inline.  These will have the style attribute inside the tags:

    <p style="font-size: 1em;">Example of inline styling.</p>

    Ron

  3. you should make a css file and see that it is included on all pages using that font, you can check and see if your main pages are using css, then just copy the link to your other pages

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.