John_marc,
Thank you. I know you are breaking this down to the simplest of terms - to be completely honest - I'm totally lost. Maybe I'm over thinking this or maybe it's because it's like chinese to me right now.

At this point the color picker pops ups and allows a user to pick a color. Which is fine for now. I give.

Question that I do have, which I hope is something I grasp...If I wanted to change the
HTML Code:
 <input type="Checkbox" name="BOLDcompanyName" value="yes" onClick="document.getElementById('companyName').style.fontWeight=(this.checked ? 'bold' : 'normal');">
to have an image, so far I have this:
HTML Code:
<input type="image" name="BOLDcompanyName" src="../images/designer/bold.jpg"/>
Why, when I add the onChange or onMouseup or onClick - does it submit the form?