hi, im coding a generator right now but i have a quick question. Im trying to figure out how to add the checkbox when coding it in php notice on this generator: http://www.myspacelayoutgenerator.org/generators/myspace-layout-generator.php under main text > text styles. notice how it has a checkbox option by underline, bold ETC. how would i go about coding that part? thanks in advance. :]
Not sure if I understand your question, but creating a checkbox is easy enough HTML: <input type="checkbox" name="checkbox_1" /> Code (markup):
oh haha. i forgot, its coded in HTML, but just has the php inserts. i feel dumb now. haha but thank you! :]