Hi,
I'm editing a site for a customer. The customer has a lot of divisions and they have 10 sub websites. All these websites are linked from the main page. All websites run on the same domain.
Each website has a banner which continues to be displayed throughout this particular website. The idea is, that is should link to the front page of this specific website. I've tried:
<a href="/"></a>
This links to the home of the domain, since all websites share the same domain.
But is there a html-tag, which displays the first page of the specific website?
Example:
http://www.levendehistorie.dk/Forside-3.aspx#.VHMFztRwtPk
The banner link is created with <a href="/"></a> (the white letters in the bottom with the yellow background)
However it links to http://www.levendehistorie.dk - which is the domain home - it doesn't find the home of the specifik website.
Regards
Martin