How can I put a HTML comments into the block?
I've tried in normal way:
<!-- something -->
But it's visible.
It's very weird.
For me Full HTML should be Full HTML without appearing and disappearing or some magic translations (#362361: Drupal changing my form in block even I've got Full HTML).
Instead of pasting the proper Raw HTML code you are spending time on converting it to "Drupal-HTML".
Any suggestions how to make a comment in block?
Comments
Comment #1
ainigma32 commentedApart from the solution I posted in #362361: Drupal changing my form in block even I've got Full HTML you can also go to admin/settings/filters and edit the filter you are using. try turning off some of the filters that are active within that input filter.
Please post back if that works for you.
- Arie
Comment #2
kenorb commentedCan be related to: #343239: Code Filter should not strip HTML <!--comments-->
But I'm not sure.
Comment #3
kenorb commentedComment #4
ainigma32 commented@kenorb: Did you het this resolved or are you sill experiencing this problem?
- Arie
Comment #5
kenorb commentedYes, still and it's annoying;/
I'm pasting some ready-made html code, selecting full HTML and I see only comments.
Example block:
Comment #6
kenorb commentedIt's Filter issue. I've disabled all filters apart of 'URL filter'.
Probably the whole argoritm of URL filtering should be rewrited (#362629: URL Filter doesn't make links if the chars are international).
Update: And the same situation when activated 'HTML corrector'.
Comment #7
neochief commented#222926: HTML Corrector filter escapes HTML comments