0

Linked CSS

Johnny Lockjaw 13 years ago updated by Alexander Blach (Developer) 12 years ago 2
Is it possible to work with linked CSS files? I bought this app to learn CSS, and I'm unable to get it to display correctly. I'm too much of a beginner to give educated feedback (which could explain why I'm having this problem), but I really like the app so far.
It does work but, when I modify the CSS file I have to restart the application for the changes to show while previewing the HTML file, which Is very anoying . I am running iOS 5.

Yes, this is unfortunately a problem in iOS 5. It seems to cache the CSS file although it shouldn't.


As a workaround, you can add a parameter to the url like that:
<link rel="stylesheet" type="text/css" href="main.css?v=1" media="screen" />

Increment the counter when you make a change.

I will try to fix this in an update.