Hi is it possible to replace some html lines, that don't have any special id/name.
example:
to:PHP Code:<tr><td style="height: 10px;">nice <a href="http://www.google.com" target="_blank">link</a></td></tr>
using php str replace or any other way?PHP Code:<tr><td style="height: 10px; display:none;">nice <a href="http://www.google.com" target="_blank">link</a></td></tr>
thanks



Reply With Quote




Bookmarks