<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020412" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020412</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-line-breaks#comment-1124915</link>
    <description> &lt;p&gt;And to be really explicit:&lt;/p&gt;
&lt;p&gt;&lt;img align=&quot;left&quot; /&gt;text paragraph styled however.&lt;/p&gt;
&lt;p&gt;more text&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;.clearboth { clear: both; }&lt;/p&gt;
&lt;p&gt;.&lt;br /&gt;
.&lt;br /&gt;
.&lt;/p&gt;
&lt;p&gt;&lt;img align=&quot;left&quot; /&gt;text paragraph styled however.&lt;/p&gt;
&lt;p&gt;more text&lt;/p&gt;
&lt;p&gt;Which would allow you to change clearboth (name it something reasonable) to anything you wanted, if you changed your mind about the design in the future, without having to edit the content.&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Feb 2003 01:37:14 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124915 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-line-breaks#comment-1124914</link>
    <description> &lt;p&gt;And it would look just like that without the align and style attributes as well.&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Feb 2003 01:35:01 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124914 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-line-breaks#comment-1124911</link>
    <description> &lt;p&gt;Or you can go like this&lt;br /&gt;
This is some text before the image&lt;br /&gt;
&lt;img src=&quot;myimage.gif&quot; align=&quot;left&quot; /&gt;&lt;br /&gt;
This is some text after the image&lt;/p&gt;
&lt;p&gt;Which will look like this:&lt;/p&gt;
&lt;p&gt;This is some text before the image&lt;br /&gt;
[image]&lt;br /&gt;
This is some text after the image&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Feb 2003 01:11:37 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1124911 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-line-breaks#comment-1124909</link>
    <description> &lt;p&gt;I would seperate each paragraph in P tags and place the image to text wrap around in one of them. Then throw in the BR.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;myimage.gif&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;this is just some filler text here&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;this would be the next paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Feb 2003 00:37:35 +0000</pubDate>
 <dc:creator>imaputz</dc:creator>
 <guid isPermaLink="false">comment 1124909 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-line-breaks#comment-1124907</link>
    <description> &lt;p&gt;heh. Um. Not really, my best advice is that if you really don&#039;t want wrapping, consider the size of your paragraph, your image, et cetera and do some copyediting. However, as far as messing with the code, if you only want to affect ONE paragraph in a set of paragraphs, you can set an ID or CLASS for that paragraph (the second) and use &quot;clear&quot; to set which way you want it to work. {clear: both;} may be what you need.&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Feb 2003 22:29:28 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124907 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-line-breaks#comment-1124902</link>
    <description> &lt;p&gt;You could also do  to start the next paragraph on a new line, but I&#039;m not sure that this is the best way to do things.  That does work though.  Suzanne might know of a better way.&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Feb 2003 21:44:36 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1124902 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-line-breaks#comment-1124897</link>
    <description> &lt;p&gt;I don&#039;t quite get you, but swap align=&quot;left&quot; for either align=&quot;middle&quot; or align=&quot;bottom&quot; (and it&#039;s align, not valign).&lt;br /&gt;
Or you can use h and vspace&lt;/p&gt;
&lt;p&gt;Look in the link in my signature and just over half way on the graphics page shows examples of aligning graphics.&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Feb 2003 20:50:26 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1124897 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
