Announcement

Collapse
No announcement yet.

Custom css not uploading

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Custom css not uploading

    A while back I added a link for a custom bit of CSS. I was making a few tweaks with FB and then made my changes to the css file itself and went on my merry way. I happened to be revisiting the area I was editing and it seems the changes have not been uploaded. When I look at the file (which sits in the Actinic/Sites/Website folder) the changes have been made but just not getting uploaded.

    This file used to be regularly changed and it would upload the changes with no problem. Does anyone know why Actinic might stop uploading this file?

    I am about to start loading old snapshots to see if I can find anything that has changed, but was wondering if anyone had experienced this before?
    Dave

    #2
    Okay,

    For those that are interested I have solved my little mystery.

    At some point I have looked at

    HTML Code:
    <link rel="stylesheet" type="text/css" href="cw4u.css">
    and thought, "<link> is a self closing tag" and changed it to

    HTML Code:
    <link rel="stylesheet" type="text/css" href="cw4u.css" />
    and Actinic at that point stops uploading it and thus any changes to it.
    Dave

    Comment

    Working...
    X