<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1031216" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1031216</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182920</link>
    <description> &lt;p&gt;thanks for the help guys, all fixed &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>Thu, 20 Oct 2005 14:41:00 +0000</pubDate>
 <dc:creator>kynosis</dc:creator>
 <guid isPermaLink="false">comment 1182920 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182837</link>
    <description> &lt;p&gt;Grab your page guides from the rulers and align them with where you want to slice. This gives you accurate selections, and you won&#039;t have leftover pieces/parts from one selection hanging onto another.&lt;/p&gt;
&lt;p&gt;You do this by showing the rulers, and using the select tool to drag them from the top and side.&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Oct 2005 23:48:12 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1182837 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182785</link>
    <description> &lt;p&gt;I agree with Roo - I looked at your screenshot there and it looks like photoshop did a lot of wacky things, cutting graphics up in strange palces etc. If you&#039;re going to use the slicing and export you have to be really really careful about where the slices are and how they line up.  When you draw your slices you need to firstly make sure that none of your key elements get cut through the middle (like the header box above the content area) and secondly, keep in mind that this is going to be put into an HTML table that needs to function properly.&lt;/p&gt;
&lt;p&gt;With all that in mind, it&#039;s generally just eaiser to crop it yourself and export each section separately.  OR (and this is what I used to do) slice it according to the elements you need to put into your HTML but DON&#039;T use Photoshop&#039;s HTML.  Create your own table and plug in the images where you need them.&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Oct 2005 14:07:11 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1182785 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182746</link>
    <description> &lt;p&gt;Actually...&lt;/p&gt;
&lt;p&gt;When you slice up in Photohsop and use it&#039;s export thingy, if the slices aren&#039;t exact you will have lots of &#039;spacer&#039; images. These will be small slices of varying sizes. Photshop generates the layout accordingly, so when you delete a slice it will throw the whole thing off.&lt;/p&gt;
&lt;p&gt;You best bet:&lt;/p&gt;
&lt;p&gt;Rather than slice a whole layout like that just crop out the parts you need, save them, and build your layout from the ground up.&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Oct 2005 02:55:04 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1182746 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182741</link>
    <description> &lt;p&gt;One other thing put closing  inline with the tags&lt;br /&gt;
Example:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; width=&quot;46&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; width=&quot;46&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;and a border collapse on your table tags...&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Oct 2005 01:59:34 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1182741 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182666</link>
    <description> &lt;p&gt;should be 11 and some of the heights may be wrong, like the tables height, depending on the actual size of images&lt;/p&gt;
&lt;p&gt;may be other errors but thats one that stands out&lt;/p&gt;
&lt;p&gt;A tip: when creating a layout from a sliced image remove all the width and height tags from the images that will be backgrounds and either use background= in the td tags (as temporary measure) or go straight to making CSS classes or id&#039;s depending on if you reslice the image (hence the reason background= may be faster and easier).&lt;br /&gt;
If all else fails move your images from the images folder (or where ever they are) and set table border to 1, this will display the outline of the table and is best used to pick up &#039;lost&#039; cells&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 Oct 2005 09:21:36 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1182666 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182662</link>
    <description> &lt;p&gt;still having some trouble. Can someone point out to me what is wrong?&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;/p&gt;
&lt;p&gt;layoutv2&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_01.png&quot; width=&quot;896&quot; height=&quot;137&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_02.png&quot; width=&quot;78&quot; height=&quot;863&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_03.jpg&quot; width=&quot;319&quot; height=&quot;66&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_04.png&quot; width=&quot;499&quot; height=&quot;118&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_05.png&quot; width=&quot;319&quot; height=&quot;52&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_06.png&quot; width=&quot;295&quot; height=&quot;72&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_07.jpg&quot; width=&quot;469&quot; height=&quot;25&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_08.png&quot; width=&quot;54&quot; height=&quot;72&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_09.png&quot; width=&quot;469&quot; height=&quot;47&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_10.png&quot; width=&quot;251&quot; height=&quot;53&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_11.jpg&quot; width=&quot;521&quot; height=&quot;626&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_12.png&quot; width=&quot;46&quot; height=&quot;673&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_13.png&quot; width=&quot;38&quot; height=&quot;620&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_14.jpg&quot; width=&quot;151&quot; height=&quot;171&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_15.png&quot; width=&quot;62&quot; height=&quot;593&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_16.png&quot; width=&quot;151&quot; height=&quot;52&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_17.jpg&quot; width=&quot;151&quot; height=&quot;179&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_18.png&quot; width=&quot;151&quot; height=&quot;46&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_19.jpg&quot; width=&quot;151&quot; height=&quot;125&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_20.png&quot; width=&quot;151&quot; height=&quot;20&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_21.png&quot; width=&quot;521&quot; height=&quot;20&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_22.jpg&quot; width=&quot;726&quot; height=&quot;27&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/layoutv2_23.png&quot; width=&quot;8&quot; height=&quot;27&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;78&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;38&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;151&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;62&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;44&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;24&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;445&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;8&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;			&lt;img src=&quot;images/spacer.gif&quot; width=&quot;46&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/blockquote&gt;
 </description>
     <pubDate>Tue, 18 Oct 2005 06:20:14 +0000</pubDate>
 <dc:creator>kynosis</dc:creator>
 <guid isPermaLink="false">comment 1182662 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182537</link>
    <description> &lt;p&gt;ok thanks mate&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Oct 2005 04:35:28 +0000</pubDate>
 <dc:creator>kynosis</dc:creator>
 <guid isPermaLink="false">comment 1182537 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/layout-troubles#comment-1182536</link>
    <description> &lt;p&gt;actually we can help better if your links were the actual site itself... the problem would be on the tables tags like the  tags which should be inline with the image tags...&lt;br /&gt;
Nice Template BTW...&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Oct 2005 04:29:58 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1182536 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
