Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 121 days
Daniel Deterding (innovaphone) Tuesday, 21 September 2021, 01:28 PM in response to Александр 5600
Re: Problem with access to own library files in HTML
Your apps.mak seems to be fine.
But your HTML file shouldn't use an absolute href, but must use a relative href:

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

This relative link is added to your absolute URI http://192.168.135.45/My_Project/13A495/

I tested this locally right now and it worked with subfolders too.

Greetings,
Daniel
← You can define your color theme preference here