|
-
Nov 4th, 2006, 09:17 PM
#1
Thread Starter
New Member
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?
-
Nov 4th, 2006, 09:19 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|