ok, another quick problem. I have a webpage consisting of 4 main divs... a header, div1, div2, and the content. What i want it to look like is this...
but when i use the code...
code:
<div id="div1">
(content)
</div>
<div id="div2">
(content)
</div>
along with some css to define the colours and sizes the page ends up looking like this....
anyone got any ideas as to how to solve this problem? thankies
EDIT: solved the problem, i simply created a new div to hold both of these divs, so i ended up having a container to contain divs 1 + 2...