View Full Version : css equivilant


Elentari
05-19-2003, 02:26 AM
Is there a CSS equivalent of the html blockquote tag?

zangerbanger
05-19-2003, 02:55 AM
I'm not sure if this is what you're asking:

blockquote{
font-family: verdana;
color: #000000;
letter-spacing: value;
font-weight:value;
font-size:value;}

?????????????????????????????????????

Elentari
05-19-2003, 03:47 AM
Nope, not what I mean. You know how <blockquote> makes it all......well blockquotey........I was asking if there was a tag that did the same using CSS. Nvm though, I figured it out.