<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024999" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024999</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-techinques-tutorials-advice#comment-1152439</link>
    <description> &lt;p&gt;I&#039;ve recently been using Illustrator&#039;s slicing capabilities for CSS designs. Whoo-ah!&lt;/p&gt;
 </description>
     <pubDate>Mon, 31 May 2004 22:49:19 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1152439 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-techinques-tutorials-advice#comment-1152431</link>
    <description> &lt;p&gt;CSS is the way to go but if your sturbon and waht to stick with tables you can get programs that will cut and dice your images while making the html page for you, couple I&#039;ve used in the past are dicer and imagecutter. The html isn&#039;t pretty and in some cases is only square/rectangles, no row/colspans.&lt;br /&gt;
Can be a good base to star with thou.&lt;/p&gt;
 </description>
     <pubDate>Mon, 31 May 2004 21:53:34 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1152431 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-techinques-tutorials-advice#comment-1152404</link>
    <description> &lt;p&gt;One thing I used to do when I did tabled layouts is put guides on my layout image showing where the table cells would go.  Then I could use that as a reference when creating my table structure.  After that all you need to do is export the individual graphics and pop them into their proper spots.  &lt;/p&gt;
&lt;p&gt;I think you&#039;ll find that everyone has their own ways of doing this.  I don&#039;t think there is one standard method or anything like that.&lt;/p&gt;
&lt;p&gt;HOWEVER, what you need to know is that web design is generally moving away from that old table model. CSS is the way to go now, and it&#039;s actually not all that hard to do a layout that way.  Check out &lt;a href=&quot;http://www.alistapart.com&quot; class=&quot;bb-url&quot;&gt;A List Apart&lt;/a&gt; for more on that.&lt;/p&gt;
 </description>
     <pubDate>Mon, 31 May 2004 13:48:37 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1152404 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-techinques-tutorials-advice#comment-1152376</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.webstandards.org&quot; class=&quot;bb-url&quot;&gt;webstandards.org&lt;/a&gt; -- check the resources section.&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 May 2004 21:02:59 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1152376 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-techinques-tutorials-advice#comment-1152375</link>
    <description> &lt;p&gt;Cool thanks for the help, will give it a shot. &lt;/p&gt;
&lt;p&gt;But I have made websites in the past so am not completely new to this. I just though there was a standard way of making a site like this for example:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostrocket.com/&quot; class=&quot;bb-url&quot;&gt;http://www.hostrocket.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Are there a set tutorials on how images go into tables or a srutcture to follow (do&#039;s and dont&#039;s)? Or css positioning, which i prefer, but dunno how it affects all browsers.&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 May 2004 20:59:59 +0000</pubDate>
 <dc:creator>liger</dc:creator>
 <guid isPermaLink="false">comment 1152375 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-techinques-tutorials-advice#comment-1152367</link>
    <description> &lt;p&gt;*Edit*&lt;/p&gt;
&lt;p&gt;I don&#039;t have a lot of time right now, since I&#039;m on my way out soon, but I&#039;m guessing you are new to this?&lt;/p&gt;
&lt;p&gt;I&#039;ve got to run, so run a forum search and I&#039;m sure you&#039;ll come up with how to designate theses things in css.&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 May 2004 19:08:18 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1152367 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/layout-techinques-tutorials-advice#comment-1152366</link>
    <description> &lt;p&gt;In ImageReady you can export the whole thing..images and html. I personally don&#039;t like the way IR does this though.&lt;/p&gt;
&lt;p&gt;You could do this three ways:&lt;br /&gt;
If you can do css positioning you could do it that way&lt;/p&gt;
&lt;p&gt;You could export it directly and then go in and tweak the code&lt;/p&gt;
&lt;p&gt;Or you could do it by hand:&lt;/p&gt;
&lt;p&gt;Create a table with the correct number of rows and columns.&lt;/p&gt;
&lt;p&gt;Place the images in thier respective cells and define the height and width of those cells to match the H/W of the images.&lt;/p&gt;
&lt;p&gt;To put text on top of an image you would remove that peice of the image and designate it to be the background image of that particular cell. It can be done in the td tag itslef, however if you are concerned about standards, this isn&#039;t valid, so you&#039;d do this in your .css file. Then you&#039;d place your text there in that cell.&lt;/p&gt;
&lt;p&gt;If you have left whitespace in the sliced image where you will place content, you will remove those images and place your text in those td tags. Beware here.....the content is going to need to be enough to stretch the cell to match the dimentions of the remived image, and also not too much so that it breaks the table layout.&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 May 2004 19:05:23 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1152366 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
