MyBB Community Forums

Full Version: Not Working?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well , i've recently added new tables , but they are not working in the test of MyCode

Regular Expression *
\[table width="(.*?)"\]
 \[tr\]
\[td\](.*?)\[/td\]
\[/tr\]
\[/table\]


Replacement *
<table width="$1px" border="1px">
<tr>
<td>$2</td>
</tr>
</table>
hmm., MyCode doesn't work like that. have you seen this => Tables MyCode
i want it with width (member can edit the table width)

Ex:
[table width=100]
[tr]
[td]..[/td]
[/tr]
[/table]