Forum Moderators: not2easy
I'd like to insert a span into each TD tag, such that the thumbnail images of 80x80 does not "expand" the actual row.
Is there CSS that will do this?
Basically:
[table][tr][td]
[img src="the image"] <-- this is an 80x80 image
Table Text
[/td][/tr]
...repeat...
[/table]
With this, the row is 80px high. I need the image to leave the table row height alone, such that the text only affects it.
Any ideas?