View Single Post
  #2 (permalink)  
Old 07-21-2008, 07:59 PM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,527
Webnauts RepRank 3Webnauts RepRank 3
Default Re: Image Rendering and Alt Text

I am not sure if I understood your problem, but in every case you should use width and height for you images.

If you problem is about the IE imagetoolbar and you are hosting on Apache, and you have rights to edit an .htaccess file, add the following lines there:

Quote:
<FilesMatch "\.(html|htm|php)$">
Header set Imagetoolbar "no"
</FilesMatch>
Reply With Quote