I would like two ads to appear before each article. I want to accomplish this in CSS, but I DO NOT know how to code 1 table with 2 collumns in CSS. This is what I tried:
#AdBlockLeft {
float: left;
width: 328px;
}
#AdBlockRight {
float: right;
width: 328px;
}
The code above produces 2 ads, but they are not next to each other (they are not in one line horizontally), instead, they look as if somebody placed them in 1 table but two rows. You know what I am saying? Can you help me PLEASE?