wanewrld Posted January 17, 2003 Posted January 17, 2003 Hi, you guys are great. I got help with my last problem, so here is another. I need a text box, for a field on a new record page. I tried examples from my HTML book, but cant make any work. I want 10 rows of 50 chatacters. What do i have to do to this line, to make that possible? <P><INPUT TYPE=text NAME=ad VALUE="" SIZE=500></P> Thanks in advance, for all your help, Wayne
cannes Posted January 17, 2003 Posted January 17, 2003 i would try like this: <textarea name="text" rows="10" cols="50">[fmp-field:name_of_your_textbox]</textarea> have a nice day mimmo
Jeff Spall Posted January 17, 2003 Posted January 17, 2003 Hi, the style for a new record field is: <P><TEXTAREA NAME="field name here" ROWS=6 COLS=30 WRAP=virtual></TEXTAREA></P> .......................and for an edit field where you want date already entered to display when the page loads: <P><TEXTAREA NAME="field name here" ROWS=6 COLS=30 WRAP=virtual>[FMP-Field: field name here]</TEXTAREA></P> regards, jeff
Recommended Posts
This topic is 7973 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now