<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002751" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002751</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-mistery#comment-1012129</link>
    <description> &lt;p&gt;Maybe you haven&#039;t set up the wat Netscape displays text correctly?&lt;/p&gt;
&lt;p&gt;In IE 5, there is this &quot;View &amp;gt; Text Size&quot; menu item where you can set how large the text should be display.&lt;/p&gt;
&lt;p&gt;Maybe you should check Netscape if there is such a thing too.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.goodbookmarks.com&quot; class=&quot;bb-url&quot;&gt;Goodbookmarks.com&lt;/a&gt; - Enjoy surfing the web once a day with us.&lt;br /&gt;
&lt;a href=&quot;http://www.goodbookmarks.com/Submit_URL/submit_url.html&quot; class=&quot;bb-url&quot;&gt;Submit Your Site Now!&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Dec 1999 14:29:00 +0000</pubDate>
 <dc:creator>jackchen</dc:creator>
 <guid isPermaLink="false">comment 1012129 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-mistery#comment-1012128</link>
    <description> &lt;p&gt;Jack,&lt;/p&gt;
&lt;p&gt;I don&#039;t really have an Internet site, all my work is done on Intranet. If you want to see some work I&#039;ve done with forms on the web go to either:&lt;br /&gt;
 &lt;a href=&quot;http://www.foodpricesonline.com&quot; class=&quot;bb-url&quot;&gt;http://www.foodpricesonline.com&lt;/a&gt;  or &lt;a href=&quot;http://www.oralradiology.com&quot; class=&quot;bb-url&quot;&gt;http://www.oralradiology.com&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;and find a page with a form on it. If you view source with IE and then Netscape you&#039;ll notice that the size of the input tags is slightly different for each browser even though it&#039;s the same page. The ASP source would be something like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;% Browser detect script goes here&lt;br /&gt;
%&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;form name=form action=action method=post&amp;gt;&lt;br /&gt;
&amp;lt;% If Browser = &quot;IE&quot; Then%&amp;gt;&lt;br /&gt;
&amp;lt;input type=text size=40&amp;gt;&lt;br /&gt;
&amp;lt;% Else %&amp;gt;&lt;br /&gt;
&amp;lt;input type=text size=20&amp;gt;&lt;br /&gt;
&amp;lt;% End If%&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;It&#039;s that simple. I can&#039;t begin to stress how useful a tool this is. It&#039;s handy for so many other things besides input tags. I don&#039;t have to make separate pages for each browser everything is on one page.&lt;/p&gt;
&lt;p&gt;Later,&lt;br /&gt;
PJ&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Dec 1999 12:26:00 +0000</pubDate>
 <dc:creator>PJ</dc:creator>
 <guid isPermaLink="false">comment 1012128 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-mistery#comment-1012127</link>
    <description> &lt;p&gt;You could always try playing around with the font setting for the text fields. I haven&#039;t tryed this myself but it might work. It is probably easier than setting up an ASP site to display different forms.&lt;/p&gt;
&lt;p&gt;&amp;lt;style type=&quot;text/css&amp;gt;&lt;/p&gt;
&lt;p&gt;INPUT {&lt;br /&gt;
font-family:verdana;&lt;br /&gt;
font-size:9pt;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;&amp;lt;/style&amp;gt;&lt;/p&gt;
&lt;p&gt;If it works let us know.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
 &lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Dec 1999 00:36:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1012127 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-mistery#comment-1012126</link>
    <description> &lt;p&gt;JP-&lt;/p&gt;
&lt;p&gt;I&#039;m curious about your site.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Dec 1999 14:46:00 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1012126 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-mistery#comment-1012125</link>
    <description> &lt;p&gt;visual1,&lt;/p&gt;
&lt;p&gt;I&#039;ve done alot of work with HTML forms. There is no easy solution for this. Even when specifying size and maxlength Netscape is always around twice as long as IE. Style doesn&#039;t work either on input tags(with Netscape) so style=&quot;width:20px&quot; won&#039;t work.&lt;/p&gt;
&lt;p&gt;What I&#039;ve done is I use ASP. So I detect which browser the user has and give them a text field based on that. It&#039;s a little bit of extra work but it&#039;s worth it since it gives me uniform layout in both browsers. You could also use PHP for this if you&#039;re on a UNIX server.&lt;/p&gt;
&lt;p&gt;This could be done with JavaScript also using document.write but it will be alot more involved.&lt;/p&gt;
&lt;p&gt;Later,&lt;br /&gt;
PJ&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Dec 1999 12:22:00 +0000</pubDate>
 <dc:creator>PJ</dc:creator>
 <guid isPermaLink="false">comment 1012125 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-mistery#comment-1012124</link>
    <description> &lt;p&gt;Do you use the size-property of an input type?&lt;br /&gt;
&amp;lt;input type=text &lt;strong&gt;size=20&lt;/strong&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Jack Michaelson&lt;/strong&gt;&lt;br /&gt;
       &lt;a href=&quot;mailto:ruut01@hotmail.com&quot; class=&quot;bb-email&quot;&gt;ruut01@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.whoami.com/lookup.asp?Jack_Michaelson&quot; class=&quot;bb-url&quot;&gt;! Click here for my profile !&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Dec 1999 07:26:00 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1012124 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
