<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020406" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020406</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124880</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Suzanne &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;er... I think he means HTML tables. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you&#039;re interested in learning how to use CSS for positioning, there are a number of good articles and examples at &lt;a href=&quot;http://www.alistapart.com&quot; class=&quot;bb-url&quot;&gt;alistapart.com&lt;/a&gt; and in our forums (search for &quot;CSS positioning&quot; or &quot;CSS layout&quot;). &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Er, you can tell where my mind has been all day. Greping through some code and designing a db. &lt;/p&gt;
&lt;p&gt;Anyway the answer is quite similar. Only use what you need to use. I nearly always use nested tables. They work quite well if you know how to use them. The only problem that I have ever encountered is someone trying to open a page in MS Word97. It groaned about nested tables. As a general rule for a site with a left navbar, I would have one table at the top for the logo and stuff. One nested table for the middle stuff consisting of a table at 100%, a table for the navbar, a table for the middle content, and a blank table to force the alignment. Then usually a table at the bottom.&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Feb 2003 14:03:09 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1124880 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124871</link>
    <description> &lt;p&gt;Ok thanks for the replies. I have decided to use tables as I am very familiar with them and I already know how to use them to create this project. After I finish my advanced PHP book,I am going to start learning CSS.&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Feb 2003 06:29:43 +0000</pubDate>
 <dc:creator>TOBART</dc:creator>
 <guid isPermaLink="false">comment 1124871 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124867</link>
    <description> &lt;p&gt;Well, actually, CSS positioning IS supported across the board, barring some NOW OUT OF DATE BROWSERS!&lt;/p&gt;
&lt;p&gt;However, there is nothing wrong with using tables for layout when needed (and of course for data). I agree with Megan and Busy that this particular design would indicate tables rather than CSS positioning would be easiest.&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Feb 2003 03:57:27 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124867 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124863</link>
    <description> &lt;p&gt;keep in mind that CSS positioning isnt supported across the board&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Feb 2003 02:29:26 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1124863 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124843</link>
    <description> &lt;p&gt;Since your already starting on one new venture I&#039;d stick with tables (nothing wrong with tables anyway) while you learn PHP etc then later on, learn CSS and convert the site (not that you&#039;d need to).&lt;br /&gt;
The thing with tables is they have been abused a lot, when I say abused I mean used badly, nesting tables is ok and a good way of displaying stuff but when you start nesting nested tables inside nested tables you start getting into all sorts of problems, from trying to edit the right table, to slow loading times, to alignment problems. and to think one little (&quot;) can throw the whole thing out.&lt;br /&gt;
Forums and message boards are al tables, I havent seen one yet that doesnt use tables.&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Feb 2003 19:51:25 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1124843 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124842</link>
    <description> &lt;p&gt;With the way your pages are designed you&#039;re probably going to need tables.  Designing with CSS really involves a change in how you go about designing in the first place.  Thinking more in terms of elements on the page rather than a sliced graphic.  &lt;/p&gt;
&lt;p&gt;This is something you might want to experiment with a little bit before you get going with it full force - it&#039;s quite a change from the old table-based way of doing things.&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Feb 2003 19:37:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1124842 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124841</link>
    <description> &lt;p&gt;Yes I am refering to html tables here.&lt;/p&gt;
&lt;p&gt;So is the basic layout done with tables or with CSS? I have used CSS to position before but doesn&#039;t that only work with certain browsers?&lt;/p&gt;
&lt;p&gt;Should I be using tables at all for layout?&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Feb 2003 19:20:06 +0000</pubDate>
 <dc:creator>TOBART</dc:creator>
 <guid isPermaLink="false">comment 1124841 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124838</link>
    <description> &lt;p&gt;er... I think he means HTML tables. &lt;/p&gt;
&lt;p&gt;If you&#039;re interested in learning how to use CSS for positioning, there are a number of good articles and examples at &lt;a href=&quot;http://www.alistapart.com&quot; class=&quot;bb-url&quot;&gt;alistapart.com&lt;/a&gt; and in our forums (search for &quot;CSS positioning&quot; or &quot;CSS layout&quot;).&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Feb 2003 18:48:55 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124838 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-go-about-building#comment-1124836</link>
    <description> &lt;p&gt;There is no rule that says to keep tables to a minimum. Most people actually have too few tables in their database. As a general rule any data that is repeated can be in a table by itself. Also group like objects in a table. Basically what you want to avoid is having duplicate data in a table.&lt;/p&gt;
&lt;p&gt;It is hard to tell from your image about your database design. You might tell us more about the structure, categories, products, names and addresses, etc. so that we can help you further.&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Feb 2003 18:22:22 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1124836 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
