Finding a way to successfully run HTML and CSS on WordPress #135035
Replies: 3 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Thanks for posting in the GitHub Community, @ITMaster58 ! We’ve moved your post to our Programming Help 🧑💻 category, which is more appropriate for this type of discussion. Please review our guidelines about the Programming Help category for more information. |
Beta Was this translation helpful? Give feedback.
-
Hi @ITMaster58 - Thanks for posting! What error do you get when you try to add this to an HTML widget? My initial thoughts are that the footer tag is already used somewhere on the page. If that's not the error, are these ids for room length, width, and height found in the html anywhere? |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
I am running a fireplace website, fireplaceadviser.com, that focuses on informational content about electric, gas, and wood fireplaces. I have a plan to develop a tool page on my website that finds the ideal size for a fireplace. I have the code below, but when I implement it on my WordPress website, it gives me an error. Can anyone help me with this?
`
<title>Fireplace Size Calculator</title>Fireplace Size Calculator
I tried the code below on my site using the HTML embed feature in WordPress, but it didn't work. I want to know a method to implement this code on my site successfully.
Beta Was this translation helpful? Give feedback.
All reactions