Topic: Understanding PUBB CSS and DIV usage
One week ago I've started to study punBB CSS and HTML code to uderstand how to devel some good punBB feature in my site.
This is what I've realized
CSS is here
But is not all done, I've not reached my aim again.
What I need to do ?
I need to put "division two" at the bottom of the left col but I've not find out a solution.
punBB seem to have this feat, take a look here.
Viewing the code I can see the first divisision appear like this
<div class="postleft">
<dl>
....
</dl>
</div>
and the second one like this
<div class="postfootleft"><p><strong>Online</strong></p></div>
I've noticed that beetwen the two division is present another div appearing like the following one
<div class="clearer"></div>
But although I've tried also this way seem there was nothing to do for me.
Someone can help me ? Someone know some issues to reach that aim ? I've read lot of float css tutorial but I haven't find the right solution.
Any kind of suggestion is wellcome.
Bye bye
morpheus