Wordpress - Adding a page made using Dreamweaver?

Discussion in 'HTML & Website Design' started by MasterKool, May 18, 2009.

  1. #1
    Ok well basically i have a wordpress blog, PR4 and installed in public_html. I want to add a html/css page i created to the blog. I tried add a page/post in the wordpress console, but it only allows html (how do you connect the css to it?)

    I then tried adding the page (which is a simple html file) into the public_html directory, but to access the page it ends with .html Which looks stupid.

    So i was wondering if anyone can recommend the best solution to this problem, which i have over-looked?
     
    MasterKool, May 18, 2009 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    .html doesn't look stupid! :)

    Rename it to index.html and put it in domain.com/sexyname/
    And use an absolute path to your css (e.g domain.com/wp-content/themes/mytheme/style.css) if you want it to use the same css as your WP theme.

    I don't really understand the question.
     
    Kerosene, May 18, 2009 IP