<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012575" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012575</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-problems-0#comment-1072702</link>
    <description> &lt;p&gt;You know, the source code works but it bugs the eye when you have double HREF tags when one is perfectly alright.&lt;/p&gt;
&lt;p&gt;I like code to have a clean and tidy look, though I often produce messy source codes.&lt;/p&gt;
&lt;p&gt;Anat.&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Oct 2000 16:09:43 +0000</pubDate>
 <dc:creator>anat</dc:creator>
 <guid isPermaLink="false">comment 1072702 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-problems-0#comment-1072697</link>
    <description> &lt;p&gt;Hi anat,&lt;/p&gt;
&lt;p&gt;  Glad to have been of help. But, what do you mean by messy?&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Oct 2000 15:44:13 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1072697 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-problems-0#comment-1072681</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You&#039;re right and it&#039;s a mistake. I&#039;ll get to fixing it soon. In the first couple of pages I simply copied Amazon&#039;s code for the image and then their code for the text link. They don&#039;t provide a combined code for some reason. You&#039;re perfectly right of course and it&#039;s a very simple modification. I have changed it in other books pages like:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.thecatsite.com/shop/bookshumor.html&quot; class=&quot;bb-url&quot;&gt;http://www.thecatsite.com/shop/bookshumor.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.thecatsite.com/shop/booksbehavior.html&quot; class=&quot;bb-url&quot;&gt;http://www.thecatsite.com/shop/booksbehavior.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and others. I&#039;ll tidy the codes on the other pages when I get to it - it works just as well, but it does have a messy look... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Anat&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Oct 2000 11:46:12 +0000</pubDate>
 <dc:creator>anat</dc:creator>
 <guid isPermaLink="false">comment 1072681 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-problems-0#comment-1072672</link>
    <description> &lt;p&gt;Hi anat,&lt;/p&gt;
&lt;p&gt;  What I meant is something like this:&lt;/p&gt;
&lt;p&gt;for  (i = 0; i &amp;lt; maxNum ; i++)&lt;br /&gt;
document.write(&quot;&lt;a img width=&#039;140&#039; height=&#039;138&#039; border=&#039;0&#039; hspace=&#039;3&#039; vspace=&#039;3&#039;&gt;&lt;/a&gt;&lt;a dancing with a&gt;&quot;);&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However as I was writing it, I noticed the following (edited from the last link you provided):&lt;/p&gt;
&lt;p&gt;&lt;A href=&quot;http://www.amazon.../thecatsite&quot;&gt; &lt;img src=&quot;....gif&quot; width=&quot;140&quot; height=&quot;138&quot; border=&quot;0&quot; alt=&quot;cover&quot; hspace=&quot;3&quot; vspace=&quot;3&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;A href=&quot;http://www.amazon.../thecatsite&quot;&gt;Dancing With Cats&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Why do you have 2 href tags within the cell?  (I&#039;m too tired to go back and look through all the code.)  You should be able to get away with:&lt;/p&gt;
&lt;p&gt;&lt;a&gt;&lt;img /&gt;Dancing With Cats&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Oct 2000 07:17:26 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1072672 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-problems-0#comment-1072671</link>
    <description> &lt;p&gt;Hi Vincent,&lt;/p&gt;
&lt;p&gt;I don&#039;t think the images are all the same size - but I will check. If I absolutely have to, I guess I&#039;ll just check them image by image and change the code that Pets.com generates (I will let them know of the problem - but I don&#039;t suppose they&#039;ll manage to change the code very fast).&lt;/p&gt;
&lt;p&gt;Can you please elaborate about the for loop. I&#039;m assuming it&#039;s a Java Script thing? I&#039;m not that good at Java Script but I can give it a try. What does it do?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Anat&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Oct 2000 06:36:22 +0000</pubDate>
 <dc:creator>anat</dc:creator>
 <guid isPermaLink="false">comment 1072671 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-problems-0#comment-1072650</link>
    <description> &lt;p&gt;Hi anat,&lt;/p&gt;
&lt;p&gt;  Ken is not mistaken.  Why wouldn&#039;t you want to put in the height &amp;amp; width?  (I&#039;m presuming the images are all of the same dimensions; if I&#039;m wrong, inform pet.com to make them so, or up your rates.) Also, why don&#039;t you consider creating the product html dynamically with a for loop? You should be able to preload the products while the rest of the page is loading and display them immediately.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Oct 2000 23:32:19 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1072650 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/table-problems-0#comment-1072633</link>
    <description> &lt;p&gt;anat,&lt;br /&gt;
If I am not mistaken, the only way to resolve your problem would be to assign the images height and width attributes, that way the browser, already allocates the proper amount of space to reserve in your tables.&lt;/p&gt;
&lt;p&gt;Adjusting your table&#039;s attributes will only effect the table. If the browser doesn&#039;t know how big the images are, it can&#039;t maintain proper spacing.&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Oct 2000 20:14:26 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1072633 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
