Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

If you want to display external HTML content in a layout region then you can add a view like the following

Code Block
xmlxml
linenumberstrue
xml
<view id='com.cohga.html.client.view'>
	<location>center</location>
	<title>Title</title>
	<html><![CDATA[
		<iframe src="http://server/file.htm" width="100%" height="100%" frameborder="0"/>
	]]></html>
</view>

...