From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp1.rz.uni-karlsruhe.de (Debian-exim@smtp1.rz.uni-karlsruhe.de [129.13.185.217]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id oBEKNZ5A029299 for ; Tue, 14 Dec 2010 15:23:36 -0500 (EST) Received: from hekate.usta.de (asta-nat.asta.uni-karlsruhe.de [172.22.63.82]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.63 #1) id 1PSbPJ-0002D9-0i; Tue, 14 Dec 2010 21:23:33 +0100 Received: from donnerwolke.usta.de ([172.24.96.3]) by hekate.usta.de with esmtp (Exim 4.72) (envelope-from ) id 1PSbPI-0002do-U2 for discuss@mdocml.bsd.lv; Tue, 14 Dec 2010 21:23:32 +0100 Received: from iris.usta.de ([172.24.96.5] helo=usta.de) by donnerwolke.usta.de with esmtp (Exim 4.69) (envelope-from ) id 1PSbPI-0003DA-SS for discuss@mdocml.bsd.lv; Tue, 14 Dec 2010 21:23:32 +0100 Received: from schwarze by usta.de with local (Exim 4.72) (envelope-from ) id 1PSbPI-00067h-Ky for discuss@mdocml.bsd.lv; Tue, 14 Dec 2010 21:23:32 +0100 Date: Tue, 14 Dec 2010 21:23:32 +0100 From: Ingo Schwarze To: discuss@mdocml.bsd.lv Subject: Re: html div positioning Message-ID: <20101214202332.GD21140@iris.usta.de> References: <273936.43197.qm@web31402.mail.mud.yahoo.com> <4D06C3B1.6020702@bsd.lv> <4D06C686.7070704@bsd.lv> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D06C686.7070704@bsd.lv> User-Agent: Mutt/1.5.21 (2010-09-15) Hi Will & Kristaps, i must admit i never really looked at the HTML code, so my comment is probably not that informed, but: > [div padding-left=xx] > [div margin-left=-xx] > Left > [/div] > [div] > Right > [/div] > [/div] That looks horribly wrong. I mean, the whole point of HTML is structural markup. So, it seems obvious to me that .Bl -tag has to be rendered using
, anything else seems just insane. Maybe some additional CSS to beautify the formatting, but without
?! Even if you say "it doesn't look nice": What is the point of using HTML without using it? Yours, Ingo -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv