From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id oBE1LHZb019054 for ; Mon, 13 Dec 2010 20:21:18 -0500 (EST) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 835AF14D79E for ; Tue, 14 Dec 2010 02:21:12 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([130.237.32.160]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id hBEyW5LI5svt for ; Tue, 14 Dec 2010 02:21:11 +0100 (CET) X-KTH-Auth: kristaps [85.8.61.170] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: discuss@mdocml.bsd.lv Received: from h85-8-61-170.dynamic.se.alltele.net (h85-8-61-170.dynamic.se.alltele.net [85.8.61.170]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 2CD1C14C223 for ; Tue, 14 Dec 2010 02:21:11 +0100 (CET) Message-ID: <4D06C686.7070704@bsd.lv> Date: Tue, 14 Dec 2010 02:21:10 +0100 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 To: discuss@mdocml.bsd.lv Subject: Re: html div positioning References: <273936.43197.qm@web31402.mail.mud.yahoo.com> <4D06C3B1.6020702@bsd.lv> In-Reply-To: <4D06C3B1.6020702@bsd.lv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > [div margin-left=xx] > [div margin-right=-xx float=left] > Left > [/div] > [div] > Right > [/div] > [/div] Correction: the second should be "div margin-left=-xx" (the negative is the important part of course). The whole thing should be wrapped in a padding-left=xx. Thus: [div padding-left=xx] [div margin-left=-xx] Left [/div] [div] Right [/div] [/div] Best to just look at the HTML output itself, of course... -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv