Sie
Gold Level Poster
So i have a little issue which i cant seem to sort.
basically, i need to use a piece of javascript to turn a piece of text from Red and bold to Black and non bold once the user clicks on a check box.
problem is i just cant seem to get it to work and have no clue on where to start :<
this is all ive got so far
<p style="color: #FF0000; font-weight: bold;">I have read and agree to the terms and conditions
<input type="checkbox" id="termsChkbx" /></p>
which ofc is just the HTML "/
basically, i need to use a piece of javascript to turn a piece of text from Red and bold to Black and non bold once the user clicks on a check box.
problem is i just cant seem to get it to work and have no clue on where to start :<
this is all ive got so far
<p style="color: #FF0000; font-weight: bold;">I have read and agree to the terms and conditions
<input type="checkbox" id="termsChkbx" /></p>
which ofc is just the HTML "/