<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023969" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023969</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1147001</link>
    <description> &lt;p&gt;What you&#039;ve said makes a lot of sense. Will keep it in mind for the future!&lt;/p&gt;
 </description>
     <pubDate>Sat, 06 Mar 2004 16:28:45 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1147001 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146934</link>
    <description> &lt;p&gt;It is proper to omit the unit, yes. It&#039;s invalid to include it when the value is zero. Of course not including it also saves you some infinitesimal bandwidth. &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>Fri, 05 Mar 2004 21:06:28 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1146934 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146933</link>
    <description> &lt;p&gt;But is it proper to omit the unit?  Or is it just that it makes no difference?&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Mar 2004 20:57:20 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1146933 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146926</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Mark Hensler wrote:&lt;/strong&gt; Really?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;really! 0px == 0pt == 0% == 0em et cetera.&lt;/p&gt;
&lt;p&gt;You need unit measures for all other values.&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Mar 2004 19:12:36 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1146926 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146922</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Suzanne wrote:&lt;/strong&gt; No units for zero value measures! &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;&lt;/blockquote&gt;
&lt;p&gt;Really?&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Mar 2004 18:34:31 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1146922 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146916</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;andy206uk wrote:&lt;/strong&gt; &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;form {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 0px;&lt;br /&gt;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;No! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;form {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 0;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;No units for zero value measures! &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>Fri, 05 Mar 2004 17:57:37 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1146916 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146904</link>
    <description> &lt;p&gt;thx mark, yours works just as gr8 as well&lt;/p&gt;
&lt;p&gt;lol , a bit quick with the solution i tried it out and didnt see urs at 1st &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Mar 2004 15:18:14 +0000</pubDate>
 <dc:creator>starter</dc:creator>
 <guid isPermaLink="false">comment 1146904 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146903</link>
    <description> &lt;p&gt;Thx you very very very much andy !!!&lt;/p&gt;
&lt;p&gt;you re a star, works a treat.&lt;/p&gt;
&lt;p&gt;many many many thx&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Mar 2004 14:55:30 +0000</pubDate>
 <dc:creator>starter</dc:creator>
 <guid isPermaLink="false">comment 1146903 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146895</link>
    <description> &lt;p&gt;Hiya,&lt;/p&gt;
&lt;p&gt;Forms are treated kinda like a paragraph, ie you get a line break at the end.&lt;/p&gt;
&lt;p&gt;To get round it just do the following in your stylesheet:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;form {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 0px;&lt;br /&gt;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Mar 2004 09:14:58 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1146895 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-problem-0#comment-1146892</link>
    <description> &lt;p&gt;I&#039;m having a hard time visualizing what you have and what you want.  Do you have a link we could look at?&lt;/p&gt;
&lt;p&gt;You might try adding this to the element:&lt;br /&gt;
style=&quot;display: inline;&quot;&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Mar 2004 06:30:35 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1146892 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
