How do I do a href to port?
I have tried:
<li><a href=":8123">Earth</a></li>
This resulst in directing me to localhost/:8123 I want to be directed to localhost:8123
This works, but not for the local enviorment:
<li><a href="wwww.nordicreservation.com:8123">Earth</a></li>
Don't want to just use the second one because I find it rather hard to search for errors if I can not use the local computer to test the site.