Images on IE
Images on IE
My blog dont show images on IE, just on Firefox...does someone know what is it all about? I have just upgrade the blog to 0.8, but it didnt work
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Images on IE
Which IE version? Is your "Browser compatibility" plugin activated? Do you have JavaScript activated?
And what's the URL to your blog?
Regards,
Garvin
And what's the URL to your blog?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Its the most updated IE..
http://www.ufa.kicks-ass.net/blog/
http://www.ufa.kicks-ass.net/blog/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Inside your entries there is a "width=''" and "height=''" attribute for the <img> tags. Those may not be empty, they should reald like width="320" height="240".
This portion is inserted by the Media Selector; when the sizes are missing this can only mean that either the JavaScript did not work propery or that your database does not contain the right values.
Can you check your serendipity_images table and see if the images there have proper width/height attributes?
If not: Are you using GDLib or Imagemagick? Which PHP version? Which Operating System? Which version of gdlib/imagemagick?
Regards,
Garvin
This portion is inserted by the Media Selector; when the sizes are missing this can only mean that either the JavaScript did not work propery or that your database does not contain the right values.
Can you check your serendipity_images table and see if the images there have proper width/height attributes?
If not: Are you using GDLib or Imagemagick? Which PHP version? Which Operating System? Which version of gdlib/imagemagick?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Guest
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hm, that's strange. Try to insert another image in a new entry (you don'T need to save it) and look at the generated <img> code for that entry. And look if the dimensions are set properly?
Also try to insert an image WITHOUT a description, and see if then the image sizes get inserted?
Regards,
Garvin
Also try to insert an image WITHOUT a description, and see if then the image sizes get inserted?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Oh, and theres a another bug, but it is completly correctabler by hand. its something i have lived with even in the beggining:
When a insert a image, in the code it is inserted with 2 dots, e.g. image..jpg
i dont know if there is something to do with the real problem, i just take out tje extra dot and everything is fine (for firefox)
When a insert a image, in the code it is inserted with 2 dots, e.g. image..jpg
i dont know if there is something to do with the real problem, i just take out tje extra dot and everything is fine (for firefox)