Simple Image as Webpage Hosting Problems

sWesUn

Regular Member
Joined
Mar 12, 2009
Messages
224
Reaction score
30
Guys, somebody please help me out. For Gods sake, I can't host an Image as a webpage correctly, and I've tried a bunc of images, they all act the same way. The Dimensions of the image always get resized once uploaded(specifically the width). I've tried cutting image size by optimizing it, but it makes no difference. I tried changing image format from png to jpeg to gif, etc. Makes no difference. I don't know what I'm doing wrong.

Can somebody please take a look at this:
http://celebrity-dailynews.info/mileycomplete.png

How can I make it look normal without clicking that +/- button?

Thank you.
 
This resizing is done automatically by the browsers so you can't do it.

But you can create a html page and put this image in that page to prevent the automatic resizing.
 
Still cannot make it work. I'm so sick of this fucking issue.

I've made a simple html page, uploaded an image to photobucket, and hosted it, but it looks beyond terrible when I open it - completely blury and just very low pixelated. I tried resizing it, saving it as a smaller piece, nothing helps. It looks fine in any editing program, but once it goes up, it looks either fucked up like before with image resizing button, or just shitty and blurry. I uploaded the picture to my server instead of photobucket, but then the +/- button for image resizing is back in play.

My simple code:

<html>
<body>

<a href="http://celebrity-dailynews.info/wp-content/uploads/2011/06/dddddddd.gif" target="_blank"><img src="http://celebrity-dailynews.info/wp-content/uploads/2011/06/dddddddd.gif" align="middle" width="500" height="1200"border="0" alt="Photobucket"></a>

</body>
</html>


Please, Please somebody help me. I don't know what else to try to make it look normal.

Taking image
 
Nevermind. Got it solved.
 
Back
Top