I was wondering how to put a customized calendar code into my layer style. I got a code from a friend of mine that allows you to put your own images onto the calendar to show special dates and whatnot. But I have no idea where to put it into my layer. So I hope you can help me.
Here is my layout style: code
Here is the code I want to put into my layout:
<table align="center" width="260">
<tr>
<td width="30" align="center">
Sun
</td>
<td width="30" align="center">
Mon
</td>
<td width="30" align="center">
Tues
</td>
<td width="30" align="center">
Wed
</td>
<td width="30" align="center">
Thu
</td>
<td width="30" align="center">
Fri
</td>
<td width="30" align="center">
Sat
</td>
</tr>
</td>
<td width="30" align="center">
</td>
<td width="30" align="center">
</td>
<td width="30" align="center">
</td>
<td width="30" align="center">
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="MAPLE LEAFS SEASON OPENER!">
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/money.png" title="Payday!">
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="Leafs vs. Caps">
</td>
</tr>
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/movies.png" title="Toy Story 1&2 in 3D with Bobby!! :D">
</td>
<td width="30" align="center">
5
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="BATTLE OF ONTARIO! Leafs vs. Sens">
</td>
<td width="30" align="center">
7
</td>
<td width="30" align="center">
8
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/master-card.gif" title="MasterCard payment due">
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/popcorn.gif" title="Seeing Couples Retreat w/ Allisha, Jeff & Bobby">
</td>
</tr>
</td>
<td width="30" align="center">
11
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="Leafs vs. Rangers">
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="Leafs vs. Avalanche">
</td>
<td width="30" align="center">
14
</td>
<td width="30" align="center">
15
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/money.png" title="Payday!">
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="Leafs vs. Rangers">
</td>
</tr>
</td>
<td width="30" align="center">
18
</td>
<td width="30" align="center">
19
</td>
<td width="30" align="center">
20
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/cake.png" title="My 24th Birthday!! Also, Gary (Bobby's dad) and Linda's birthdays!">
</td>
<td width="30" align="center">
22
</td>
<td width="30" align="center">
23
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="Leafs vs. Canucks">
</td>
</tr>
</td>
<td width="30" align="center">
25
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="Leafs vs. Ducks">
</td>
<td width="30" align="center">
27
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/leafslogo.gif" title="Leafs vs. Stars">
</td>
<td width="30" align="center">
29
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/money.png" title="Payday!">
</td>
<td width="30" align="center">
<img src="http://img.photobucket.com/albums/v243/missbecky/pixels/pumpkin.gif" title="Halloween!">
</td>
</tr></table>
I really appreciate any help you can give me.