View Full Version : Very minor Calendar hack


thorsverd
12-16-2007, 11:43 PM
I found that if I placed a LOT of text for an event, that the text would "run off of the page", making me have to scroll left and right to view the whole message.

A very simple fix can be done to correct this:

BACKUP "setup.cgi" just in case you have problems.

Open "setup.cgi" in your favorite text editor; i.e. notepad.

Find this line and delete the SECOND reference to nowrap (noted in red below):

schedule_rows <tr><td nowrap BGCOLOR="<!--COLOR-->"><font size="1"><!--TIME--></td><td width="100%" nowrap BGCOLOR="<!--COLOR-->"><!--SUBJECT--></td>

It should look like this:

schedule_rows <tr><td nowrap BGCOLOR="<!--COLOR-->"><font size="1"><!--TIME--></td><td width="100%" BGCOLOR="<!--COLOR-->"><!--SUBJECT--></td>

Now your long event descriptions will "wrap" to your window (see image) and you should not have to scroll left to right to read the whole thing.


:D

mangesh
12-27-2007, 01:35 AM
hey nice man.
loved it !

thorsverd
02-10-2008, 01:01 PM
Thanks! Glad to help.