<p class="para" style="line-height:1.2em;font-size:0.8em;height:70px;">
<?php echo $urun[$i]["icerik"]; ?>
</p>
I tried to print $urun[$i]["icerik"];
in <p></p>
tags but it is printed under this paragraph tags.
Output:
<p class="para" style="line-height:1.2em;font-size:0.8em;height:70px;">
</p>
<p>·LED Nokta Aydınlatma ile keskin , yüksek çözünür..</p>
I am using CKEditor to set the "icerik". So it is saved in mysql with html tags. But i don' t know, why its writed under the <p>
tags?
tags in icerik with php?
– Dauezevy Mar 15 '15 at 20:04