Yesterday, 05:54 PM
(This post was last modified: Yesterday, 05:56 PM by Ted Hinklater. Edited 4 times in total.)
(Yesterday, 05:34 PM)Abbdiey Wrote: How did you do it. Could you provide a detailed guide (i am struggling with it right now)
<a href=" "> and creates linked text
</a> ends the linked text, so:
<a href="www.google.com"> Click This! </a>
makes "Click This!" link to google .com
If you want to link to a movie in your library, find its address, for example:
http:192.168.1.69:8096/web/index.html#/details?id=0a300daf2cf27d0a68b13b9c1&context=home&serverId=0ee1d67d387db1e0b5f8bdde7
and put it in the href quotes
<a href="/web/index.html#/details?id=0a300daf2cf27d0a68b13b9c1">Click This!</a>

