Currently the table BBCode is always shown with the blue border. This is cool if your writeup/template is blue, but otherwise it looks out of place and you might have to resort to floats (which are ok but also if you want to clearfix them in order not to break the layout you need to use table which looks like a blue horizontal line like this:)
Would it be possible to add a BBCode [table=color] which lets the user define the border color? (It'd be even nicer if the mycode regex allowed for transparent as a possible value since that would allow also for using tables to clearfix floats)
I suspect the current [table] would have to be kept for backwards compatibility