![]() |
|
|
+ Search |
![]()
|
Apr 29th, 2001 00:18
Colin Fraser, anand raj,
Try
<div id="parent">
Parent stuff here
<div id="child1">
Child 1 stuff here
</div>
<div id="child2">
Child 2 stuff here
</div>
</div>
<h2>Some Heading Here </h2>
<div id="separatediv">
Separate div stuff goes here.
</div>
This should work in all browsers that support the div tag.