Title: Bring html into wordpress
Last modified: August 21, 2016

---

# Bring html into wordpress

 *  [hudsora](https://wordpress.org/support/users/hudsora/)
 * (@hudsora)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/)
 * I have created an html document that utilizes css and html in dreamweaver. I 
   am trying to bring this code into wordpress however the plugins do not seem to
   work and putting the code inside of an iframe does not work either.
 * My code that I am trying to paste can be found here: [http://jsfiddle.net/WjRK2/](http://jsfiddle.net/WjRK2/)
 * If you have any suggestions on how to bring this code into wordpress I would 
   love to get your help!
 * -hudsora

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318936)
 * A link to your site where this is not working would be relevant.
 * You should be putting CSS in an external file (custom CSS usually) and the HTML
   in the TEXT editor. Is that what you are doing?
 *  Thread Starter [hudsora](https://wordpress.org/support/users/hudsora/)
 * (@hudsora)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318940)
 * Here is a link: [http://nesscoind.com/belts/](http://nesscoind.com/belts/)
 * Currently i have both the css and html in the text editor. Your solution seems
   like it probably would work, fingers crossed!
    How do I go about linking the 
   css to the html and what way do I save the css code?
 * -hudsora
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318941)
 * You should be able to put it in your child theme style.css file. If it’s not 
   working as you expect, a browser tool like Firebug should help you figure out
   why.
 *  Thread Starter [hudsora](https://wordpress.org/support/users/hudsora/)
 * (@hudsora)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318951)
 * I have posted the css into my child theme, however how should I surround my html?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318956)
 * Surround? Where are you putting it?
 *  Thread Starter [hudsora](https://wordpress.org/support/users/hudsora/)
 * (@hudsora)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318958)
 * Sorry, I will try and explain better. When in the Text section of the creating
   the post, how should I post the html.
 * Should I start off with:
    <iframe height=”345″ width=”750″> <html> <body> ……stuff…..
   </body> </html> </iframe>
 * Or should I bring the html in differently?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318960)
 * Don’t use an iframe. Just put the HTML.
 *  Thread Starter [hudsora](https://wordpress.org/support/users/hudsora/)
 * (@hudsora)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318965)
 * hmm, I seem to be stumped. . . nothing is now appearing on the page, I can see
   the code in the text area, and I can see it show up in the Visual section, however
   once I Update the Post and view it, the page shows nothing.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4318969)
 * Looks like you used `<code>` tags? That’s not what those tags are for – that’s
   for posting code on a page. Try taking those out.
 * You also have a bunch of mark-up errors:
 * [http://validator.w3.org/check?uri=http%3A%2F%2Fnesscoind.com%2Fbelts%2F&charset=%28detect+automatically%29&doctype=Inline&group=0](http://validator.w3.org/check?uri=http%3A%2F%2Fnesscoind.com%2Fbelts%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
 *  Thread Starter [hudsora](https://wordpress.org/support/users/hudsora/)
 * (@hudsora)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4319060)
 * I appreciate the help! I think we are getting closer. I used the link you provided
   and then ran my code through HTML Tidy. I also removed the code tags, updated
   my css with the new code from HTML Tidy and also pasted the new code into the
   Text Section for the post. Now some of the items are showing up on the belt’s
   page, however it is not how I would like it to display. I did run the mark-up
   error checker and then seems to be lots of errors, however that is the code HTML
   Tidy gave me…
 * Any suggestions, or do I need to fix each element that the Mark-Up checker finds?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4319192)
 * You still have 200+ errors. HTML tidy does not generally work on PHP based sites–
   it’s fairly useless. Not all of those errors are problematic anyway.
 * You have to learn enough HTML and CSS to fix the layout issues.
 * Trying to copy HTML and CSS from a static page is often more work. Why are you
   not simply using the theme and plugin as they are designed to work?
 *  Thread Starter [hudsora](https://wordpress.org/support/users/hudsora/)
 * (@hudsora)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4319193)
 * I have now put the code into HTML Snippets and it has eliminated the p element
   issue and I am now down to 5 errors which is much better than the 200+!
 * The elements are appearing however the one iframe is still appearing to high 
   on the page, could that be due to the Line 1457, Column 19 error? If so how do
   I solve the problem of there being a parent content created by the theme?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4319194)
 * As I said above, trying to put an existing HTML/CSS page into a WP page is sometimes
   more difficult than creating the content in WP.
 * Since this now seems to be theme-specific, have you asked the developers of your
   theme?
 * [http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226](http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226)
 * Commercial themes aren’t supported on these forums, BTW.
 * And bumps are not permitted.
 * [http://codex.wordpress.org/Forum_Welcome](http://codex.wordpress.org/Forum_Welcome)

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Bring html into wordpress’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [dreamweaver](https://wordpress.org/support/topic-tag/dreamweaver/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 13 replies
 * 2 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/bring-html-into-wordpress/#post-4319194)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
