OK I have a form and i have a value="whatever" field The problem is within the whatever text i have quotation marks, so it closes the value att if you understand me. What i want is: value="blahblahurl="blahblah.foo"moreblahblah" but the quotation mark from the " closes it off!! EDIT: No problem fixed it already by using " instead of a quotation mark!!
Hmm OK this is progress, but i still have another problem now. OK this is my form: <form> <input value="< A youtube video EMBED code goes here >" onClick="blah" readonly="readonly" style="width: 340px; margin-top: 2px;" type="text"> </form> This is causing it to embed the video when it should be displaying the text! What am i doing wrong? EDIT: Found out what's wrong again it is because Wordpress is automatically converting the code.