comments stretch |
comments stretch |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: May 2005 Member No: 141,696 ![]() |
you know how there is that code to resize comment images to unstretch your comment box? is there a code to put breaks in text so it doesnt stretch the box? or is there a code where i can put the comments in a text box instead of a scrollbar?
edit: im really sorry it double posted |
|
|
![]() |
![]()
Post
#2
|
|
![]() chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 ![]() |
Technically you can resize images that people comment you with all to one specified width (so they don't stretch out the div)
.comments img { width:300;} Then you'd have to go back and specify the width of the display pictures so those aren't affected .comments td img { width:80;} |
|
|
![]() ![]() |