I;m having trouble using a code to resize any images that are posted
I have got a div layout and my comments are in a Scrollbox
Help?
Resizing Images posted in comments In a Div layout On MySpace?
http://sizing-comments.notlong.com
Resizing Images posted in comments In a Div layout On MySpace?
This will resize videos in your comments-
%26lt;style type="text/css"%26gt;
table.friendsComments object {width:300px;height:245px;}
table.friendsComments embed {width:300px;height:245px;}
table.friendsComments a object {width:300px;height:245px;}
table.friendsComments a embed {width:300px;height:245px;}
%26lt;/style%26gt;
This will shrink images-
%26lt;style type="text/css"%26gt;
table.friendsComments img {max-width:340px}
*table.friendsComments {width:2000px; margin-right:-1565px;}
*table.friendsComments tr td.text table tr td table tr td {width:340px;}
*table.friendsComments img {width:100%;}
%26lt;/style%26gt;
You will need to change the percentages to match what you like.
No comments:
Post a Comment