MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Change the length of the text field in the list form

  Asked By: Dianna Bridges         Date: Mar 19, 2010      Category: MOSS      Views: 327
 

I was trying to make a text field looks shorter in the edit form of a list. I
tried to edit the edit form aspx page in the sharepoint designer , but it did't
work. What's the porper way to modify the length of a text field in the list
form?

Tagged:                  

 

1 Answer Found

 
Answer #1       Answered By: Carly Meyer          Answered On: Mar 19, 2010       

What do you mean when you say it didn't work? What did you try, and what
did it do?

You should be able to identify the markup that makes up the field; just dig
into the rendered HTML with the View Source command in the browser. At that
point you can use a local stylesheet to either override one of the relevant
classes (if you want all fields on the page to look different) or add an
ID-based style (to alter the appearance of only one field at a time).

 
Didn't find what you were looking for? Find more on Change the length of the text field in the list form Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].