Is there any way to resize the calendar widget so that it doesn't move down as the sidebar grows?
The calendar fits nicely on the page at first, but as the sidebar gets longer, the calendar moves down the page to accomodate the sidebar column, leaving a big empty space. Can I resize it the way I would a table?
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?There is no easy way to resize it at this time. We do have that on our list of things to work on.
I’m sorry I couldn't help
-
Inappropriate?For now, you could put the calendar on one page of your wiki (let's call it "Calendar") and then put it in a frame in another page of your wiki (which we'll call "CalendarFrame")
In "CalendarFrame" you would create a raw HTML plugin by clicking Insert Plugin --> PBwiki Magic --> HTML and putting in this code:
<iframe src="Calendar?raw=bare" style="width:700px; height:635px"></iframe>
You can replace the width and height with whatever pixel widths you need, and then it will turn the calendar into a little scrolling frame so that it's sized to sit beside the SideBar.
Example here: http://non-educational.pbwiki.com/Cal...
1 person says
this answers the question
-
Inappropriate?Thanks Vu. I use iframes all the time and I never thought of that as a solution.
Loading Profile...




