Hello everyone
I am very new to sharepoint and currently im in charge of trying to test a few things. For example i would like to create a list of buttons that are images/icons with the link as an overlay with important actions/links like you can see in this picture:
http://2sicgeeks.files.wordpress.com/2012/07/sharepoint-2013-teamsite.png
To be honest the problem is that im a bit lost how i can create my own content or layout of content on a page without code (i dont have access to the code). What i tried is making a .dwp file with the following content:
<WebPart xmlns="http://schemas.microsoft.com/WebPart/v2"><TypeName="Microsoft.SharePoint.WebPartPages.ListViewWebPart, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=.... "/><Title>...</Title><Description>...</Description><FrameType>None</FrameType></WebPart>
If i preview this i get an error that the type does not exist or is insecure.
Could anyone guide me a little bit on how id progress here.
Greetings and thanks in advance
Muepe