Thursday, July 29, 2010

MOSS : Adjust size of list columns

Adjust the size of list columns

Add following code content Editor Webpart on the list page.

<script language="javascript">if(typeof(MSOLayout_MakeInvisibleIfEmpty) == "function") {MSOLayout_MakeInvisibleIfEmpty();}</script>
<style>
.ms-vh2 div table tr td
{
white-space: normal
}
</style>

No comments: