Test layout

From ADF Docs
Jump to: navigation, search

<HEAD> <STYLE TYPE="text/css" TITLE="">

  1. left {

position: absolute; left: 0px; width: 30%; color: red; background-color:#CCCCCC; border-style: solid; }

  1. center {

position: absolute; left: 30%; width: 40%; background-color:#CCCCCC; border-style: solid; }

  1. right {

position: absolute; left: 70%; width: 30%; background-color:#CCCCCC; border-style: solid; }

body { margin: 0px; padding: 0px; } </STYLE> </HEAD>

<BODY>

left
center

</BODY>