Whenever I create a new post that has information inputted via <textarea>, it will not display html links that I put into it.
For example...
I create a new post which submits information via <textarea>. The post shows up on the screen in plain text instead of showing the <a> links that I posted in the <textarea>. This is a snippet of the post:
Quote
Ruby on Rails
Test page for a "Ruby on Rails" knode... <u><h3>Links</h3></u> <br> <a href="http://mislav.uniqpath.com/poignant-guide/book/">Why's (poignant) Guide to Ruby</a>
Cat: Programming
Tag: ruby, rails,
Test page for a "Ruby on Rails" knode... <u><h3>Links</h3></u> <br> <a href="http://mislav.uniqpath.com/poignant-guide/book/">Why's (poignant) Guide to Ruby</a>
Cat: Programming
Tag: ruby, rails,
The source shows:
<p> <h1>Ruby on Rails</h1> </p> <p> Test page for a "Ruby on Rails" knode... <u><h3>Links</h3></u> <br> <a href="http://mislav.uniqpath.com/poignant-guide/book/">Why's (poignant) Guide to Ruby</a> </p> <p> <b>Cat:</b> Programming </p> <p> <b>Tag:</b> ruby, rails, </p>
Should I be using a different input than <textarea> to input my data as inserting HTML is not possible? Or am I missing something in how I'm making the post?

New Topic/Question
Reply



MultiQuote







|