Hello
I am using tables in an aspx page to display an image, some text, and a link
The text breaks at a weird spot - could you tell me how to make the text use the whole cell?
Here is a link to the page
This is the code for one table
<!-- Acoustic Tab -->
<table style="width: 700px" border="1">
<tr>
<td rowspan="2" align="left" style="width: 10%" valign="top">
<img src="Images/linkimages/sweet-black-acoustic-guitar.jpg" ></td>
<td style="width: 255px" align="left"><a href=" target="_blank">
"Beginnings" by Chicago</a> </td>
</tr>
<tr>
<td style="width: 255px"><p>
This is a great song to play on the acoustic and it will show you how to incorpoorate
major seventh chords - you don't need a horn section, but it wouldn't hurt.</td>
</tr>
</table>
Also, what would be a better solution to do this same thing using CSS?
Thanks in advance
Dave
I am using tables in an aspx page to display an image, some text, and a link
The text breaks at a weird spot - could you tell me how to make the text use the whole cell?
Here is a link to the page
This is the code for one table
<!-- Acoustic Tab -->
<table style="width: 700px" border="1">
<tr>
<td rowspan="2" align="left" style="width: 10%" valign="top">
<img src="Images/linkimages/sweet-black-acoustic-guitar.jpg" ></td>
<td style="width: 255px" align="left"><a href=" target="_blank">
"Beginnings" by Chicago</a> </td>
</tr>
<tr>
<td style="width: 255px"><p>
This is a great song to play on the acoustic and it will show you how to incorpoorate
major seventh chords - you don't need a horn section, but it wouldn't hurt.</td>
</tr>
</table>
Also, what would be a better solution to do this same thing using CSS?
Thanks in advance
Dave