<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003008" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003008</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-form-help#comment-1013274</link>
    <description> &lt;p&gt;Yea thats the ticket!!!  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; Thankyou!!&lt;br /&gt;
I may be a slow learner but I am learning.&lt;/p&gt;
&lt;p&gt; &lt;BLOCKQUOTE&gt;quote:Originally posted by Lloyd Hassell:&lt;br /&gt;
&lt;strong&gt;Your HTML is very messy. The very first TABLE tag has no rows or cells defined.&lt;/strong&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;If I understand correctly you want a TEXTAREA in the first row then 3 INPUT TEXT boxes in the second.&lt;/p&gt;
&lt;p&gt;Try this:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
&amp;lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td align=&quot;center&quot; colspan=&quot;3&quot;&amp;gt;
Mailing Address&amp;lt;br&amp;gt;
&amp;lt;textarea&amp;gt;
&amp;lt;/textarea&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td align=&quot;center&quot;&amp;gt;
City&amp;lt;br&amp;gt;
&amp;lt;input type=&quot;text&quot;&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td align=&quot;center&quot;&amp;gt;
State&amp;lt;br&amp;gt;
&amp;lt;input type=&quot;text&quot;&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td align=&quot;center&quot;&amp;gt;
Zip&amp;lt;br&amp;gt;
&amp;lt;input type=&quot;text&quot;&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
[/code]

It will not be easy getting the input boxes to take up the same space as the textarea. Netscape and Microsoft display text boxes differently. The width of form elements in Netscape are larger than those in MSIE.

[This message has been edited by Lloyd Hassell (edited 23 March 2000).]&lt;/pre&gt;&lt;/blockquote&gt; </description>
     <pubDate>Fri, 24 Mar 2000 01:57:00 +0000</pubDate>
 <dc:creator>maveric169</dc:creator>
 <guid isPermaLink="false">comment 1013274 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-form-help#comment-1013273</link>
    <description> &lt;p&gt;Your HTML is very messy. The very first TABLE tag has no rows or cells defined.&lt;/p&gt;
&lt;p&gt;If I understand correctly you want a TEXTAREA in the first row then 3 INPUT TEXT boxes in the second.&lt;/p&gt;
&lt;p&gt;Try this:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
&amp;lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td align=&quot;center&quot; colspan=&quot;3&quot;&amp;gt;
Mailing Address&amp;lt;br&amp;gt;
&amp;lt;textarea&amp;gt;
&amp;lt;/textarea&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td align=&quot;center&quot;&amp;gt;
City&amp;lt;br&amp;gt;
&amp;lt;input type=&quot;text&quot;&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td align=&quot;center&quot;&amp;gt;
State&amp;lt;br&amp;gt;
&amp;lt;input type=&quot;text&quot;&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td align=&quot;center&quot;&amp;gt;
Zip&amp;lt;br&amp;gt;
&amp;lt;input type=&quot;text&quot;&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
[/code]

It will not be easy getting the input boxes to take up the same space as the textarea. Netscape and Microsoft display text boxes differently. The width of form elements in Netscape are larger than those in MSIE.

[This message has been edited by Lloyd Hassell (edited 23 March 2000).] &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Fri, 24 Mar 2000 01:25:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013273 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
