i want to put and image or swf or gif file in <div width=200> but even the width of the image is greater then div only want to display untill 200 basically anything over flow shoudn't been seen only the whatever is in the size of the div
To maintain clean code you have to set class to your div element: <div class="image1"> Then add CSS style sheet and there put .image1{width:200px;overflow:hidden;}