Monday, June 08, 2015

Tutorial : Calendar

I never planned to post any of my old tutorials here, because they were all pretty lame. And I don't even think they're even helping at all. But since someone asked me to re-upload them back, I guess I'll just do so. 

beanie

Copy all this code and paste it in the <body> section, wherever you want it (These are the codes for January 2014)

<style>
h {color: #F0AEBC;}
table#CDO img { border: 0px; padding: 0px; margin: 0px;}
</style>
<tinyaw>
<center>
<table id="CDO" style="text-transform: uppercase; text-align: center; color: #aaa; font-size: 11px; font-family: calibri;" width="200" cellpadding="0" cellspacing="2">
<div style="text-align: center; letter-spacing: 5px; font: 10px arial; text-transform: uppercase; color: #F0AEBC;margin-bottom: 0px; margin-top: 3px;">01月〜2014年</div>
<tr style="border-bottom: 1pt solid #eeeeee;">
<td>sun</td> <td>mon</td> <td>tue</td> <td>wed</td> <td>thu</td> <td>fri</td> <td>sat</td>
</tr>
<tr>
<td><h>♦</h></td>
<td><h>♦</h></td>
<td><h>♦</h></td>
<td> 1</td>
<td> 2</td>
<td> 3</td>
<td> 4</td>
</tr>
<tr>
<td> 5</td>
<td> 6</td>
<td> 7</td>
<td> 8</td>
<td> 9</td>
<td>10</td>
<td>11</td>
</tr>
<tr>
<td><img src="http://media.tumblr.com/tumblr_lm6pjaI1cU1qfoi4t.gif" title="INSERT YOUR SPECIAL EVENT"/></td>
<td>13</td>
<td><img src="http://media.tumblr.com/tumblr_lm6pjaI1cU1qfoi4t.gif" title="EXAMPLE: JONGIN'S BIRTHDAY"/></td>
<td>15</td>
<td>16</td>
<td>17</td>
<td>18</td>
</tr>
<tr>
<td>19</td>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
</tr>
<tr>
<td>26</td>
<td>27</td>
<td>28</td>
<td>29</td>
<td>30</td>
<td>31</td>
<td><h>♦</h></td>
</tr>
</table>
</center>
</tinyaw>


Note that:
  • <h>♦</h> works as the non-existent day (refer to the calendar please)
  • <td> 1</td>, <td> 2</td> until <td>31</td> works as the date of the day (days starts from Sunday)
  • <img src="http://media.tumblr.com/tumblr_lm6pjaI1cU1qfoi4t.gif" title="INSERT YOUR SPECIAL EVENT"/> is where you marked your special date. Replace it with the date of the day.

RED; You can change it with any other tiny icons
PURPLE; Change it to the name of your special event


(ノ ̄ω ̄)ノ That's it, the tutorial for the calendar. I don't know if it works, but please do leave a comment, so I can fix the codes if there were any errors in it. For the upcoming months, you can alter the dates to yourself by fixing the codes. Just contact me if you have a hard time doing so. I can code them for you.



Till next time ♡ Love, Humaira

Post a Comment