PDA

View Full Version : <iframe> element


Acestumacher
09-20-2010, 06:51 PM
Hi ALL,

Is it possible for vbulliten to make a "iframe" element? that can be used in a forum block?, this is what I wanted to do,
"The live ticker is accessed using the following URL:
http://<yourserver>:<http_port>/rFactorHotlaps/Marquee.htm
It is recommended that you embed this URL inside another web page using an
<iframe> element. For example:
<iframe src="http://<yourserver>:<http_port>/rFactorHotlaps/Marquee.htm"
name="standings" width="1180" height="25" scrolling="No" id="standings"
frameborder="0"></iframe>",
and here is the url I wanted to get working in this manner, http://206.217.128.82:27012/rFactorHotlaps/Marquee.htm

Thanks Ace.

ProFifaLeagues
09-20-2010, 07:25 PM
this should work as a basic iframe

<iframe src ="http://206.217.128.82:27012/rFactorHotlaps/Marquee.htm" width="98%" height="310">
<p>Your browser does not support iframes.</p>
</iframe>

You can change the height and width etc

Acestumacher
09-21-2010, 07:13 PM
Thanks rammione, that worked like a dream!!