<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Styling on Pandurang Patil</title><link>https://www.pandurangpatil.com/tags/styling/</link><description>Recent content in Styling on Pandurang Patil</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 20 May 2012 11:27:00 -0700</lastBuildDate><atom:link href="https://www.pandurangpatil.com/tags/styling/index.xml" rel="self" type="application/rss+xml"/><item><title>Get New line after using float:left or right</title><link>https://www.pandurangpatil.com/post/2012-05-20-get-new-line-after-using-float-left-or-right/</link><pubDate>Sun, 20 May 2012 11:27:00 -0700</pubDate><guid>https://www.pandurangpatil.com/post/2012-05-20-get-new-line-after-using-float-left-or-right/</guid><description>To get new line after using float property on previous element. I found straight forward solution to use either clear: both; on next element.
e.g.
1: &amp;lt;div style=“float: left;&amp;quot;&amp;gt; 2: .... 3: &amp;lt;/div&amp;gt; 1: &amp;lt;div style=“clear: both;&amp;quot;&amp;gt; 2: .... 3: &amp;lt;/div&amp;gt; for more details refer</description></item></channel></rss>