<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003081" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003081</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-field-manipulation#comment-1013606</link>
    <description> &lt;p&gt;Justin,&lt;/p&gt;
&lt;p&gt;Okay. So you want to specify the box size in exact pixels? Try something like what I have bellow. That specifies the box size, the size of the padding, and the margin between the text and the side of the box.&lt;/p&gt;
&lt;p&gt;height: 10px; width: 40px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; margin-left: 1px; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px&lt;/p&gt;
&lt;p&gt;Suzanne, Netscape can support specific fonts and font sizes. But it will not display a specific box type (like you said) bad wording on my part on the last post. Which is why I suggested testing it in multiple browsers (namely IE 4+, Netscape+  and maybe a older verison of Netscape).&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Adam&lt;br /&gt;
AIS Internet Solutions&lt;br /&gt;
 &lt;a href=&quot;mailto:adam@aisinternet.com&quot; class=&quot;bb-email&quot;&gt;adam@aisinternet.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.aisinternet.com&quot; class=&quot;bb-url&quot;&gt;www.aisinternet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Apr 2000 21:24:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1013606 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-field-manipulation#comment-1013605</link>
    <description> &lt;p&gt;No, I know how to use stylesheets, but that&#039;s not what I&#039;m looking for. I&#039;m not looking to change the font sizes etc. inside the text box.&lt;/p&gt;
&lt;p&gt;What I want to do is change the height of a text box. The actual text box, not the text inside it.&lt;/p&gt;
&lt;p&gt;Sorry for not being more specific  &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;------------------&lt;br /&gt;
&lt;strong&gt;Flame Hosting:&lt;/strong&gt; &lt;a href=&quot;http://www.flamehosting.com&quot; class=&quot;bb-url&quot;&gt;www.flamehosting.com&lt;/a&gt;&lt;br /&gt;
Justin Stayton (President/CEO)&lt;br /&gt;
&lt;em&gt;[WEB SITE]&lt;/em&gt; &lt;a href=&quot;http://www.flamehosting.com&quot; class=&quot;bb-url&quot;&gt;www.flamehosting.com&lt;/a&gt;&lt;br /&gt;
&lt;em&gt;[E-MAIL]&lt;/em&gt;  &lt;a href=&quot;mailto:jstayton@flamehosting.com&quot; class=&quot;bb-email&quot;&gt;jstayton@flamehosting.com&lt;/a&gt;&lt;br /&gt;
&lt;em&gt;[ICQ]&lt;/em&gt; &lt;a href=&quot;http://wwp.icq.com/45549000&quot; class=&quot;bb-url&quot;&gt;45549000&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Apr 2000 19:57:00 +0000</pubDate>
 <dc:creator>Justin S</dc:creator>
 <guid isPermaLink="false">comment 1013605 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-field-manipulation#comment-1013604</link>
    <description> &lt;p&gt;??  What do you mean Netscape doesn&#039;t like it?  It is fine for the example you used there.  Where it falls apart is for borders and padding for input, et cetera, tags.&lt;/p&gt;
&lt;p&gt;For font sizes it works better than IE because the inheritance works (for font sizes in form elements if you set the form, all form elements have that font size).&lt;/p&gt;
&lt;p&gt;Regardless, yes is the answer!&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&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>Sun, 16 Apr 2000 19:22:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1013604 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-field-manipulation#comment-1013603</link>
    <description> &lt;p&gt;I’m guessing your talking about manipulating the fields using stylesheets? First off remember that Netscape doesn’t care for it (Netscape 6 supports it a lot more), so it will only work in IE (at this point). So make sure you test it in a couple browsers.&lt;/p&gt;
&lt;p&gt;The basic idea is something like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;input type=&quot;text&quot; name=&quot;textfield&quot; style=”font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #0099FF; background-color: #000033&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;You can find a complete tutorial on stylesheets at &lt;a href=&quot;http://hotwired.lycos.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html&quot; class=&quot;bb-url&quot;&gt;http://hotwired.lycos.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Adam&lt;br /&gt;
AIS Internet Solutions&lt;br /&gt;
 &lt;a href=&quot;mailto:adam@aisinternet.com&quot; class=&quot;bb-email&quot;&gt;adam@aisinternet.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.aisinternet.com&quot; class=&quot;bb-url&quot;&gt;www.aisinternet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Apr 2000 18:57:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1013603 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
