Jump to content

Here's another


creis60

Recommended Posts

You've done a great job, but it does look pixelated in some areas...

 

The images (buttons, etc) are all ok - what makes them look so bad in the web browser is that they are being forced to resize by html code. Browsers weren't designed to resize images and it's bad coding to make someone download a larger file only to make their browser resize it before they see it when you could have just sent them the smaller file and loaded the page faster...

 

On your link images (such as home, client area, etc) the "home.gif" I looked at was actually 116x33, but you are forcing it to be 116x29 with the html in your img tag (width="116" height="29") and cutting off the bottom part of the image in my browser.

 

On your homepage, your "Custom error pages" image is 135x80 but in your html, it forces width="100" making it resize and look really bad.

 

If this is the case with all the images on your page, once you correct them it should look much better.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated