-
Css File Upload
Very cordial greetings,
What happens is that I'm trying to update the design of my blog (I'm in Blogger), I got a template that I like and I'm changing to make it personal.
All good, until serious changes to make, not the kind of Widgets, if not change the background for example, the image header, so I must do so through my own CSS file, which is hosted on the website of the author. Then on that same page shows how to change the image header (for example) and then to modify the CSS file should upload it again and for that I host it somewhere to read this and then changed my template actually.
The question is: Where can I do that? How can I do that?
Many greetings and thank you very much.
-
Re: Css File Upload
I have not understood all that well, you want to upload a css file hosting or just the images?
Anyway, if you are hosting a page where your css, do something simple, instead of importing css, copy and paste the entire contents of the css within the style tags in html. Surely you're trying to do something like this:
Code:
<head>
<link rel="stylesheet" type="text/css" href="mushblue-blogger-template.css" />
</ head>
Change to this:
Code:
<head>
<style type='text/css'>
/* Copy the contents here in your css file * /
</style>
<head>
Then you only have to upload them to a free hosting imageshack or tinypic type, and copy the url to your css, for example:
Code:
<head>
<style type='text/css'>
body (
background-image: url ('http://img496.imageshack.us/img496/8311/logo045ay.jpg')
)
</style>
<head>
I hope that was helpful.
-
Re: Css File Upload
Thank you very much in earnest, all content sent to html css. Here I am learning to lead the Shock to the css and html and all that.
Thank you very much again and greetings also because I am writing here.
Page generated in 1,717,387,332.04646 seconds with 10 queries