Re: how can I show spaces as spaces, part 2
- From: Tomasz Chmielewski <mangoo@xxxxxxxxxxxxxxx>
- Date: Thu, 10 Sep 2009 11:38:50 +0200
dorayme wrote:
In article <h899j0$j9j$1@xxxxxxxxx>,
Tomasz Chmielewski <mangoo@xxxxxxxxxxxxxxx> wrote:
dorayme wrote:Not in my Safari.Is it Safari 4 with webkit?
I wish you had not ignored Korpela's suggestion for you to supply a URL. It's not so hard to make a test case, you can modify this template if you wish:
The website is in internal LAN right now, but I'll try t upload a test case tomorrow.
My Safari is 3.1.2 on a Mac (Tiger)
Indeed - Safari seems to understand:
br {display: none;}
But it doesn't seem to understand:
br {line-height: 0px;}
Using "br {display: none;}" has a side effect: <br> is not rendered at all.
So this code:
some<br>
text
Will be rendered as:
some text
Which is not what I want to achieve.
I want to achieve
some
text
without any excessive spacing between the texts.
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.
The test case is here:
http://www1.wpkg.org/css/
You will have to click on the *.html page to view it; otherwise, you can go to *.files directory to see the css.
--
Tomasz Chmielewski
http://wpkg.org
.
- Follow-Ups:
- Re: how can I show spaces as spaces, part 2
- From: dorayme
- 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
- 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
- how can I show spaces as spaces, part 2
- Prev by Date: Re: Meta Tag List
- 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):
Relevant Pages
|