Need help edit the code table
#1
This user has been denied support. This user has been denied support.
Here is the code table
\[table\](.*?)\[/table\]

Replacement
<TABLE SUMMARY="Table MyCode" BORDER=1>
<TR> <TD>$1</TD><TD>$2</TD></TR>

</table>
http://community.mybb.com/thread-73036.html

[Image: tabloa.png]

now I want it like this [Image: 6b4d6768a1ae0bff8f0345bfef9daf7f_52062079.untitled.jpg]

my intention is to make the 2 adjacent frame table, each table contains a different content.
, how to fix it?
Reply
#2
You have only one variable put in the "Code" portion.

Additionally, the code portion is not organized in a good way which could limitize your options with tables.

Try:

Code:
\[table\][tr\][td\](.*?)\[\td/][td\](.*?)\[\td/][\tr/][/table\]

Replacement:
<table summary="Table MyCode" border=1>
<tr><td>$1</td><td>$2</td></tr>
</table>
[Image: MaDuhur.png]
by Dukhor, IcyBoards Community Forums
Reply
#3
This user has been denied support. This user has been denied support.
sorry, when i add it, error :[Image: 15c86b457880b7a4ceb518ebcd9f3682_52074627.2.jpg]

.help me?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)