Can't write code on the same line than Youtube video address
-
If I enter any code on the same line than the Youtube, the video does not show.
Example:
<table>
<tr>
<td>https://www.youtube.com/watch?v=………</td> <—if I put <td> it won’t work!
<tr>
</table>If I do that it works:
<table>
<tr>
<td> <—- here
https://www.youtube.com/watch?v=………
</td> <—- here
<tr>
</table>The thing is that wordpress will automatically readjust to its liking and write everything in one line!!! It won’t let me write my codes in several lines if I want.
Those little things make me waste time.
- The topic ‘Can't write code on the same line than Youtube video address’ is closed to new replies.