<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019108" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019108</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113286</link>
    <description> &lt;p&gt;I Know I Need To Clean Up My Coding (It was coding form an old project of mine. So Instead of writing it all again i copied it)&lt;br /&gt;
And I Took out The Tables before i asked this question&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 16:54:18 +0000</pubDate>
 <dc:creator>Mankiy</dc:creator>
 <guid isPermaLink="false">comment 1113286 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113281</link>
    <description> &lt;p&gt;You really need to try cleaning up your code as you have font tags surrounding images and that can&#039;t be helping but it looks like the image (which isn&#039;t appearing) is outside the table the image next to it is in, so it wont butt up next to it.&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 14:26:40 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1113281 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113280</link>
    <description> &lt;p&gt;If you&#039;re talking about &#039;vbar.gif&#039; : try putting it in the  you already put the navigation items in.&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 14:10:32 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1113280 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113277</link>
    <description> &lt;p&gt;Heres The URL&lt;br /&gt;
&lt;a href=&quot;http://www.gamerzcentral.cc/&quot; class=&quot;bb-url&quot;&gt;http://www.gamerzcentral.cc/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 13:05:27 +0000</pubDate>
 <dc:creator>Mankiy</dc:creator>
 <guid isPermaLink="false">comment 1113277 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113270</link>
    <description> &lt;p&gt;If you can upload the page somewhere and let us know the url we can have a look at the coding as it&#039;s normally something really small that&#039;s affecting it but all the major things have been covered.&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 08:12:36 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1113270 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113259</link>
    <description> &lt;p&gt;Further to Busy&#039;s post, if you use a DOCTYPE, N6 may still display gaps -- depending on the DOCTYPE.&lt;/p&gt;
&lt;p&gt;An example url would be best.&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 06:03:47 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1113259 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113244</link>
    <description> &lt;p&gt;if you just want table method without CSS you can use something like:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;??&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;left&amp;quot; width=&amp;quot;??&amp;quot; height=&amp;quot;??&amp;quot; alt=&amp;quot;??&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;td align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;right&amp;quot; width=&amp;quot;??&amp;quot; height=&amp;quot;??&amp;quot; alt=&amp;quot;??&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;the trick is to add cellspacing and cellpadding to 0 (zero) as some browser default at 2 or 3, the align left/right isnt really needed but some browers like it.&lt;br /&gt;
If your still getting gaps, try add images width and height tags into the  tags.&lt;br /&gt;
&lt;strong&gt;Note&lt;/strong&gt; the img tag is on the same line as the td tag.&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 03:41:40 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1113244 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113241</link>
    <description> &lt;p&gt;depends on the browser you&#039;re using, as well.&lt;/p&gt;
&lt;p&gt;an url would be the best option -- show us where you&#039;re having the problems.&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 02:54:32 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1113241 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113231</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;TD {&lt;br /&gt;border 0;&lt;br /&gt;border-width 0;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
I&#039;d like to have someone else verify this for me... please&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 02:08:23 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1113231 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/putting-images-together#comment-1113230</link>
    <description> &lt;p&gt;im not really experienced in CSS.........&lt;br /&gt;
SO How Do I Put it in??&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 01:59:58 +0000</pubDate>
 <dc:creator>Mankiy</dc:creator>
 <guid isPermaLink="false">comment 1113230 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
