Hey everyone,
I'm trying to create a custom BB code to make tables without cellpadding or cellspacing.
Long story short, I want to link map an image without having to enable HTML on the forum, so I figured tables using BB code were the way to go.
I've currently input the following as my custom code, but it's not working:
Code:
<table cellpadding="0" cellspacing="0">{param}</table>
Any suggestions you have would be most appreciated.
I attached an image so you can visualize my problem as well.
Thanks!