Very stupid question, I must have missed something here 
I've added a landing page to my server for remote admin duties, this is a simple HTML page containing a few links, no fancy CSS etc.
I'm trying to link to a port number, like this:
I'm getting a forward slash between the end of the server URL and the port number, no matter how I format my link, so the page looks like this:
Anyone care to point out what I've missed
-Leezer-

I've added a landing page to my server for remote admin duties, this is a simple HTML page containing a few links, no fancy CSS etc.
I'm trying to link to a port number, like this:
Code:
http://SERVER:8112
Code:
http://SERVER/:8112
Anyone care to point out what I've missed

-Leezer-