Takip et: @ram_bilgisayar

wordpress te sayfayı yatay olarak ikiye bölmek.
<body style="margin: 0px;">
<div style="background-color: #AAAAAA; float: left; height: 100%; width: 50%;">asdf</div>
<div style="background-color: #CCCCCC; float: left; height: 100%; width: 50%;">asdf</div>
</body>