alecjw Posted September 18, 2006 Share Posted September 18, 2006 What's the CSS eqivelant to img's align="left"? Quote Link to comment 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.