Tagged Questions
2
votes
0answers
62 views
Adding Custom Image Styles to the Ribbon
I use the following Editor Control, with the PrefixStyleSheet "el-" for my custom styles:
<PublishingWebControls:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" ...
0
votes
0answers
85 views
What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?
I am missing the ribbon bar in my custom master page but it displays in all subsites in disbled condition. I have used the same copy of v4.master page and added my new custom css. I've edited the ...
0
votes
1answer
1k views
SharePoint List form buttons and &Source on Cancel and Close
If I don't SharePoint Designer customize List newform, editform and dispforms, can I still use my own button outside of the webpart to submit data from the form. Say I'm using CSS to hide the ...
0
votes
0answers
187 views
Implementing tab display for list items
I'm working with sharepoint 2007.
I've been following this link to create a tabs display
http://sharepoint.microsoft.com/Blogs/GetThePoint/Lists/Posts/Post.aspx?ID=443
Althought i encounter a lot of ...
1
vote
3answers
441 views
font sizing and sharepoint em px pt
How are you handling font sizing with Sharepoint? Just curious on how things are working out. We seem to have a mix of px, pt, and em scattered everywhere among our CSS. I'm trying to clean things ...
3
votes
1answer
809 views
Adding a non-standard font to Sharepoint
I have a non-standard font file in .eot format and use the following CSS syntax to embed it into the master page:
@font-face
{
font-family: Myfontfamily;
src: ...
3
votes
1answer
647 views
CSSRegistration and revision numbers?
I'm currently using cssregistration to add css to sharepoint pages. All is working until I need to do an upgrade of the css. The context is:
I used a delegate control in a feature containing the ...