L
Lloyd Sheen
I have decided to implement the following: a "FrontPage" pun intended.
Each link will reference a web on my server. Now I can create the page and
test it (using FrontPage) with localhost as the web server. Each web is an
asp.net application.
A link would look like :
<a target="_blank" href="http://localhost/RemoteSongs">Radio Site</a>
Now I am trying to figure out how to change the HTML so that the link is
relative to the root of my web.
I am sure this is easy but I have not been able to find the solution online.
LLoyd Sheen
Each link will reference a web on my server. Now I can create the page and
test it (using FrontPage) with localhost as the web server. Each web is an
asp.net application.
A link would look like :
<a target="_blank" href="http://localhost/RemoteSongs">Radio Site</a>
Now I am trying to figure out how to change the HTML so that the link is
relative to the root of my web.
I am sure this is easy but I have not been able to find the solution online.
LLoyd Sheen