2016-05-12 124 views
1

我傳遞這是具有低於HTML一個形象: -Antisamy-TinyMCE的去除<img>標籤

<p>tag img src="http://some image url link" alt="N2QWv.png (512&times;512)" /></p> 

,雖然我還沒有移除標籤只要我的標籤是越來越刪除。

我不希望我的標籤被刪除。請任何一個誰可以與此

回答

1

幫助下給你的政策文件: -

<tag name="img" action="validate"> 
    <attribute name="src" /> 
    <attribute name="style" /> 
    <attribute name="title" /> 
    <attribute name="alt" /> 
</tag> 

<attribute name="alt" description="The 'alt' attribute provides alternative text to users when its visual representation is not available"> 
    <regexp-list> 
     <regexp name="paragraph" /> 
    </regexp-list> 
</attribute> 

在全局屬性標籤補充一點: -

<attribute name="src" />