View Single Post
  #4 (permalink)  
Old 03-20-2004, 08:56 PM
mikmik mikmik is offline
WebProWorld 1,000+ Club
 
Join Date: Aug 2003
Location: Edmonton, AB, Canada
Posts: 1,527
mikmik RepRank 2mikmik RepRank 2
Default

http://www.blooberry.com/indexdot/ht...ges/t/thtd.htm

According to the page above (I use it as an example so you can also see what I did to look this up under)
"height" is a valid attribute for <td>.

I first tried to make the first table-cell (nav, bg pic) have height=100% but that didn't work, stayed the same.

So I added a second row like this:
Quote:
</TBODY></TABLE>
</TD>
</TR>
<tr><td style="BACKGROUND: url(IMG/missionbg.jpg) #dda0dd" height="400"></td></tr>
</TBODY></TABLE></BODY></HTML>
Then I made the other td's have a rowspan=2 thus:
Quote:
<TD vAlign=top rowspan="2" >
I am not used to working with tables like this, but it is the type of place where you learn to be creative after a while :o)
Reply With Quote