Code: Alles auswählen
this is a partial search : the full lines are longer#<table
<tr>{U_INDEX}</tr></table>#-----[ REPLACE WITH ]-#{NAVIGATION_BOX}Code: Alles auswählen
<table<tr>{U_INDEX}</tr></table>Code: Alles auswählen
this is a partial search : the full lines are longer#<table
<tr>{U_INDEX}</tr></table>#-----[ REPLACE WITH ]-#{NAVIGATION_BOX}Code: Alles auswählen
<table<tr>{U_INDEX}</tr></table>Nein, stimmt nicht.kjwargan hat geschrieben:...
Ich lese das so,dass das
{code}
gelöscht wird. Stimmt das wirklich?
Code: Alles auswählen
#
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full lines are longer
#
<table
<tr>
{U_INDEX}
</tr>
</table>
#
#-----[ REPLACE WITH ]----------------------------------------
#
{NAVIGATION_BOX}Code: Alles auswählen
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td>
</tr>
</table>