Jump to content


Image Breaking


2 replies to this topic

#1 Hip Hop Artist

    Young Padawan

  • Members
  • Pip
  • 152 posts
  • Gender:Male
  • Location:Canada

Posted 31 May 2007 - 05:55 PM

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

#2 Chaos King

    Senior Programmer

  • P2L Staff
  • PipPipPip
  • 676 posts
  • Gender:Male
  • Location:Florida

Posted 31 May 2007 - 09:45 PM

You could possible CSS the image.

For example:
<img src="image.jpg" class="avatarImage" alt="" />

And then CSS it to prevent overflow:
.avatarImage
{
	 width:100px;
	 height:100px;
	 overflow:hidden;
}


#3 Hip Hop Artist

    Young Padawan

  • Members
  • Pip
  • 152 posts
  • Gender:Male
  • Location:Canada

Posted 31 May 2007 - 10:31 PM

ok thanks.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users