<Original message>
From: Niklas Lampén <[EMAIL PROTECTED]>
Date: Tue, Sep 04, 2001 at 02:39:03PM +0300
Message-ID: <[EMAIL PROTECTED]>
Subject: [PHP] Text area's width in NS

> This helped me out (at least made my site look nicer :), but is there a way
> set text area's width like this? Doesn't seem to work with same code. IE
> however works great.
> 
> Why the hell there can not be just ONE standard?!?
> 
> Niklas

</Original message>

<Reply>

Sorry. Can't do. Netscape doesn't seem to support this feature. It
does work in IE, though. Just add a style="" to it. There you can
set the width and height. Eg:

<TEXTAREA style="width: 400px; height: 200px;"></TEXTAREA>

And for Netscape... well... you'll have to live with only using
cols="" and rows="".

</Reply>

-- 

* R&zE:


-- »»»»»»»»»»»»»»»»»»»»»»»»
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- ««««««««««««««««««««««««

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to