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