WordPress Update Removing HTML Tags
-
Hello all,
I was updating my WordPress site with a new Excel file link. I saved the new file into the GitHub repo and then waited for it to push before making edits to the HTML code. The only change made was;
Old – href=”…August.xlsx”
New – href=”…September.xlsx”
I updated August to September to match the filename in GitHub. When I clicked on upload, the site went from it’s previous state everything looking normal (e.g. map was on the page and the header/footer code was not exposed) to the behavior where HTML tags are being removed on clicking upload. I reverted back to an earlier build and my month update was reverted; however the style tags were not retained. I tried inputting <style> </style> manually and on upload they are removed.
I have bounced back to earlier revisions of the site hoping that the tag issue was an aberration. While the code changes are correctly reversed, the style issue persists through every revision.Thoughts?
All the best,
RisenirCode now shows on preview and when publishing…
.fullbleed { margin: 1em -100% 1em; } .resellerLink { font-size: 1.8em !important; } .participating_states { margin-bottom: 0.5em !important; } .mscom-image1{ margin-right: 20% !important; margin-left: 10% !important; } img.mediumLogo{ width: 30%; float: left; }
- The topic ‘WordPress Update Removing HTML Tags’ is closed to new replies.