<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002165" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002165</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/could-you-pleas-tell-me-how-yahoo-does#comment-1009564</link>
    <description> &lt;p&gt;Suzanne,&lt;/p&gt;
&lt;p&gt;Good point about the tables stretching. I stack my tables instead of embedding, but since this would make the lower tables stretch, but not the top, it will look off centered.&lt;br /&gt;
Will have to experiment and see what works best, might be back with another Q  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Nice info on the tables demystified link in your sig.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 May 2000 05:36:00 +0000</pubDate>
 <dc:creator>forumoron</dc:creator>
 <guid isPermaLink="false">comment 1009564 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/could-you-pleas-tell-me-how-yahoo-does#comment-1009563</link>
    <description> &lt;p&gt;So you only want the words to not wrap?  If the user chooses a larger font size, and your tables are a set size, and your words won&#039;t wrap, the table will stretch.&lt;/p&gt;
&lt;p&gt;If they choose a smaller font size, it won&#039;t, of course.&lt;/p&gt;
&lt;p&gt;While &amp;amp;nbsp; resolves some issues at a micro-managed level in the text, it will break your tables if someone pumps up the font-size.&lt;/p&gt;
&lt;p&gt;just fyi.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 May 2000 04:48:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1009563 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/could-you-pleas-tell-me-how-yahoo-does#comment-1009562</link>
    <description> &lt;p&gt;Suzanne,&lt;/p&gt;
&lt;p&gt;Thanks for the reply.&lt;br /&gt;
I know CSS doesn&#039;t have to do with table wrapping, but you can control it with CSS if you define the text size by pixels, then set your tables to a certain size. Then text wrapping is prevented because the font size can&#039;t get any larger and cause text wrapping.&lt;br /&gt;
The problem is that it doesn&#039;t let users define text size.&lt;/p&gt;
&lt;p&gt;Lloyd,&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;THAT is what I was looking for.&lt;br /&gt;
I have been avoiding the text wrap without spaces, but have been using &quot;.&quot; or &quot;_&quot; between the words, like &quot;My_Home_Page&quot;.&lt;/p&gt;
&lt;p&gt;Changing the font color of the periods or dashes just clutters the html or becomes apparent in certain browsers.&lt;/p&gt;
&lt;p&gt;I&#039;ll give the &amp;amp;nbsp a try.&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 May 2000 04:02:00 +0000</pubDate>
 <dc:creator>forumoron</dc:creator>
 <guid isPermaLink="false">comment 1009562 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/could-you-pleas-tell-me-how-yahoo-does#comment-1009561</link>
    <description> &lt;p&gt;To avoid wrapping in table cells, you must avoid using spaces in text. If you want to type &quot;Two Words&quot; then you should put a &quot;&amp;amp;nbsp;&quot; where the space is.&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 May 2000 03:25:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1009561 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/could-you-pleas-tell-me-how-yahoo-does#comment-1009560</link>
    <description> &lt;p&gt;1.  CSS has nothing to do with table wrapping or not wrapping.&lt;br /&gt;
2.  Their tables are coded properly.  They don&#039;t rely on nested tables for layout.  All tables hold their form if they are basic tables.&lt;br /&gt;
3.  You can view source to see how their tables are put together.&lt;br /&gt;
4.  CSS can make the font a fixed pixel size, but that is one of 4 font sizing options.  You can also use small, medium, et cetera, smaller, et cetera, and points.  Those options are resizeable by the viewer.  Pixels are not.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 May 2000 23:52:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1009560 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
