alecjw Posted September 18, 2006 Share Posted September 18, 2006 What's the CSS eqivelant to img's align="left"? Link to comment https://forums.phpfreaks.com/topic/21199-image-alignment/ Share on other sites More sharing options...
AndyB Posted September 18, 2006 Share Posted September 18, 2006 float ... for example:[code]<img class='float_left' src=' .... [/code]and CSS defined like [code].float_left { float: left; margin: 0px 6px 2px 0px; padding: 2px;}[/code] Link to comment https://forums.phpfreaks.com/topic/21199-image-alignment/#findComment-94234 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.