Torner
12-25-2007, 04:35 AM
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?
Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above. vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization |
|
|
|
|
How to reduce H1 tags to a normal sizeTorner 12-25-2007, 04:35 AM 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? WoodiE55 03-05-2008, 06:36 AM Use CSS to style your heading tags - makes life much easier! h1 { font-size: 90%; } You can also add font-family to change the font used for the header 1 tag. orion 06-12-2008, 12:21 AM Below is the code for you div.title { border: 0px; padding: 0px; margin: 0px; } div.title h1{ font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration: none; margin: 0px; } | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum