0

hyperlinks don't work cross platform on websites stored in iCloud.

RaianStar 10 years ago updated 10 years ago 2

my iCloud folder on OSX has a different address to that on iOS.  as such, my hyperlinks don't work when I'm experimenting in the iOS app.

+1

You need to reference files with relative paths, not absolute paths. Something like this shouldn't cause any problems:


<a href="otherfile.html">Other File</a>

That's brilliant, thank you :)