View Single Post
  #233 (permalink)  
Old 09-06-2007, 11:35 PM
Ken S's Avatar
Ken S
Lurker
Offline
 
Join Date: Aug 2007
Posts: 22
Reputation: 0
Ken S is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Not sure why its not displaying properly for you if it worked for others, but if you open the wpl file you are using with a text editor look for the following command:


;TEXT
#DAY-LONG#
28,3,W-64,12,L
Tahoma,11,BOLD,TODAY

The first line is the text command, the second line is the text, the ## means it is a special text command. The third line defines the position and size of the text window and the justification, and the fourth line is the font, size, special features and color of the text.

The first thing to try is to delete the BOLD and change to N or NORMAL, if it still doesn't fit you can reduce the text size in increments of one until it does.
Reply With Quote