In joomla, you can show custom html in a module using "Custom HTML Module". Can I display custom html in a block in drupal, help please?

Comments

vm’s picture

yes.

create a text format in administer -> text formats
set the HTML filter on said format
add the tags you want to be able to use in the filter

when creating the block in administer -> blocks be sure to use the text format created above.

daNullSet’s picture

Thank you VM, it worked for me,