ok, right now i have a content management page with a dropdown to select the page in which youd like to edit content. there are three input fields below that, a textbox input for the title tags, a textarea input for the meta description and a textarea input for the actual page content.
the text area containing the page content is also supposed to accept HTML formatting... i did some preliminary testing with like this and checked to see how it would show up in various browsers:
this all showed up just how i wanted it, with "<p>my <b>test</b> text</p>" in the textarea input. when i put this theory into practice with some ajax magic, it works in FF & IE8, but in chrome and IE6, it malfunctions and displays nothing in the page content textarea input... any ideas?Code:<textarea><p>my <b>test</b> text</p></textarea>



Reply With Quote

Bookmarks