How to link to a ip address
-
How to link to a ip address For example iam trying to cerate a link to 193.1.181.12 The webpage iam trying to link to it doesnt have a usual name like www.whatever or server.whatever it is got by typing in the ip address in the browser. So in my web page i want to greate a link to that site I have tryed the usual way
href="193.1.181.12"
But the page cannot be found any suggestion ? Reguards Stephen ->->->->->->->->->->->->->->->->->->->->-> "Police arrested two kids yesterday, one was drinking battery acid, the other was eating fireworks. They charged one and let the other one off." Tommy Cooper -
How to link to a ip address For example iam trying to cerate a link to 193.1.181.12 The webpage iam trying to link to it doesnt have a usual name like www.whatever or server.whatever it is got by typing in the ip address in the browser. So in my web page i want to greate a link to that site I have tryed the usual way
href="193.1.181.12"
But the page cannot be found any suggestion ? Reguards Stephen ->->->->->->->->->->->->->->->->->->->->-> "Police arrested two kids yesterday, one was drinking battery acid, the other was eating fireworks. They charged one and let the other one off." Tommy CooperYou'll need to add the protocol as usual, so http://193.1.181.12 pr ftp://193.1.181.12, etc.
David Wulff
"i said no to noddy like 20 times but in the end i just couldnt say no to him anymore" - Wishful Thinking
-
You'll need to add the protocol as usual, so http://193.1.181.12 pr ftp://193.1.181.12, etc.
David Wulff
"i said no to noddy like 20 times but in the end i just couldnt say no to him anymore" - Wishful Thinking
Thanks David I forgot to put the http:// :(( Reguards Stephen ->->->->->->->->->->->->->->->->->->->->-> "Police arrested two kids yesterday, one was drinking battery acid, the other was eating fireworks. They charged one and let the other one off." Tommy Cooper
-
How to link to a ip address For example iam trying to cerate a link to 193.1.181.12 The webpage iam trying to link to it doesnt have a usual name like www.whatever or server.whatever it is got by typing in the ip address in the browser. So in my web page i want to greate a link to that site I have tryed the usual way
href="193.1.181.12"
But the page cannot be found any suggestion ? Reguards Stephen ->->->->->->->->->->->->->->->->->->->->-> "Police arrested two kids yesterday, one was drinking battery acid, the other was eating fireworks. They charged one and let the other one off." Tommy Cooperhi try to use http://ipaddress hi