I use full HTML exclusively for posting content to drupal.

However I'd like to display a tag in text, for example:


<img src="adfad" />

I used the "code" tag to do the above (since this forum is filtered HTML), but this doesn't seem to work in full HTML.

Any ideas?

Comments

tm’s picture

not sure myself, as i try not to use full html. one module that helped some to get the code tag to work was code filter; i think drupal.org uses it, too. there was a problem earlier this year that appears to be fixed. since it is a part of the input format, you will have to enable it there; any existing node that needs it would probably have to be "touched," i think.

just checking; does the code tag work in filtered html okay on your site(s)? mine did not work very well until i installed the module.

well, don't know if this is helps. good luck!

ardarvin’s picture

That module did the trick. Worked great under full html, thanks a bunch!