Asked by WorknHardr
at 2024-07-30 07:29:49
Point:300 Replies:6 POST_ID:829169USER_ID:12062
Topic:
JavaScript;;Hypertext Markup Language (HTML)
I'm trying to change part of the Label html like so. Problem: font is still bold
<label id="caption">New image name: (optional)</label>
$("#caption").html("Image saved as: " + "<br/> <style="font-weight: normal">" + data + "</style>");
<label id="caption">New image name: (optional)</label>
$("#caption").html("Image saved as: " + "<br/> <style="font-weight: normal">" + data + "</style>");