2013-08-25, 05:09 PM
Credit: http://mybbarena.it/showthread.php?tid=50
Go to MyCode page and add a new MyCode:
Title: Fieldset
Short Description: Add a table fieldset style
Regular Expression:
Replacement:
Save MyCode
Preview
![[Image: p4TWrDo.png]](https://camo.mybb.com/0910533de710dc37973f2b4872db7812f74131bf/687474703a2f2f692e696d6775722e636f6d2f7034545772446f2e706e67)
Go to MyCode page and add a new MyCode:
Title: Fieldset
Short Description: Add a table fieldset style
Regular Expression:
\[fieldset=(.*?)\](.*?)\[/fieldset\]
Replacement:
<table style="width: 100%;">
<td>
<fieldset style="background: #fff; border-radius: 3px;">
<legend><strong>$1</strong></legend>$2</td>
</fieldset>
</tr>
</table>
Save MyCode