A calendar widget is an online tool directed to student's personal calendar the helps serve variety of purposes: manage appointments, keep track of events, and much more. The purpose of this file is to input student's personal calendar in their Penn State blogs as a widget. A widget is a tool that helps customize a website. In this file, it specifically refers to embedding the calendar in the bottom right corner at the homepage. In order to complete the task, a Google account and a blog website are needed. It takes approximately 3 minutes to complete this task.
The screencast below will provide detailed steps used in this process. Beneath the video tutorial is a list of steps to follow along. The screencast tutorial will provide a visual aid to each task used in embedding a calendar widget.
In the template for "Header", towards the bottom, there is this snippet of code:<mt:If name="main_index"> <div id="homepage-image"> </div></mt:If>Just remove the surrounding…
The following code is for a black background:body { color: #fff; } #content { background-color: black; } #container-inner { background-color: black; } …
Leave a comment