simple question, i need help with resizing pictures |
![]() ![]() |
simple question, i need help with resizing pictures |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 215 Joined: Aug 2004 Member No: 37,677 ![]() |
I want to be able to make all the pictures people post in my comments to be the same size. I looked in the scripts and i could only find ones that work only in firefox. I would like one that works in both IE and Firefox.
|
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Try this one:
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:260px; max-width:260px; 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> |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 215 Joined: Aug 2004 Member No: 37,677 ![]() |
thanks for the reply.
which numbers do i change to change the height and width of the images? |
|
|
![]() ![]() |