make comments (images) smaller |
make comments (images) smaller |
| *2tru* |
Feb 25 2007, 02:06 AM
Post
#1
|
|
Guest |
is there a code that works to make your images in your comments smaller so they don't stretch out your pg.?
|
|
|
|
![]() |
Feb 25 2007, 02:08 AM
Post
#2
|
|
![]() rissa. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 621 Joined: Jul 2006 Member No: 436,690 |
CODE <style type="text/css"> td.text a img { width: 100px !important;} td.text td.text a img { width: 50px !important;} </Style> just edit the size if you want. edit- here's the other code to make pictures in your comments smaller. it's a diffrent one. CODE <style>
body table tr table tr td.text table tr td.text table tr td table tr td a img {width:auto;} body table tr table tr td.text table tr td.text table tr td table tr td a > img {width:400px;} body table tr table tr td.text table tr td.text table tr td table tr td img {width:400px;} body table tr table tr td.text table tr td.text table tr td table tr td:first-child a img {width:auto;} body table tr table tr td.text table tr td.text table tr td table tr td div img {width:80px; height:20px;} </style> |
|
|
|
| *2tru* |
Feb 25 2007, 02:23 AM
Post
#3
|
|
Guest |
ok thank you
|
|
|
|
![]() ![]() |