<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035167" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035167</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-alignment-page-problem-help#comment-1204154</link>
    <description> &lt;p&gt;I think you could fix that by giving the cells in the menu a fixed height, not a percentage height.&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jul 2006 05:05:14 +0000</pubDate>
 <dc:creator>DaveyBoy</dc:creator>
 <guid isPermaLink="false">comment 1204154 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-alignment-page-problem-help#comment-1204153</link>
    <description> &lt;p&gt;Thanks for the thoughts.....  I ended up fixing it myself.  I just put the menu into a table and stuff.&lt;br /&gt;
I do need a better way to mess with this stuff, so I&#039;ll look at your thoughts.  My problem is using a PSD based Template.  The code is ALL UGLY and hard to mess with if you need to change stuff a little.  If it was me creating from scratch, I would have certainly been doing what you suggested.&lt;/p&gt;
&lt;p&gt;By the way, any thoughts on how I can make the menu etc. on the left stay and not be separated in this yucky code, when I add content on the left which requires making the page longer?&lt;br /&gt;
This is important for me to know in the future as well if I want to use templates and the content in one table/cell needs to go longer than it was formated for.  Would I simply (more like pain in the butt) have to set specific &quot;sizes&quot; for cells and tables for every content like on one side?&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jul 2006 04:54:37 +0000</pubDate>
 <dc:creator>leeuniverse</dc:creator>
 <guid isPermaLink="false">comment 1204153 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-alignment-page-problem-help#comment-1203809</link>
    <description> &lt;p&gt;Your rowspans aren&#039;t aligned properly. You could probably easily fix the problem putting the content on same lines as td&#039;s and either adding or removing a border/align variable, but ...&lt;/p&gt;
&lt;p&gt;You have one big table, I don&#039;t often suggest this, but in this case add a nested table for the navigation. something like this:&lt;/p&gt;
&lt;p&gt;top left image&lt;/p&gt;
&lt;p&gt;navigation&lt;br /&gt;
links&lt;br /&gt;
go&lt;br /&gt;
here - note there is no seperate cells for the navigation, just use the images with &lt;/p&gt;
&lt;p&gt;bottom flower image&lt;br /&gt;
top main image&lt;br /&gt;
content&lt;br /&gt;
etc&lt;/p&gt;
&lt;p&gt;OR&lt;br /&gt;
change your layout table to something like this:&lt;/p&gt;
&lt;p&gt;top left image&lt;br /&gt;
navigation links&lt;br /&gt;
etc - note there is no seperate cells for the navigation, just use the images with&lt;br /&gt;
top image&lt;br /&gt;
content&lt;br /&gt;
etc&lt;/p&gt;
&lt;p&gt;Doing it this way only the flower at the bottom needs to be made smaller to fit the space.&lt;/p&gt;
&lt;p&gt;Either way is a lot less coding than what you have, easy to edit, no confusing and messy rowspans and no need to use the spacer gif etc&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Jul 2006 09:58:59 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1203809 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-alignment-page-problem-help#comment-1203783</link>
    <description> &lt;p&gt;Sorry....  Here&#039;s it up fully now.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.leeuniverse.org/testing/mission.html&quot; class=&quot;bb-url&quot;&gt;http://www.leeuniverse.org/testing/mission.html&lt;/a&gt;&lt;br /&gt;
This one someone else is helping me with, which still isn&#039;t correct.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.leeuniverse.org/testing/mission.orig.html&quot; class=&quot;bb-url&quot;&gt;http://www.leeuniverse.org/testing/mission.orig.html&lt;/a&gt;&lt;br /&gt;
This one is the original problem one with some of my own attempts at fixing.&lt;br /&gt;
The above code is what was originally there when I started this fun.&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Jul 2006 22:48:56 +0000</pubDate>
 <dc:creator>leeuniverse</dc:creator>
 <guid isPermaLink="false">comment 1203783 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/images-alignment-page-problem-help#comment-1203779</link>
    <description> &lt;p&gt;The code example you give above is different to whats on your site. There are problems in the above code that is not on your site, ie: the zero width and heights.&lt;/p&gt;
&lt;p&gt;I think the problem for the gaps is your gaps, put the content of the  next to it, like so:&lt;br /&gt;
blah blah&lt;br /&gt;
instead of:&lt;/p&gt;
&lt;p&gt;blah blah&lt;/p&gt;
&lt;p&gt;None of the images are loading in the link you gave so am unable to see if there are problems in other browsers&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Jul 2006 21:27:46 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1203779 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
