Please help !!
How to remove attribute (href, style, id, class, name, title, etc.) on the elements <a> <p> <div> using php ?
For example:
<p style="font:10px arial;background-color:#f3f3f3; etc.." title=".." name=".."> remove attribute </ p>
Output:
<p> remove attribute </ p>



Reply With Quote


Bookmarks