Re: how can I show spaces as spaces, part 2
- From: Tomasz Chmielewski <mangoo@xxxxxxxxxxxxxxx>
- Date: Thu, 10 Sep 2009 11:40:27 +0200
Tomasz Chmielewski wrote:
This comes to one thing: how, in CSS, do I set setting for <br> elements which are placed within "<div class="..." _only_, like here:
<br> - I want to render it normally
<div class="messageBody">
....
<br> - I don't want to render this br (apply "display: none;")
....
</div>
Sorry if it's a lame question.
My own answer to my lame question is:
div.messageBody br {
display: none;
}
--
Tomasz Chmielewski
http://wpkg.org
.
- Follow-Ups:
- Re: how can I show spaces as spaces, part 2
- From: Jan C. Faerber
- Re: how can I show spaces as spaces, part 2
- From: Ben C
- Re: how can I show spaces as spaces, part 2
- References:
- how can I show spaces as spaces, part 2
- From: Tomasz Chmielewski
- Re: how can I show spaces as spaces, part 2
- From: Jukka K. Korpela
- Re: how can I show spaces as spaces, part 2
- From: Tomasz Chmielewski
- Re: how can I show spaces as spaces, part 2
- From: Ben C
- Re: how can I show spaces as spaces, part 2
- From: Tomasz Chmielewski
- Re: how can I show spaces as spaces, part 2
- From: dorayme
- Re: how can I show spaces as spaces, part 2
- From: Tomasz Chmielewski
- Re: how can I show spaces as spaces, part 2
- From: dorayme
- Re: how can I show spaces as spaces, part 2
- From: Tomasz Chmielewski
- how can I show spaces as spaces, part 2
- Prev by Date: Re: how can I show spaces as spaces, part 2
- Next by Date: Re: how can I show spaces as spaces, part 2
- Previous by thread: Re: how can I show spaces as spaces, part 2
- Next by thread: Re: how can I show spaces as spaces, part 2
- Index(es):