I recently came across some CSS page files in a tutorial. In the source,
the author uses this tag in the body of the page:
<p class="greek">
and follows it with some goofy text, and does this to make some text show up
when looking at the page online.
Is the "greek" class for real? Is it part of CSS or HTML? I can't find it!
Or, is he just using that description to point out what follows is just
gibberish?
thanX! I appreciate the help.
Howie
<style>
.greek{color:#ff0000}
</style>
<div class="greek">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
==============================
"Howie" <theE...@aetos-dynamicNOSPAM.com> wrote in message
news:exFQsZQVCHA.1776@tkmsftngp10...