<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002738" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002738</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/spaces-between-images#comment-1012074</link>
    <description> &lt;p&gt;Do it like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;img src=&quot;foo.gif&quot; width= height= alt=&amp;gt;&amp;lt;img&lt;br /&gt;
src&amp;gt;&amp;lt;img scr&amp;gt;&amp;lt;img&lt;br /&gt;
scr&amp;gt;&amp;lt;img&lt;br /&gt;
&amp;lt;scr ...&amp;gt;&lt;/p&gt;
&lt;p&gt;This way everything fits on one screen without scrolling but you have no spaces.&lt;/p&gt;
&lt;p&gt;Malte&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Malte Ubl - &lt;a href=&quot;http://www.Boardzilla.org&quot; class=&quot;bb-url&quot;&gt;www.Boardzilla.org&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
Communication:  public&amp;lt;-&amp;gt;programmers&lt;br /&gt;
of the &lt;strong&gt;Boardzilla BB&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Dec 1999 23:39:00 +0000</pubDate>
 <dc:creator>Malte</dc:creator>
 <guid isPermaLink="false">comment 1012074 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/spaces-between-images#comment-1012073</link>
    <description> &lt;p&gt;Thanks Malte&lt;br /&gt;
That seemed to be the problem.&lt;br /&gt;
Those Darn Spaces.&lt;br /&gt;
And thank you to all the other people that&lt;br /&gt;
made sugestions.&lt;/p&gt;
&lt;p&gt;Josh&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Dec 1999 22:19:00 +0000</pubDate>
 <dc:creator>Josh Simpson</dc:creator>
 <guid isPermaLink="false">comment 1012073 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/spaces-between-images#comment-1012072</link>
    <description> &lt;p&gt;Put the images in a table on top of each other. That should get rid of any spaces.&lt;/p&gt;
&lt;p&gt;Ex&lt;/p&gt;
&lt;p&gt;&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
  &amp;lt;TD&amp;gt;&amp;lt;img blah blah blah&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
  &amp;lt;TD&amp;gt;&amp;lt;img blah blah blah&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Dec 1999 15:42:00 +0000</pubDate>
 <dc:creator>RC</dc:creator>
 <guid isPermaLink="false">comment 1012072 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/spaces-between-images#comment-1012071</link>
    <description> &lt;p&gt;Try to avoid any &quot; &quot; spaces between the image and br tags.&lt;/p&gt;
&lt;p&gt;Malte&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Malte Ubl - &lt;a href=&quot;http://www.Boardzilla.org&quot; class=&quot;bb-url&quot;&gt;www.Boardzilla.org&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
Communication:  public&amp;lt;-&amp;gt;programmers&lt;br /&gt;
of the &lt;strong&gt;Boardzilla BB&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Dec 1999 15:06:00 +0000</pubDate>
 <dc:creator>Malte</dc:creator>
 <guid isPermaLink="false">comment 1012071 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/spaces-between-images#comment-1012070</link>
    <description> &lt;p&gt;Hi josh, can i have a look at your webpage? i agree with the other reply, &amp;lt;br&amp;gt; is what i use... check out my page &lt;a href=&quot;http://drive.to/twins&quot; class=&quot;bb-url&quot;&gt;http://drive.to/twins&lt;/a&gt;&lt;br /&gt;
Melissa&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Dec 1999 10:19:00 +0000</pubDate>
 <dc:creator>Melissa</dc:creator>
 <guid isPermaLink="false">comment 1012070 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/spaces-between-images#comment-1012069</link>
    <description> &lt;p&gt;I am just learning HTML&lt;br /&gt;
and created my page in&lt;br /&gt;
Notepad and I am already&lt;br /&gt;
using the &amp;lt;BR&amp;gt; tag.&lt;/p&gt;
&lt;p&gt;Any other Idears?&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Dec 1999 09:37:00 +0000</pubDate>
 <dc:creator>Josh Simpson</dc:creator>
 <guid isPermaLink="false">comment 1012069 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/spaces-between-images#comment-1012068</link>
    <description> &lt;p&gt;Sounds like when you add the subsequent images, you are pressing enter to move down. Most wysiwyg editors insert a &amp;lt;p&amp;gt; (paragraph tag) and this will add a space between your images. Use the &amp;lt;br&amp;gt; (line break) tag instead and your images should be stacked right on top of each other. &lt;/p&gt;
&lt;p&gt;Check your softwares documentation on how to insert &amp;lt;br&amp;gt; instead of &amp;lt;p&amp;gt; or to satisfy our notepad people, edit your document by hand. This would be a good place to start learning how to edit manually.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Dan&lt;br /&gt;
 &lt;a href=&quot;http://cds-computers.com&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;CDS Web Design&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Dec 1999 09:31:00 +0000</pubDate>
 <dc:creator>cds</dc:creator>
 <guid isPermaLink="false">comment 1012068 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
