Wednesday 5 March 2014

Can Someone Re-Code This

Posted by Саша 22:14, under | No comments


Can Someone Re-Code This? Can Someone Re-Code This?

I need to make a table format out of what is given. I don't know what to get rid of. I need three columns with four rows under each column. Thanks if you can...

<html>
<head>
<title>HTML Calendar</title>
</head>

<body background="background.jpg" text="green">

<center>
<h1>April 2010</h1>

<table border="1"
bordercolor="darkblue"
width="950"
bgcolor="#33FFFF"
cellspacing="0"
cellpadding="5">

<caption align="center" valign="top">
</caption>
<caption align="eft" valign="bottom">IHS Web Design 2010</caption>

<tr align="center" height="30" bgcolor="ciolet">
<td colspan"7"><font size="+3" color="#33FFFF"><b>April 2010</b></font></td>
</tr>

<tr height="30" bgcolor="green">
<th width="100"><font color="#33FFFF" face="comic sans
ms">Sunday</font></th>
<th width="150"><font color="#ffffff" face="comic sans
ms">Monday</font></th>
<th width="150"><font color="#ffffff" face="comic sans
ms">Tuesday</font></th>
<th width="150"><font color="#ffffff" face="comic sans
ms">Wednesday</font></th>
<th width="150"><font color="#ffffff" face="comic sans
ms">Thursday</font></th>
<th width="150"><font color="#ffffff" face="comic sans
ms">Friday</font></th>
<th width="150"><font color="#ffffff" face="comic sans
ms">Saturday</font></th>
</tr>

<tr height="100" valign="top">
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>1</td>
<td>2
<center> Minimum Day
Spring Break<br/>Begins</center</td>
<td>3</td>
</tr>
<tr heigh="100"
valign="top"
align="right"
bgcolor="blue">

<td valign="bottom" bgcolor="blue">4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td bgcolor="blue">10</td>
</tr>

<tr height="100" valign="top>
<td>11</td>
<td>12</td>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16</td>
<td>17</td>
</tr>

<tr height="100" valign="top>
<td>18</td>
<td19
<center><img height="80" width="100" src="beach.jpg"/></td>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
<td>26</td>
</tr>

<tr height="100" valign="top">
<td>27</td>
<td>28</td>
<td>29</td>
<td background="beach.jpg">30</td>
<td>
</td>
</tr>

</table>


Other Answers:













0 коммент.:

Post a Comment