I was at the client-side last week for user training and the users were suggesting me with a Wiki Site Management feature. I was like, all your wiki links is going to stay at the left navigation for sure, but what more could we do to make it more appealing? I happened to look at my start button and saw the tiles and I was like “wow” I think I got an idea! So, I told the users about it and they said yes to it! Let us show you on how to arrange Wiki Pages with tile view.
This is going to be easy and no coding required! Yes, I said no coding required! All you need to do is create some fancy metro tile icons on PowerPoint or any other solutions. Let’s get to this in detail.
P.S. Heads-up! This is not going to be responsive and as mentioned about, this is aimed to assist the end users without any coding efforts. Get in touch with your UI developer to help develop a responsive design.
Not everyone is a designer! I personally use Adobe Photoshop or Illustrator to work on graphics. For starters, you may checkout www.canva.com or www.snappa.com to come up with great button designs. If you are not comfortable in using editing websites, choose our very own Microsoft Office PowerPoint.
Work on the designs and make sure to check the padding allowed in the tables. Press F12 and find select element by click (in the web browser). Select the cell in the table and find the padding reference.
Choose a landscape image of at least 1024x768 resolution. Once the buttons and background image are ready, let’s get into the actual configuration.
Go to Settings (Gear Button), select Site Contents, search for Pages. Click on Add Page. Give it a name and save.
Go to the newly created page.
<style>
body {
background-image:url("/sites/dev/PublishingImages/Pages/Wiki-Metro/p_1000762494.jpg") ! Important;
}
.ms-core-overlay {
background-color: transparent;
}
</style>
Finally, remove the table border. Select Design Tab -> Style and select Table Style 1 – Clear.
Tadaa! A simple Tile Page for my wiki sites. Cool Isn’t it?