Hello friends, I have a web page to design, in which i need to arrange an image first and then on the right side of the image i need to set a table. How should i design it? Thanks.
Set img to float:left and table as float:right; eg in CSS: img { float:left; } table { float:right; } .cleaner { line-height:0, padding:0, margin:0, height:0,... } Code (markup):