HTML links with specified ports
- LuxGamer
-
LuxGamer
- Member since: May. 31, 2008
- Offline.
-
- Forum Stats
- Member
- Level 07
- Blank Slate
I'm really knew to HTML programming and I have a really basic question about links.
I recently set up a server that runs some different services on different ports. On my index page, I created a link to the specified port, but it completely ignores it.
This is the code for the link
My link
When I click on it, it just connects straight to the IP. When I click copy the link adress, it leaves out the port. Is there any other way of doing this? I've been googling and wrecking my brain like crazy.
ain't about how hard you hit... It's about how hard you can get hit, and keep moving forward... how much you can take, and keep moving forward.
- LuxGamer
-
LuxGamer
- Member since: May. 31, 2008
- Offline.
-
- Forum Stats
- Member
- Level 07
- Blank Slate
sorry, I don't really know how to put html on the page, this is the correct code with missing brackets
a href="my.ip.adress:49152" .... /a
ain't about how hard you hit... It's about how hard you can get hit, and keep moving forward... how much you can take, and keep moving forward.

