Branding and Styling SharePoint 2010 surveys
-
Hi, I am a bit of a noob at SharePoint but have some development skills. I have created an out of the box survey in SharePoint and whilst it works, it doesn't look very pretty. I would like to style it so that it appears in my usual web page if possible, i.e. using the master page and stylesheet like normal web pages. Can I do this via a web part of some kind or by using JavaScript and CSS? I would like to avoid using C# and VB if possible. I can't find anything suitable online, is this possible? Thanks
-
Hi, I am a bit of a noob at SharePoint but have some development skills. I have created an out of the box survey in SharePoint and whilst it works, it doesn't look very pretty. I would like to style it so that it appears in my usual web page if possible, i.e. using the master page and stylesheet like normal web pages. Can I do this via a web part of some kind or by using JavaScript and CSS? I would like to avoid using C# and VB if possible. I can't find anything suitable online, is this possible? Thanks
Danpeking wrote:
Can I do this via a web part
No WebParts are placed content-elements and can't style the whole page
Danpeking wrote:
or by using JavaScript and CSS?
Yes, you can. But you should be cautious, don't remove the SP-Elements from your template, otherwise some function may be no longer available. You should use the SharePoint Designer fpr SP 2010, for SP 2013 you could use third-party-tools like Abobe Dreamweaver.
SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
-
Danpeking wrote:
Can I do this via a web part
No WebParts are placed content-elements and can't style the whole page
Danpeking wrote:
or by using JavaScript and CSS?
Yes, you can. But you should be cautious, don't remove the SP-Elements from your template, otherwise some function may be no longer available. You should use the SharePoint Designer fpr SP 2010, for SP 2013 you could use third-party-tools like Abobe Dreamweaver.
SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
Thanks, does anybody have any code to do this please?