Every time the browser is showing the full link... when I want it just to show "page.html" example if I used
<a href="page.html">blabla</a>
save this page...
the browser will show the full link
http://domain.com/page.html
So how can I get it to open just the page and the full URL?
Thanks for your help