making a picture in my comments smaller |
making a picture in my comments smaller |
Jan 29 2007, 03:07 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: May 2006 Member No: 410,541 |
One of my friends left a huge picture in my comments. The codes I've found to resize pictures in comments make it very little. I'd like it to be around 320x240. Is there a way to do this?
|
|
|
|
![]() |
Jan 29 2007, 03:27 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <style type="text/css"> td.text td.text table table table td a img {width:100px;} td.text td.text table table table td div img {width:80px;} td.text td.text table table td img {width:320px; max-width:320px; width:auto;} td.text td.text table table td div img {width:80px;} * html td.text td.text table table td img {width:260px;} * html td.text td.text table table td a img {width:90px;} * html td.text td.text table table td div img {width:80px;} </style> Try that? |
|
|
|
Jan 29 2007, 03:40 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: May 2006 Member No: 410,541 |
^I tried that code, it still came out very small
|
|
|
|
Jan 29 2007, 03:50 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You have to play around with the widths..You know its going to effect every single image.
|
|
|
|
![]() ![]() |