![]() Operating systems: i5/OS, Linux,Windows |
This example describes the steps required to render a simple web page by creating and linking various IBM® Lotus Web Content Management™ items.
To create and preview a simple web page you will need to create the following items:
<html> <head></head> <body TEXT="Black" BGCOLOR="White" BACKGROUND="" LEFTMARGIN="0" RIGHTMARGIN="0"TOPMARGIN="0" BOTTOMMARGIN="0"> <table width="100%" border="1"> <tr> <td></td> <td></td> <td></td> </tr> </table> </body> </html>.
<element type="Content" context="current" key="Body"/>
The content of the element tag will change depending on which content item is displayed.
<placeholder tag="Namelink"/><br>.
<component name="TestNav" />
As we are referencing the navigator directly from a component, the navigator is always displayed in this presentation template. The content of the navigator will change depending on which site area and content items are currently being referenced.
<component name="TestImage" />
As we are referencing the image directly from a component, the Image is always displayed in this presentation template.