SharePoint Custom List Multi Line Field Width
Is there a way to increase the default width of a Multi Line Field when displayed on a custom form in ShareP
September 8th, 2015 4:28pm

Hi,

According to your post, my understanding is you need to increase the width of the field. By following two way you can customize the form. The first one is Infopath and second is override it via css

Please choose an appropriate option which suits your requirement. 

If its not helping you, please let us know

Free Windows Admin Tool Kit Click here and download it now
September 8th, 2015 4:44pm

I am using SharePoint Designer 2010
September 8th, 2015 4:45pm

Hello Matt,

We can change the width by CSS.

It is possible to add CSS code using SharePoint Designer or Content Editor Web Part.

Here is a link that shows how to add CSS to a page

http://techtrainingnotes.blogspot.com/2012/05/adding-javascript-and-css-to-sharepoint.html

This is a CSS code for your reference that sets width to 700px for elements have .ms-formbody class:

<style type="text/css">
.ms-formbody{
width:700px;
}
</style>

 

Thank you


  • Edited by ali tun 4 hours 38 minutes ago
Free Windows Admin Tool Kit Click here and download it now
September 9th, 2015 10:54pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics