I have some articles stored in a text field in my database. There are times when the article includes <textarea>content.....</textarea>
The problem is that when the content is displayed on a page using php, it includes the actual <br><br><br>
. The <br>
is placed there by the text editor (CKEditor)
So it looks like the following
<textarea>
<- Bu aslında bir textarea olurThis content is shown inside the text area
<br>
but the problem is that the<br>
is also shown.</textarea>
Nasıl <br>
sadece <textarea>
etiketleri şerit olabilir. Bazı gebelik yerini yararlı olacağını düşünün.