+2

Use Stylesheet File from same Folder in HTML Documents

Sascha Schneppmueller 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
If we have HTML Files and CSS Stylesheet Files in the Same Folder, we should Be able to use the linked Stylesheet Files in our HTML File Previews. Currently, Not even inline CSS will Be used in previews...
Of course, a CSS file that is in the same directory as an HTML can be used directly like that:

<link href="screen.css" rel="stylesheet" type="text/css" />

Also, inline CSS is supported. I use it all the time. In fact, everything that's supported by Mobile Safari should also work in Textastic's preview. What exactly did you try?