Resellers Calendar Login
 
Service and Support
 
  Knowledgebase

Got a question?  Our knowledgebase has answers 24 hours a day, 7 days a week.

Browse knowledgebase categories or search with keyword related to your question.
  Email Support Form

Can't find an answer in the knowledgebase?  Please use our email support form to send your question to our support team.

We try to answer questions within 1 business day or less.
 
 
Search:     Advanced search
Browse by category:



How can I set Upcoming Event List width and height in my web page.

You can override the automatic height and width of an Upcoming Event List on any web page.  This is accomplished by including a javascript function in the <head> of your web page and also an onload function in the <body> tag of your web page.

Here is an example of a simple web page:

<HTML>
<head>
<SCRIPT LANGUAGE="JavaScript">
// Function to resize CalendarWiz Upcoming Event List.
// Just edit the height and width and include this function
// in the head of your web page.  Also include an onload
// call to this function in the body tag of your web page

function resizelist(){
  var newwidth = 400;
  var newheight = 600;
  var  listobj = document.getElementById("cwucelist");
  listobj.style.width = newwidth;
  listobj.style.height = newheight;
}
</SCRIPT>
</head>
<BODY onLoad="resizelist();">
<TABLE>
<TR>   
<TD>
<script type="text/javascript"
src="http://www.calendarwiz.com/calendars/ucfeeder.php?
crd=yourcalendaridentifier"></script>
</TD>   
</TR>
</TABLE>
</BODY>
</HTML>

Remember to change the ucfeeder script with the scripts for your calendar created on the Web Tools Administration page.

Others in this Category
document Do I need a website in order to use CalendarWiz?
document How do I embed the calendar into a web page using frames?
document Can I embed my calendar into a PowerPoint presentation?
document How to create a desktop shortcut to your calendar?
document How to create a direct link to a calendar category?
document How to open your calendar automatically when you start your computer?
document Can search engines like Google find my calendar?
document How to create a link that automatically logs into the calendar
document How do I link my calendar to my website?
document How to email your calendar to others?
document How to link back to a website?
document How to not show the login button on the calendar
document How do I put a link to my calendar in a Microsoft Word document
document How to create a link to a document from an event
document RSS Feeds - Offer Automatic Delivery of Calendar Events
document Create Upcoming Event List For Your Web Page
document How to set Upcoming Event List to show events in selected multiple categories?




 

 

 

 

Copyright 2008, CalendarWiz LLC, All rights reserved.