yourface89
07-22-2004, 05:26 PM
werecan i get a Calendar like the one at ``````````````
|
View Full Version : Calendar yourface89 07-22-2004, 05:26 PM werecan i get a Calendar like the one at `````````````` salomeyasobko 07-22-2004, 05:32 PM it's made w/ tables [er.. table :P] <table bgcolor="#XXXXXX" border="0" cellpadding="1" cellspacing="0" width="124"> <tr> <td align="center" bgcolor="#xxxxxx" colspan="7" width="128"> <p align="center"><b><font size="2">month</font></b> <tr bgcolor="#XXXXXX"> <td width="13"> <p align="center"><b>S</b></font></p> </td> <td width="19"> <p align="center"><b>M</b></font></p> </td> <td width="17"> <p align="center"><b>T</b></font></p> </td> <td width="17"> <p align="center"><b>W</b></font></p> </td> <td width="17"> <p align="center"><b>T</b></font></p> </td> <td width="18"> <p align="center"><b>F</b></font></p> </td> <td width="15"> <p align="center"><b>S</b></font></p> </td> </tr> <tr> <td width="13" align="center">1 <td width="19" align="center">2 <td width="17" align="center">3 <td width="17" align="center">4 <td width="17" align="center">5 <td width="17" align="center">6 <td width="15" align="center">7 </tr> <tr> <td width="13" align="center">8 <td width="19" align="center">9 <td width="17" align="center">10 <td width="17" align="center">11 <td width="17" align="center">12 <td width="18" align="center">13 <td width="18" align="center">14 </tr> <tr> <td width="13" align="center">15 <td width="18" align="center">16 <td width="17" align="center">17 <td width="17" align="center">18 <td width="18" align="center">19 <td width="18" align="center">20 <td width="15" align="center">21 </tr> <tr> <td width="13" align="center">22 <td width="19" align="center">23 <td width="17" align="center">24 <td width="17" align="center">25 <td width="17" align="center">26 <td width="18" align="center">27 <td width="15" align="center">28 <tr> <td width="13" align="center">29 <td width="19" align="center">30 <td width="17" align="center">31 <td width="18" align="center"> <td width="18" align="center"> <td width="15" align="center"> <td width="13" align="center"> </tr> </table> edit the bold parts.. the code for having alt tags on the dates is this: <b><a href="#" title="whatever">##</a></b> edit the bold parts :D yourface89 07-22-2004, 05:48 PM thanks by the way is there a way to Anchors from the Calendar to an i-frame? MaGiCSuN 07-22-2004, 05:59 PM to target them? just add target="IFRAMENAME" to the link tag Love, Mirna yourface89 07-22-2004, 06:09 PM No to get a link out side of the i-frame to link to an page anchor inside of the i-frame kittycat 07-22-2004, 06:54 PM <a href="page.html#anchor" target="iframe"> Just add the anchor to the end of the link |