Wednesday, January 22, 2014

Remove borders from View Style Boxed

 

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.

image

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.

image

1 comment:

Anonymous said...

Thank you! Worked like a charm.

Powershell and Uptimerobot

Uptimerobot can be quite tedious when you need to update many monitors at once. For example say you bought the license for Uptimerobot and n...