PDA

View Full Version : [IE Bug] when using quotes on the description ..


John
11-16-2005, 09:12 AM
Yep, I saw that when I use quotes in the description of a picture I get a straaange bug ...

> using PP 1.4
> screenshot of PP + Internet Explorer 6
http://img359.imageshack.us/img359/733/iebug8vm.jpg

> screenshot of PP + Firefox 1.0.7
http://img462.imageshack.us/img462/9890/iebugunderfirefox8it.jpg

Maybe you have an idea, because I don't. :|

Connie
11-16-2005, 10:57 AM
John,

I have an idea: the CSS is stopped because of the apostrophe...

we know for long time that there are problems with special characters
that's why we released newer versions of PixelPost

do you really use PP 1.4 or do you use another version?
You should use 1.4.2 ...

unseen
11-16-2005, 04:46 PM
yeah i had that bug too. i didn't realize it was the quotation marks right away, but i went back through my entries and deleted them all and now everything works in IE. by the way, i am using 1.4.2 also.

Joe[y]
11-16-2005, 06:02 PM
try importing your css sheet instead - for some reason IE prefers this:

like:

<STYLE TYPE="text/css" MEDIA="screen, projection">
<!--
@import url(style.css);
-->
</STYLE>

John
11-17-2005, 02:57 PM
yep it seems to be working with your piece of code Joe[y].. so, thx a lot !! :)