Thursday, February 18, 2010

How do i get an Image that i upload to be more clear?

Im trying to upload company logo to the site but it becomes really blurry when its uploaded but when I open it under my photos its clear, what can i do about that? here's a link





www.arpsf.com





btw I've tried jpeg and png format but still the same and GIF isnt accepted.How do i get an Image that i upload to be more clear?
Your image is being resized with your html code. remove the following attribs.





%26lt;img width=';514'; src=';http://arpsf.com/yahoo_site_admin/a鈥?height=';128'; style=';width: 514px; height: 128px'; class=';yssImg yssImgB'; /%26gt;聽








should be





%26lt;img src=';http://arpsf.com/yahoo_site_admin/a鈥?/%26gt;聽











---


http://www.solvemyproblem.co.ukHow do i get an Image that i upload to be more clear?
I would say the problem is in your server. I opened your source file and coppied the logo link





http://arpsf.com/yahoo_site_admin/assets鈥?/a>





it looks fairly clear outside of your site.





I didn't even notice the size difference. This is why.








Thats a lot better.
The problem is that your image is 225 by 100 pixels in actual size but the IMG code on your page is stretching it to 514 by 128. Try removing the height and width parameters from your IMG tag to let the browser autosize it.

No comments:

Post a Comment