I have an image in a cell on a table. I have a figure beside that image but i can't get it to be inline with my image <td><img src="images/example.jpg">4.5</td> It shows up like this |||||||| |||||||| |||||||| 4.5 but i want it like this ||||||| ||||||| 4.5 ||||||| How do i ammend the code above to fix this
No, that doesn't work i tried that <td valign="middle"><img src="images/example.jpg">4.5</td> Anyone else got any other ideas