View Full Version : help with resizing comments not big pics


ijenz
03-18-2006, 02:27 AM
Hi, I was wondering i can resize my comments, like there isnt a huge picture its just people write alot cuz recently it was my bday and people went crazy so yeah haha.. i asked a person from myspace forum and they told me to add this in a style sheet or something

td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td a img {width:90px; 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;}

what the heck is that how do i use that and where do I put it, sorry im new to this plz help me, thanks in advadnce.

westernrider
03-18-2006, 07:10 PM
Do you have a style sheet (CSS code - what changes the text ect.) already on your page? If so you just slip that in somewhere in the code.

If not: or if I just confused you a lot - which I tend to do. Haha. Just use this.

<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>