[TYPO3-english] html code
Joerg Wagner [DigiLog]
news.netfielders.de at digilog.de
Tue Dec 30 07:57:09 CET 2008
Ronald, did you at least check any HTML documentation? Your <iframe>
syntax is completely wrong.
<iframe src="http://www.pandorabots.com/...." width="100%" height="450"
name="blahblah">
<p>Your browser is not able to render IFrames!</p>
</iframe>
Your <object> syntax seems to be correct, but (without having
investigated it further) I guess it is the usual IE problem: While other
browsers use the given MIME type to distinguish the associated rendering
application (in this case the browser itself) IE just uses the file
extension - and in your case there is none ("..../talk", not
"..../talk.html").
Cheers, Jörg.
Ronald Wiplinger (Lists) schrieb:
> I tried to use on a test page (not in the menu
> http://elmit.com/index.php?id=42) in a pagecontent of the type html:
>
> <IFRAME>http://www.pandorabots.com/pandora/talk?botid=ca011c6cee36c667&skin=elmitchat-4</IFRAME>
>
> it resulted in an empty box. Why?
>
>
> I tried to use then:
>
> <OBJECT
> DATA='http://www.pandorabots.com/pandora/talk?botid=ca011c6cee36c667&skin=elmitchat-4'
> TYPE='text/html' STYLE="font: bold small-caps 12pt/14pt sans-serif"
> BORDER=0
> WIDTH=700 HEIGHT=430 HSPACE=0 VSPACE=0>
> </OBJECT>
>
> That works in my standard browser Firefox, but when I tried it in
> Internet Explorer it does not work!
>
> Wheat do I need to change to get it to work in IE as well?
>
>
> (or is there a way to include it via TS??? --- I am still reading the TS
> docs, ....)
>
>
> bye
>
> Ronald
More information about the TYPO3-english
mailing list