Quote:
Originally Posted by SuperGLS
Also, I wish the colon had a space on the RIGHT instead of the LEFT. Any ideas?
|
I was able to add a space *after* the colon (but unable to remove the space to the left by changing
THIS
Code:
$eventbits .="<tr><td nowrap class=''><strong>".$date.":</align></td><td width='100%' class=''><a href='calendar.php?do=getinfo&e=$did&c=".$calendarid."'>".$dtitle."</a></td></tr>";
TO THIS
Code:
$eventbits .="<tr><td nowrap class=''><strong>".$date.":</strong></td><td width='100%' class=''>&npsb;<a href='calendar.php?do=getinfo&e=$did&c=".$calendarid."'>".$dtitle."</a></td></tr>";