General Question

mustve_misplaced_lifes_map's avatar

Anyone know of a good free website hosting site that allows .css files?

Asked by mustve_misplaced_lifes_map (76points) December 4th, 2010
7 responses
“Great Question” (0points)

Google and Bing have failed me. I’m trying to find a free website hosting site where I can save a .css page to put my css coding for the whole site into, rather than having to update each page every time I change something. Hoping one of you Jellies happens to know of one?

Or maybe some clever way that I don’t know about to make a .htm(l) webpage act like a .css one?

My “site” is really just for fun and for passing time, nothing serious at all, so I don’t want to pay for anything… but since it is just for fun, and copy-paste-repeat isn’t so much fun, looking for something easier

Thanks in advance!

Observing members: 0
Composing members: 0

Answers

funkdaddy's avatar

Not sure if I’m understanding you correctly, but the css file would just be linked from the html files you’ve made.

So it’s not that you’d make your content files into css files, you’d just include some code to the one css file that defines the “style” for the whole site. Then you’d just need to update that one file each time you wanted to make changes to the appearance of the site.

In the <head> tags of your html files you’ll want to put

<link type=“text/css” href=”./folder/file.css” rel=“stylesheet” />

With the href pointing to your css file that needs to be updated.

There shouldn’t be any problem doing this on any hosting unless you’re using some sort of site creation tool that just doesn’t support css files.

Does that help? Am I misunderstanding? Perhaps a link to the site would help?

mustve_misplaced_lifes_map's avatar

Yes, you’ve understood exactly.

There shouldn’t be any problem doing this on any hosting unless you’re using some sort of site creation tool that just doesn’t support css files.

And that’s exactly the problem, the site I’m using, the pages can only be saved as .htm or .html (webs.com) and I can’t make the one .css one I need to make everything easier.

mrlaconic's avatar

You should check out 000 webhost

Response moderated (Spam)
Response moderated (Spam)
Response moderated (Spam)
Response moderated (Spam)

This discussion has been closed.

Mobile | Desktop


Send Feedback   

`