I had the pleasure of helping out Veronique via SPYam. It’s a great use case for the promoted links list!
SharePoint 2013 has nice little tiles called Promoted Links to link to stuff all over your sites. However, they all display horizontally when you add them to your page. Silly Microsoft for not providing us the option to list them horizontally or vertically in the first place – but thank you SharePoint community for providing the work-around, (and specifically in this case, David Lozzi)! :) I love copy / paste code!! Learn how to do this from our discussion on Yammer – thanks for your help David!
================================================================
Post Blog Update : So it seems not everyone is on Yammer. Instructions and code copied and pasted below for your convenience. :)
<style type=”text/css”>
.ms-promlink-body {width: 170px }
.ms-promlink-header {display: none}
</style>
Drop it into the Edit Source bit of the Content Editor Web Part on the page to make it work. If the web part is too wide, insert it into…
View original post 104 more words
Thanks again for the help. :)
LikeLike