Distill not accessing style.css on website - html

I am trying to upload a website created with distilling in rmarkdown. The home page looks correct but when I upload other pages to my website, it loses all of the style options I have applied. It looks correct when I open the HTML pages locally but not once uploaded. See below the issue. The home and about pages are correct, but the test is messed up. Has anyone seen this problem before?
https://centerforwashingtonareastudies.org/small_test/test.html

Related

Why is my published website deformed when my unpublished version of the same website perfect?

so I have created a webpage using html and css called https://www.printt.us. When I run the code before I publish it, it looks fine. However, when I publish it, it is completely deformed. This is not a local issue because it affects a lot of other people that have viewed my webpage too. Does anyone know a fix for this?

When uploading HTML files to web hosting pad, why won't my images show up?

I have a website with all coding and appropriate html and file paths for my images. When I run the code through my own testing process, everything works. However, when I upload my html files and picture folders to the hosting site Web Hosting Pad, none of my images show up, instead a black "x" appears. Everything is uploaded and on the site. This is what the website looks like when hosted through Web Hosting Pad (Web Hosting Pad version) VERSUS what it looks like through my own test (My Testing Version). I honestly have no idea what or why this is happening, if its a coding problem or something I'm missing in how I'm hosting the site. Please help if you have any knowledge or idea of what I should do! This is what my code looks like for my images. Code
Did you save your images as jpg or jpeg?
You image tag is wrong, it's necessary to close it with "/>"

Blank page when uploading website files to web hoster

So I downloaded my own portfolio after making it through a portfolio maker and decided to download it, modify the html files to my liking and then wanted to upload them to a web hoster where I would use my own domain for it, however when I tried uploading my files to the main folder on my website's directory and check the website out it simply shows me a blank page, even though it actually displays my logo on the tab on top. When I open the index.html with Chrome from my local files it displays my website perfectly however when I upload it to my website and try view it that's when I get a problem. I have tried using 2 different web hosters and tried uploading my files through FTP and direct upload and still got the same blank page.
NOTE: I uploaded all the files in my site folder not just the index.html and if it works when I opened it with Chrome I don't see why it wouldn't work on my website.
It looks like you have forgotten to upload some files:
All the ones marked 404 are missing and need to be uploaded.

Broken Images and CSS Only on Live site

When I view my site locally on my laptop, the site looks perfect and works. But once I copy my files to the server, the live site looses the CSS and all the image links are broken. The images and css are properly linked and I have renamed and reuploaded the files several times (thinking it was a broken transfer). This is a project page from my main site and I don't have any issues with any of the other pages. Is this a server issue or a code issue? Any ideas on what this could be/how to fix it?
The problematic page is http://squigua.com/AD/R1NR/norules.html
The style and photos should leave the first initial screen looking like this:
black background, centered text, pictures, funky typeface
Your problem is that all your resources are in a folder named "AD".
Adblock will just assume you're serving up ads, so it will block ALL resources in that folder.

wordpress - Unable to see the pages in web site

I was able to edit pages in wordpress dashboard, but when I was trying to look the pages through browser nothing is displayed.
Nothing is working except the home page.
I tried installing another theme but in all the themes only home page was working fine.
Have you looked around at the Wordpress forums? Maybe this page ? http://wordpress.org/support/topic/page-not-found-39
Have you changed your site permissions (e.g via FTP) Sometimes having specific site permissions may cause your page not to show.
Do you have the most updated version of Wordpress?