Friday, January 07, 2011

Hide list web part column headers

To hide list column headers add the following CSS to a hidden content editor web part on the page:

<style>
.ms-viewheadertr { display: none;}
</style>

No comments:

Post a Comment