By daNullSet on
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?
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
=-=
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.
Thank you VM, it worked for
Thank you VM, it worked for me,