Insert HTML
GHengeveld |
|
---|---|
Unless the advert should only be shown on one or a few pages, then you could just set the page encoding to HTML and use an iframe to load the external page.
Normally I don't like iframes (or frames at all) but in this scenario it seems the easiest solution. Alternatively you could use Javascript/jQuery to load the page/graphic (AJAX). Just to be sure: are you fetching an entire page (html) or just an image (jpg, png, gif etc) or perhaps flash (swf)? In the case of images you can just use the [ img ] BBcode, for flash you will need HTML encoding and include the flash code (<object>) or use a BBcode for loading flash if you have that configured. Only in the case of entire pages you will need to use an iframe or javascript. |