hi there,
quick question
how do i make the additional field's name bold? i can put <"b"> name <"/b"> or <"b"> email <"/b"> (" excluded) on the Name Label of the module parameter. but i cant put <"b"> tag on the additional fields name.
thanks in advance :)
Hello. You should do that with CSS.
div.modnspro { font-weight: bold;}
This should do it.Thanks again.
it works if i use the mod_newsletter_subscriber_pro. but not with the Newsletter Subscriber Pro plugin. please advice
Instead of div.modnspro it would be div.nspro for the plugin.
Thanks again.
thanks alot it works!!