Hi...
When there are more items on a sharepoint calendar date , 12:00 appears .To get rid of this,
place a content editor webpart with the following code on the page where calendar is residing.
<style>
.ms-acal-item {
BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
.ms-acal-time {
DISPLAY: none
}
.ms-acal-sdiv {
MARGIN-LEFT: -58px
}
.ms-acal-sdiv A {
POSITION: absolute; WIDTH: 100%; LEFT: 0px
}
.ms-acal-title {
HEIGHT: 35px; PADDING-TOP: 0px
}
</style>
When there are more items on a sharepoint calendar date , 12:00 appears .To get rid of this,
place a content editor webpart with the following code on the page where calendar is residing.
<style>
.ms-acal-item {
BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
.ms-acal-time {
DISPLAY: none
}
.ms-acal-sdiv {
MARGIN-LEFT: -58px
}
.ms-acal-sdiv A {
POSITION: absolute; WIDTH: 100%; LEFT: 0px
}
.ms-acal-title {
HEIGHT: 35px; PADDING-TOP: 0px
}
</style>
Help!! I keep trying to do this, but it doesn't work! I have a task list with a calendar view. On the month view, all entries have 12:00 am - 12:00 am before the entry title.
ReplyDeleteWhile on the calendar view, I select Site Actions -> Edit Page -> Add a Web Part (above my calendar view) -> Content Editor (from Media and Content Category) -> Add -> Paste coding.
I know I must be doing something wrong, but I don't know what it is! Any help would be wonderful!
I add the content editor web part below my calendar and added this code to the "Edit HTML Source" from the ribbon bar.
ReplyDelete