Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
属性を持つリンクを含む記事を作成したいのですrelが、Joomlaはこの属性を削除しています。Joomlaが私の属性を削除しないようにするにはどうすればよいですか?
rel
私は持っています:
<a href = "http://site.com" rel="my_rel">
しかし、ページで参照してください:
<a href = "http://site.com">
私はJoomla2.5とtinyMCEを使用しています。
tinymce.init() これを追加することで解決しました:
extended_valid_elements: _old_settings_ + ",input[*]"
タグのすべての属性を有効にするには