I'm taking a class in Dreamweaver CS3 and I'm building my first site using CSS and tables. (Forgive me if I'm awkward using the terms).
I've added a table with 4 rows, 1 column. I want to go to the last row and make it 100% so that it pushes the other 3 rows to the top. I'm insering images, like a nav bar, in the other 3 rows. I can't figure out how to find the last row. I'm used to working in InDesign and Dreamweaver has me so confused! What have I done wrong? Thanks!
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="table">
<tr>
<td height="100%"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" class="tablebackground"><table width="995" height="339" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/topbar.jpg" width="993" height="160"></td>
</tr>
<tr>
<td><a href--THIS IS MY ROLLOVERS></a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="100"> </td>
</tr>
</table>
I've added a table with 4 rows, 1 column. I want to go to the last row and make it 100% so that it pushes the other 3 rows to the top. I'm insering images, like a nav bar, in the other 3 rows. I can't figure out how to find the last row. I'm used to working in InDesign and Dreamweaver has me so confused! What have I done wrong? Thanks!
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="table">
<tr>
<td height="100%"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" class="tablebackground"><table width="995" height="339" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/topbar.jpg" width="993" height="160"></td>
</tr>
<tr>
<td><a href--THIS IS MY ROLLOVERS></a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="100"> </td>
</tr>
</table>