Results 1 to 2 of 2

Thread: How to reduce H1 tags to a normal size

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    3

    How to reduce H1 tags to a normal size

    Hello, I am using the font, tahoma, on my site. I am using H3 tags because h1 tags are to bulky and awkward no matter what size I reduce them to. Is there a way around this? Using a different font or CSS?

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: How to reduce H1 tags to a normal size

    CSS allows you to set font size easily:

    Code:
    h1 {
      font-size: 16px;
    }
    You should never let presentation influence what elements you use (like using h3 instead of h1) because CSS can do all that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width