|
| Layout using div's |
 |
Thu, 8 May 2008 08:00:14 -0700 |
Hi.
I am using BEA Portal 10 and I need to wrap my code in a div tag right after the
body tag. In version 8.1 this could be done inside render:begin start and stop,
and render:ending start and stop. Now I do not know how to do it. I have read a
couple of places that this is possible, but I can not find any samples or tips
anywere.
I also would like to style my layouts using div's rather than tables. Anoyne
know how to do that aswell I will be thankful.
This is basically what I am trying to achieve
[pre]
<body>
<div id="container">
<div id="top">Header</div>
<div id="leftnav">Left</div>
<div id="rightnav">Right</div>
<div id="content">Content</div>
</div>
</body>
[/pre]
Regards
Avec
--
|
| Post Reply
|
|
|
|
|
|
|
|
|
|