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?
.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.