Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

<BR/>

0 views
Skip to first unread message

Nobody

unread,
Aug 23, 2001, 6:00:58 PM8/23/01
to
Hello. I have 2 divs. I need to move second one to new
row. I use <br/>. I wonder how can I skip reserving free
space between 2 rows ???

Thanks in advance.

Rowland Shaw

unread,
Aug 24, 2001, 5:07:02 AM8/24/01
to
so you've got
<div>blah</div><br /><div>blah</div>

And you want:
Blah
Blah

not:
Blah

Blah

??

I'd suggest removing the <br /> -- <div> is a block level element [unless
you've changed that] and thus will have an implicit new line anyway...


"Nobody" <bro...@hotmail.com> wrote...

0 new messages