Results 1 to 3 of 3

Thread: Css File Upload

  1. #1
    Join Date
    Oct 2008
    Posts
    31

    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.

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    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.

  3. #3
    Join Date
    Oct 2008
    Posts
    31

    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.

Similar Threads

  1. Not able to upload file in Imageshack
    By Julian.Davide in forum Technology & Internet
    Replies: 4
    Last Post: 05-08-2013, 10:29 AM
  2. How to upload a file with an email?
    By Unnati! in forum Technology & Internet
    Replies: 4
    Last Post: 18-06-2011, 09:27 PM
  3. Need help with WebDav file upload
    By DaminiAMD in forum Technology & Internet
    Replies: 4
    Last Post: 13-06-2011, 08:43 AM
  4. Need method of JSP File Upload
    By Abigail101 in forum Software Development
    Replies: 5
    Last Post: 23-02-2010, 02:37 AM
  5. Upload a file to MediaFire
    By MATSU in forum Tips & Tweaks
    Replies: 1
    Last Post: 23-02-2009, 12:51 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,811,975.89293 seconds with 16 queries