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
<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 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>