Creating a FrontPage to set of web sites

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
 
K

Kevin Spencer

Root-relative URL:

<a target="_blank" href="/RemoteSongs">Radio Site</a>

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
B

Bruno Alexandre

Kevin,

I think he meant a way to the page search for all directories in wwwroot
directory and build the links automatically...


--


Bruno Miguel Alexandre
Dep Informática do Grupo Filtrarte

Av General Humberto Delgado, 91
Vila Verde
2705-887 Terrugem SNT
Portugal

T. +351 219 608 130
F. +351 219 615 369
w. www.filtrarte.com
@. (e-mail address removed)
 
L

Lloyd Sheen

Thanks that is exactly what I needed.

I thought I had tried this but .... there you go.

Lloyd Sheen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,156
Latest member
KetoBurnSupplement
Top