Hello,
please help me find a solution:
I have the following "text" widget:
<object
type="text/html"
data="http://mylocalserver/test.php"
width=195
height=180>
<embed src="http://mylocalserver/test.php">
</embed>
alt: <a href="http://mylocalserver/test.php">test.php</a>
</object>
test.php retrieves data from MySQL database.
The retrieved data is a piece of HTML code stored as text in a database field.
This piece of HTML code retrieves a picture.
In Firefox, it works fine - i can see the picture.
In IE8 - I can only see the borders of the picture with no picture inside.
Is there any way to fix it in IE?
Thank you in advance!