HTML code help? Picture on the left side of a table?

you mean having a picture outside the table, to the left of it?

you can use css, float:left

so something like <img src="wat.jpg" style="float:left" />
 
Back
Top