TinyPortal
Development => Support => Topic started by: winky100 on April 25, 2011, 01:26:59 AM
I am using SMF2.0RC3.
TP 1.0 Beta 5.2
Envision Theme
Aeva mod installed.
Chrome Browser.
I would like to embed an html link in a smf forum topic post. I know I can post a link, what I want to do is post the link but the actual html page that is linked to is displayed. Is this possible?
You'll need to use an iframe to do that. You can only post HTML if you are an admin. Put the iframe in [html][/html] tags.
Yes has IchBin says you can do this only if you are an admin, you would have to "Enable basic HTML in posts", under "HelpManage Posts and Topics"
so the code would look like this...
[html]
<iframe name="I1" src="http://www.bbc.co.uk/doctorwho/dw" width="1012" height="500">
</iframe>
[/html]
Heres a preview ....