Previous Message
Next Message

RE: Enclosing <blockquote></blockquote> in quotation marks?

Sent by Judi Sohn on 19 July 2004 13:01


webmedic said on Monday, July 19, 2004 7:22 AM:
 
> Also, any post where I've previously used the <blockquote> has the
> opening quote that goes with the opening tag, but because it doesn't
> have the accompanying <div> tag it won't have the close quote,
> either.   

Since that's a special case, give it a class instead of redefining the tag.

blockquote.quotes {
....
}

Div.blockquotes {
....
}

<div class="blockquotes">
<blockquote class="quotes">
Stuff here
</blockquote>
</div>

I haven't tested it, but that should work and not affect the other
blockquotes you have.

-- 
Judi Sohn                                    Mom at Home Design
[EMAIL-REMOVED]                http://www.momathome.com
AIM/iChat: JudiS217

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: