I cannot seem to get DIV tags to work correctly when entered via the backend on a page.
For example...
on a page, within the backend, I put in:
<div class="banquet_flowers">
<img src="/media/images/banquet_flowers.png" alt="Flowers" />
</div>
<div class="banquet_text">
<p>We serve noodles and rice; they are good.</p>
</div>
<div class="banquet_champagne">
<img src="/media/images/banquet_champagne.png" alt="Champagne" />
</div>
I then style this with CSS... but the styling doesn't work. All other DIV tags within the template work, I use Website Developer Toolbar to edit CSS in realtime and cannot seem to figure out why it doesn't work; the source as outputted looks correct.