Hello pls help me, below is my code
<label style="width:175px;text_align:left;float:left;font-weight:bold;font-size:13px;">Group <font size="1" color="red">*</font></label>
How to write this html code inside label_tag of rails ??? am clear till <font size="1" color="red">*</font>...
label_tag 'Group',nil,:style=>'width:175px;text_align:left;float:left;font-weight:bold;font-size:13px;'
My problem is how to include <font size="1" color="red">*</font> into this label_tag
Thanks in advance, Manoj