Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
The HTML code disappears when I switch to text and visual and then text while editing the page in WordPress.

The code that I want to use:
HTML
<div class="col-md-12">
<div class="col-md-4 text-center"></div>
<div class="col-md-4 text-center">^__i class="fa fa-instagram cstm-f-s-40 clr-instagram"></div>
</div>



It becomes like below:
HTML
<div class="col-md-12"></div>
Posted
Updated 17-Jul-15 20:14pm
v2

1 solution

Select text mode. Wrap this around code tags like...

[code language="html"]
All code goes here
[/code]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900