Is there a way for me to come up with 2 different styles for DIV tags and be
able apply different styles to different DIV tags. For example I want to use
one style for a DIV tag that I use for titles - I usually call it ID=Title -
and another style for a DIV tag I use for the main (ID=Main) section of the
page. Thanks.
Sam
<style>
.myDiv1{color:#ff0000}
.myDiv2{color:#00ff00}
</style>
<div class="myDiv1">bla</div>
<div class="myDiv2">bla</div>
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
http://www.icysoft.com/
The...@icysoft.com
icy...@vortex.is
==============================
No matter where you go there you are
==============================
"Sam" <s...@globalwebcentral.com> wrote in message
news:e3l7zG3TCHA.1496@tkmsftngp11...
Sam
"Vidar Petursson" <the...@icysoft.com> wrote in message
news:#MS5wa3TCHA.2692@tkmsftngp11...