Hi. I have this code :
<body>
<div>
<div id="ROOT" >
<div id="ROOT_0" >
header
</div>
<div id="ROOT_1" >
<div id="ROOT_1_0>
Hi<br />
My<br />
Name<br />
Is<br />
Marco<br />
</div
<div id="ROOT_1_1>
I<br />
am<br />
Marco<br />
</div>
</div
<div id="ROOT_2" >
footer
</div>
</div>
</div>
</body>
as you can see, ROOT_1_0 and ROOT_1_1 are in ROOT_1 but they have different height. Can i put the same height without using the height: attribute? cheers