My smallest H-Tag (H6) is going to be 8 point Arial. Here is the code that Vasilli gave us:
<style>
h1 {font-size:18px;color:#666666;font-family:tahoma;font-style:bold;display:inline;}
h2 {font-size:14px;color:#666666;font-family:tahoma;font-style:bold;display:inline;}
h3 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h4 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h5 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h6 {font-size:12px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
</style>
(Note: from thread http://www.vodahost.com/vodatalk/sea...echniques.html)
My question is this: Will my h6 code look like this:
{font-size:08px;color:#0000FF;font-family:arial;font-style:bold;display:inline}?
Do I put just an 8, or a 08?
Thank you
EDIT: P.S. Vasilli, in the H1 and H2 code you have a semi-colon at the end, and the other H3-6 tags do not have a semi-colon. Is this OK, or an oversight? Respectfully yours, John
<style>
h1 {font-size:18px;color:#666666;font-family:tahoma;font-style:bold;display:inline;}
h2 {font-size:14px;color:#666666;font-family:tahoma;font-style:bold;display:inline;}
h3 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h4 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h5 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h6 {font-size:12px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
</style>
(Note: from thread http://www.vodahost.com/vodatalk/sea...echniques.html)
My question is this: Will my h6 code look like this:
{font-size:08px;color:#0000FF;font-family:arial;font-style:bold;display:inline}?
Do I put just an 8, or a 08?
Thank you
EDIT: P.S. Vasilli, in the H1 and H2 code you have a semi-colon at the end, and the other H3-6 tags do not have a semi-colon. Is this OK, or an oversight? Respectfully yours, John
Comment