i need to know how to stop these images from breaking the lines without resizing them. The url is http://www.toon-work.../topic.php?id=9
Image Breaking
Started by Hip Hop Artist, May 31 2007 05:55 PM
2 replies to this topic
#1
Posted 31 May 2007 - 05:55 PM
#2
Posted 31 May 2007 - 09:45 PM
You could possible CSS the image.
For example:
And then CSS it to prevent overflow:
For example:
<img src="image.jpg" class="avatarImage" alt="" />
And then CSS it to prevent overflow:
.avatarImage
{
width:100px;
height:100px;
overflow:hidden;
}
#3
Posted 31 May 2007 - 10:31 PM
ok thanks.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
