Quote:
Originally Posted by aleheroix
I've gotten this far...
Code:
.cell-forum {
border-left-style:dotted;
border-bottom-style:dotted;
border-top-style:dotted;
border-width:1px
}
.topics-count {
border-left-style:dotted;
border-right-style:dotted;
border-bottom-style:dotted;
border-top-style:dotted;
border-width:1px
}
.posts-count {
border-right-style:dotted;
border-bottom-style:dotted;
border-top-style:dotted;
border-width:1px
}
.lastpost {
border-right-style:dotted;
border-bottom-style:dotted;
border-top-style:dotted;
border-width:1px
}
Which looks like this :
That solves the extra column issue. As you can see, the positioning of the borders problem is still there, and using padding to try and reposition text doesnt work...
EDIT : Thanks for the link btw!
|
Have you tried using "text-align" or even "span"
If you search W3 Schools there should be an answer in there.