I’m trying to comment out a line of code:
<td>MAY</td>
While I temporarily try a new line with a different target url.
I used the standard html comment <!– –> tag:
<!–
<td>MAY</td>
–>
But the line still shows up in both visual view and in the change preview.
Does this not work in WordPress pages?
Ni i entered the comment code in the text mode. It was on a page, commenting out a table row.
For whatever reason, it worked when i tried it again.
All fixred.
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘can't comment out code’ is closed to new replies.
(@borntobeoutdoors)
11 years, 1 month ago
I’m trying to comment out a line of code:
<td>MAY</td>
While I temporarily try a new line with a different target url.
I used the standard html comment <!– –> tag:
<!–
<td>MAY</td>
–>
But the line still shows up in both visual view and in the change preview.
Does this not work in WordPress pages?