how to load css style sheet to cpanel?
FAQ on cpanel host: I used a Css style sheet to make my website pages from templates. I use cpanel to host my site. I uploaded my pages, pics, etc. to the public area of my file manager in cpanel. However the css style sheet didnt take. The pages are unformatted. Where do I need to upload my Css style sheet to cpanel so it will effect my pages?
Answer: From your cpanel host query above, why not try MyHosting. If you are looking for a web hosting service or if you need “unlimited” hosting service, we highly recommend you get a hosting plan myHosting. If you are looking for a company with very few bad review, then try search for MyHosting review to see what we mean. They also give free domain name, unlimited bandwidth, unlimited storage, unlimited add-on domains, friendly Site builder and much more for such a low monthly price. You can get MyHosting for only $4.84/month.
MyHosting Coupons: If you need a VPS instead of just cpanel host, you can enter the Coupon Code below during checkout to get Up to 6 months FREE on VPS plans at MyHosting. If you want both Windows (Microsoft) and Linux Platform in one hosting plan, including unlimited diskspace and bandwidth, with 20 Exchange-based Email – then the coupon below takes $10 off the Premium myHosting plan.
We hope our answer about cpanel host has helped to solve your problem. Otherwise, you can try alternative answers below. If you have a better answer, please leave a comment in the box below.


Your stylesheet will need to be located in whichever location is defined by the pages in the ‘link’ tag.
The link tag can be found inside the page header and looks something like:
<link rel=StyleSheet href="style.css" type="text/css" media=screen>
The location of the required stylesheet is in the href attribute of the tag. Here, the style sheet should be in the same directory as the HTML file(s) and should be named style.css.
To check whether your CSS file was uploaded successfully you can enter it as an address in your browser. So, for the previous example, if the page http://www.mysite.org/index.html didn’t seem to be using the style, you could try http://www.mysite.org/style.css. If you get a 404, try uploading the file to the correct location again.