MyBB Community Forums

Full Version: Some CSS help please?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to create a border around table cells - trow1 & trow2 - without a table border or background.

How can I create a border inside the cell only?

You'd have to only do border-bottom and border top for trow 1 and 2, this would achieve borders horizontally and not around the whole table, hope this is what you meant.
OK it's working. I don't need to designate top or bottom, it will do it with simply border: 1px solid #color;

I tried to clear cache repeatedly too because I fiddled for quite some time yesterday and it wouldn't show no matter how many times I tried clearing cache. I guess on restarting my computer this morning did the trick.

Anyone know how to separate the quote body from the quote author (cite/span)? Smile