Brilliant little top-tip this article of yours, thanks for sharing it.

I hope you don't mind me posting a possible solution Lynne.
Quote:
Originally Posted by Alfa1
Does this work on forumdisplay.php ?
|
This seems to be working for my site, I added this to the additional.css
Code:
div.forumbit_post {
float: left;
width: 100%;
margin: 0;
padding: 0;
clear:none;
}
.forumbit_post {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}