Quote:
Originally Posted by biatche Hello,
I am working on a new css layout and I am having a difficult time creating the content part.THe style that i want to create is on the attachment.
Can someone please help me designed this? |
It would go something like this...
Code:
<div id="wrapper">
<!-- Row 1 -->
<div id="row1">
<div id="row1_col1">
Your Content
</div>
<div id="row1_col2">
Your Content
</div>
</div>
<!-- Row 2 -->
<div id="row2">
<div id="row2_col1">
Your Content
</div>
<div id="row2_col2">
Your Content
</div>
</div>
</div>