html help
jmoney3457
Maine
just simple html ?...i'm trying to get the yellow CPT 105 box to move up in portion next to 1:30 anyone tell me which part of code to alter? i can't figure it out http://ctech.smccme.edu/~frauttenj/classwk/tables/schedule.html
0
Comments
Also within row 5 you have used th (as above) - td tag with b tag - then th tag
[PHP]<!
row5
>
<tr>
<th class=red> 1:30</th>
<td></td>
<th rowspan=2 class=blue> CPT-101 </th>
<td rowspan=5 class=blue><b>CPT 105</b></td>
<th rowspan=2 class=blue> CPT-101 </th>
</tr>[/PHP]