resized default image now fuzzy |
![]() ![]() |
resized default image now fuzzy |
Jun 29 2006, 03:26 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jun 2006 Member No: 425,436 |
I used the scripts topics to figure out how to resize the images in my page and got the sizes of the images exactly how i'd like them, but now my default image is distorted. Is this because of the file size of the downloaded picture itself, or is there something else in the code I can change? here's my url if it helps: http://www.myspace.com/giabella23
td.text a img {width:300px !important;} td.text td.text a img {width:100px !important;} I'm new at this, so if I put this in the wrong place or asked a redundant question, I'm sorry. I want to learn! And I did look to see if this question was already answered (for like 2 hours), so if I missed it, I'm sorry. Thanks |
|
|
|
Jun 29 2006, 10:13 AM
Post
#2
|
|
|
Helper ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Mar 2004 Member No: 6,673 |
The original size of your image is 170 x 128 when you put in that code to change the images on your page to a specific width you stretched it out. This is what distorts the image. Anytime you place that kinda of code in a style sheet it changes all of the pictures on the page. If you would like to change pictures you placed within the page but not your profile image I would suggest using the code
CODE <img src="THE LINK TO YOUR IMAGE" style="width:THE WIDTH YOU WANT; height:THE HEIGHT YOU WANT;"> If you use this code the image you're linking to will change tot he height and width you want without affecting the other images on your site. I hope this helps. |
|
|
|
Jun 29 2006, 10:23 AM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Just change the width.
CODE <style>td.text a img {width:100px !important;} td.text td.text a img {width:100px !important;}</style> I think if you put anything over 200, it will make it ugly. |
|
|
|
![]() ![]() |