Wed, 2004-04-28 22:40
Is this the corect format if I want to have two different h3 classes
h3.center_intro{ } h3.center_text{ }
Thanks,
Craig.
Thu, 2004-04-29 08:06
#1
2 different classes for an h tag
Yep, that is fine... you can then use them as:
<h1 class="center_intro">This is the Center Intro H1</h1>
<h1 class="center_text">This is the Center Text H1</h1>
Thu, 2004-04-29 10:31
#2
2 different classes for an h tag
Well,
<h3 class="center_intro">This is the Center Intro H3</h3>
<h3 class="center_text">This is the Center Text H3</h3>
may work better...
Thu, 2004-04-29 10:36
#3
2 different classes for an h tag
Maybe, but I'm thinking big \:D/
(Thanks for the correction, wasn't looking!)