Re: [PHP-DB] Trouble displaying info in a multiline form

2002-06-05 Thread Martin Clifford



Example text to be inside box on load.



x = height, using monospace font for measurement.  Usually 5 suffices.
y = width, using monospace font for measurement.  Usually 40 suffices.

Martin

>>> "Paulo Nunes" <[EMAIL PROTECTED]> 06/05/02 02:00PM >>>
Thanks for help. It worked fine.
But now i have another problem ( i'm new in php/html) : the textarea doesn't
have the size that i need. I need a bigger textarea.How should i do this?

Thanks again
Paulo



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Trouble displaying info in a multiline form

2002-06-05 Thread Tony

Text area is controled by col and row size.
If it's not big enough (doesn't look big enough), just make the col or row
size bigger.

Tony S. Wu
[EMAIL PROTECTED]


> Thanks for help. It worked fine.
> But now i have another problem ( i'm new in php/html) : the textarea doesn't
> have the size that i need. I need a bigger textarea.How should i do this?
> 
> Thanks again
> Paulo
> 
> 





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Trouble displaying info in a multiline form

2002-06-05 Thread Paulo Nunes

Thanks for help. It worked fine.
But now i have another problem ( i'm new in php/html) : the textarea doesn't
have the size that i need. I need a bigger textarea.How should i do this?

Thanks again
Paulo



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Trouble displaying info in a multiline form

2002-06-04 Thread Jason Wong

On Wednesday 05 June 2002 02:51, Paulo Nunes wrote:
> Hi all
>
> I'm having trouble displaying some content into a multiline form. Some part
> of the field's data seems to be missing. I'm using the following code:

> echo "Contents:   name=\"content\" value=".\
> $content." > ";

> The variable $content should contain the correct data, but it cuts a part
> of the beggining and some part of the end. I think it has nothing to do
> with the fields size.

1)  does not have a length attribute
2)  does not have a value attribute
3) the way to display stuff inside a  is:

   some stuff here

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
Second-sytem effect.
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php