For a case im using a link-list on a startpage. Reasons include making it easier for endusers to manage their own used applications, without rummaging around with tables etc.
For this reason the boxed view style served me well.
The box-borders gave an ugly look. To remove these, add content Editor webpart and insert
<style>
TD.ms-stylebox {
BORDER:0 !important;
}</style>
Effect should be immediate.
1 comment:
Thank you! Worked like a charm.
Post a Comment