View Full Version : html help
jmoney3457
1 Oct 2007, 06:27am
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
jmoney3457
1 Oct 2007, 07:33am
thanks to thrax (thanks again man!:bigggrin:) i solved it but new question now arises if you look at my HTML code..none of the tags indicate for text to be bold yet all of it is..me & thrax were wondering why? anyone know?
Kentigern
1 Oct 2007, 08:28am
Using the tag th = boldface usually centered. Try just using the td tag for plain text in your cells. :)
Also within row 5 you have used th (as above) - td tag with b tag - then th tag
<!-------------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>
jmoney3457
1 Oct 2007, 05:45pm
Using the tag th = boldface usually centered. Try just using the td tag for plain text in your cells. :)
Also within row 5 you have used th (as above) - td tag with b tag - then th tag
<!-------------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>
ohhhhhhhhh ok thanks for shedding some light on that ken makes complete sense now:D
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.