Log in

View Full Version : Is there an autosize image piece of code?



lo_volt
03-27-2006, 05:57 PM
Hey guys, I need to have a fixed size layout cell in Dreamweaver that will make any image inserted into it, fit the boundaries - an autosize I guess. Can anyone tell me how this is done? Thanks.

Twey
03-27-2006, 05:58 PM
<img src="myimage.png" style="width:100%;height:100%;">

lo_volt
03-28-2006, 10:28 AM
Thanks Twey I hope that'll do