I was hoping for some input on the best way to handle a layout inside a table cell is that I'm trying to accomplish.
heres a picture of what I'm looking for
1. is for a picture id
2. is for a title
3. is for a description
What would the simplest / most efficient way to pull this off?
I'm trying to use divs for my design, but this would be contained inside a...
HTML Code:
<table>
<tr>
<td>
RIGHT HERE
</td>
</tr>
</table>
|