<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024822" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024822</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-htmlimage-problem#comment-1151693</link>
    <description> &lt;p&gt;Aha!&lt;/p&gt;
&lt;p&gt;Thanks very much for that!  &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;I&#039;ve now got to make it fit onto the page in 800x600 - shouldn&#039;t be a problem though!&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 May 2004 10:28:11 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1151693 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-htmlimage-problem#comment-1151665</link>
    <description> &lt;p&gt;Give your IMG an ID or a NAME (can&#039;t remember which one, I think its NAME) of &quot;home&quot;.&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 May 2004 20:14:08 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1151665 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-htmlimage-problem#comment-1151628</link>
    <description> &lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;Many thanks for your help.  Basically, I think the best solution for me is to rebuild the design without so many graphics.  I&#039;ve made a start on this and it is coming along nicely now.&lt;/p&gt;
&lt;p&gt;Do you have any suggestions for a rollover code?  The one I&#039;m using at the moment is:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;A HREF=&amp;quot;../index.php&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;img src=&amp;quot;images/homeup.jpg&amp;quot; &lt;br /&gt;onMouseOver=&amp;quot;home.src=&amp;#039;images/homeover.jpg&amp;#039;&amp;quot; &lt;br /&gt;onMouseOut=&amp;quot;home.src=&amp;#039;images/homeup.jpg&amp;#039;&amp;quot; width=&amp;quot;226&amp;quot; height=&amp;quot;26&amp;quot; &lt;br /&gt;alt=&amp;quot;home&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/A&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;But it does not seem to be working for some reason.  I&#039;ve got it inside a  cell, so I do not know if that is the problem?&lt;/p&gt;
&lt;p&gt;Megan - thanks for the compliments.  I thought it to be a huge improvement on my previous designs as well - but I&#039;ve still got a long way to go, I&#039;m yet to validate the code.&lt;/p&gt;
&lt;p&gt;Busy - thanks for that!  I&#039;ll remember it if I ever get stuck like this again.  I had started to do what you said but it was going to take ages, and so I decided to recode.  &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;Once again, thanks for your help!  I cannot say how grateful I am. &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;
 </description>
     <pubDate>Tue, 18 May 2004 12:17:29 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1151628 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-htmlimage-problem#comment-1151580</link>
    <description> &lt;p&gt;Actually, you could learn something if you watch the code at the same time &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;You want to replace the white boxes with the text?  I don&#039;t understand why you&#039;re having a problem.  Oh, okay, I&#039;m starting to see now.  The images called index_20a.jpg are making those green columns.  The white is just the background showing through.  Try putting the text into the cell with those green backgrounds.  I&#039;m not entirely sure how this layout is working but that might do the trick.&lt;/p&gt;
&lt;p&gt;However, I don&#039;t think this is the best way to code this layout.  Instead of using images for those green areas, use a background colour instead.  Your dotted lines can be done with css.  Everything can be done with css &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;There are also a lot of white boxes showing all over the place in Opera.  I&#039;m not sure why - it could be your spacer.gif&#039;s.&lt;/p&gt;
&lt;p&gt;While I&#039;m here, I should say that this layout is a big improvement over some of the ones you have posted in the past.  Good work!&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 May 2004 13:28:38 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1151580 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-htmlimage-problem#comment-1151547</link>
    <description> &lt;p&gt;If you had used seperate tables, the trick is to give each table border a different colour to find the one you need (don&#039;t forget to remove these afterwards - only works on IE)&lt;/p&gt;
&lt;p&gt;Since you only have one table, turn your table border to 1 (border=&quot;1&quot;) now guess where you think the td cell is, find a td cell and type BOO save/reload page, keep doing this to every td tag until the &quot;BOO&quot; is displayed in the right td section, remove it from last place tried first, so you only ever have the code in your page once.&lt;br /&gt;
But what makes this one real easy is you actually have an image beside the section you want to go into&lt;/p&gt;
&lt;p&gt;The easier way would be to just open it up in a WYSIWYG editor and move stuff around (you dont learn anything this way thou)&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 May 2004 21:39:45 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1151547 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
