Help this code's not working! |
![]() ![]() |
Help this code's not working! |
Feb 20 2006, 06:33 PM
Post
#1
|
|
|
Party hard, yo. ![]() ![]() Group: Member Posts: 25 Joined: Oct 2005 Member No: 275,038 |
Um so I was browsing the scripts forum and I came across this code to make large images in your comment area smaller so it won't stretch the tables, only problem is that it doesn't work for me. Can someone help?
CODE <style type="css/text">table table table table table img {max-width:300px;} * html table table table table table img {width:200px !important;} table table table table table a img {width: auto !important}</style>
|
|
|
|
Feb 20 2006, 07:10 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Use this it works, I just checked. Put in who'd I like to meet.
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> |
|
|
|
Feb 20 2006, 08:08 PM
Post
#3
|
|
|
Party hard, yo. ![]() ![]() Group: Member Posts: 25 Joined: Oct 2005 Member No: 275,038 |
Thanks a lot! It worked! ^^
|
|
|
|
![]() ![]() |