Home >Web Front-end >HTML Tutorial >【Question】csdn post editor_html/css_WEB-ITnose
I downloaded a csdn editor, why doesn’t it work for me to insert source code?
There is no effect like the following when being inserted into the database and read out
<table width="200" border="1"> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr></table>
What is the effect? Are you saying that the page elements are not coming out?
After you read it from the database, use js innerHTML to add it to the page
What is the effect? Are you saying that the page elements are not coming out?
After you read it from the database, use js innerHTML to add it to the page
Just use
[ code = HTML ][ / code] // Ignore spaces
97728daefa378d2c2f2dc00f544e90a2
a34de1251f0d9fe1e645927f19a896e8
b6c5a531a458a2e790c1fd6421739d1c b90dd5946f0946207856a8a37f441edf
;b90dd5946f0946207856a8a37f441edf
🎜> fd273fcf5bcad3dfdad3c41bd81ad3e5
f16b1740fad44fb09bfe928bcc527e08
Wrap these html codes, store the data in the database after submission, read it out and put it on the page, how to achieve this effect
There is no answer...
<table width="200" border="1"> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr></table>Look for it. There are many rich text editors on the Internet. I have never used csdn. I don’t know what the situation is in your place
Look for it. There are many rich text editors on the Internet. I have never used csdn. I don’t know what your situation is.
I think csdn is very nice. I wonder if I can recommend one
Still no one knows? ? ?
up up
Try
Try again
<table width="200" border="1"> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr></table>[code=Java]import java.io.IOException;