Quote:
Originally Posted by Lynne
Probably could do it just with CSS. Why not post a link to your site and an image showing what you want and we may be able to write the CSS for you.
|
Its on a test bed at the moment , Ive tried a number of things with CSS, none of which work.
basically the border needs to surround the each of the <li> in this code in the forumhome :
<ol id="forums" class="floatcontainer">
<li id="cat4" class="forumbit_nopost new L1">
<li id="cat11" class="forumbit_nopost new L1">
<li id="cat32" class="forumbit_nopost new L1">
<li id="cat15" class="forumbit_nopost new L1">
</ol>
If you add a border to the following css :
.forumbit_nopost {
border: 1px solid #ccc;
clear: left;
}
Then it doesnt actually surround the forum block , it sits above it.