HTML - error en hipervinculo href

 
Vista:

error en hipervinculo href

Publicado por leandro (1 intervención) el 23/08/2012 14:29:47
hola gente tengo un inconveniente coloque un hipervinculo en mi web:

<a href="www.linkedin.com/SEGHMA" Title="Contactanos en LINKEDIN "><img src="imagenes/Linked in.png" align="center" style="border:0;"></a>

pero cuando la publico y quiero hacer click me aparece el siguiente enlace:

http://localhost/web/www.facebook.com/SEGHMA

la publique en un servidor remoto (pago) y me hace lo mimo.

les dejo el codigo de la pagina:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>SEGHMA Seguridad,Higiene Y Medio Ambiente</title>
<link rel="stylesheet" type="text/css" href="NiftyCube/NiftyLayout.css" media="screen">
<script type="text/javascript" src="NiftyCube/niftycube.js"></script>
<script type="text/javascript" src="NiftyCube/NiftyLayout.js"></script>
<link rel="stylesheet" type="text/css" href="NiftyCube/niftyCorners.css" media="screen">
</head>
<body>
<div id="rs">
	<p><font face="Arial" size="1" color="#03284B">Seguinos en:</font></p>
	<b><a href="www.facebook.com/SEGHMA" Title="Contactanos en FACEBOOK "><img src="imagenes/Facebook.png" align="center" style="border:0;"></a></b>
	
</div>
<div id="header">
<img src="imagenes/Logo SEGHMA.jpg" align="center" width="40%" height="40%">
<div id="menu">
<ul id="nav">
<li id="home"><a href="index.php">Inicio</a></li>
<li id="cont"><a href="noticias.php">Noticias</a></li>
<li id="prod"><a href="personal.php">Personal</a></li>
<li id="serv"><a href="servicios.php">Servicios</a></li>
 
<li id="cont"><a href="empresas.php">Empresas</a></li>
<li id="home"><a href="fotos.php">Fotos</a></li>
<li id="cont" class="activelink"><a href="#">Mapa</a></li>
<li id="cont"><a href="contacto.php">Contacto</a></li>
</ul>
</div>
</div>
<div id="container">
<div id="content">
<h1><font color="#03284B">Zona De Influencia - SEGHMA</font></h1>
<p><font color="#03284B">Nuestra Empresa Recorre la Provincia de Buenos Aires y el Sur De Santa Fe brindando soluciones</font></p>
 
<iframe width="750" height="500" frameborder="2" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msa=0&amp;msid=203478343906750516364.0004c75104d420f679d8e&amp;ie=UTF8&amp;t=m&amp;ll=-35.85344,-59.743652&amp;spn=8.900322,12.084961&amp;z=6&amp;output=embed"></iframe><br /><small>Ver <a href="https://maps.google.com/maps/ms?msa=0&amp;msid=203478343906750516364.0004c75104d420f679d8e&amp;ie=UTF8&amp;t=m&amp;ll=-35.85344,-59.743652&amp;spn=8.900322,12.084961&amp;z=6&amp;source=embed" style="color:#0000FF;text-align:left">SEGHMA - Seguridad, Higiene y Medio Ambiente</a> en un mapa más grande</small></iframe>
<h2><font color="#03284B"">PRINCIPALES CIUDADES</font></h2>
<font color="#03284B"><ul>Pergamino.</ul>
<ul>Junin.</ul>
<ul>Arrecifes.</ul>
<ul>Salto.</ul>
<ul>Bragado.</ul>
 
<ul>Gral Villegas.</ul>
<ul>San Nicolas.</ul>
<ul>Pigue.</ul>
<ul>Coronel Pringles.</ul>
<ul>Rosario</ul>
<ul>Chivilcoy</ul>
<ul>Chacabuco</ul>
<ul>Zarate</ul>
<ul>Lincoln</ul>
 
<ul>Campana</ul>
<ul>Mercedes</ul>
<ul>Bolivar</ul>
<ul>Mar del Plata</ul>
<ul>Necochea</ul>
</font>
</div>
<A HREF="mailto:webmaster@html.it">Escribe a HTMLpoint</A>
 
<div id="footer">
<p><font color="#F6F9FC">SEGHMA 2012</font></p>
 
</div>
 
</div>
</body>
</html>

---------------------------------------------------------------------------------------------------------
este es el codigo del css por si aca hay algun error:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
html,body{margin:0;padding:0}
body{font: 85%/1.3 Verdana,Arial,sans-serif;
    text-align: center;background: #586695;padding-bottom:20px}
p{margin-top:0}
h1,h2,h3{font: normal normal 200% "Trebuchet MS",Arial,sans-serif}
h2{font-size:160%}
h3{font-size:120%}
 
div#header{width:100%;overflow:hidden;background: #ffffff;}
div#header h1,div#menu{width:790px;margin:0 auto;text-align:center}
div#header h1{padding: 30px 0 30px;color: #FFF; font-size: 35px;}
 
div#rs{width:75px; height:100px; position:absolute; left:91%; top:15px; z-index:0}
 
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{float:center;font-size: 80%}
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{float:left;width: 95px;padding: 5px 0;background: #586695;text-decoration:none;color: #F6F9FC}
ul#nav a:hover{background: #E2EEF9;color: #03284B}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #E2EEF9;color: #03284B}
 
div#container{width:785px;margin:0 auto 10px;padding:0px 0px 10px;text-align:left;background-color:#C5DEF5;padding-left:20px}
div#content{display:inline;width:600px;margin:0 0px 10px 10p}
 
ul#intro,ul#intro li{list-style-type:none;margin:0;padding:0;}
ul#intro{width:100%;overflow:hidden;margin-bottom:20px}
ul#intro li{float:left;width:180px;margin-right:10px;padding: 10px 0}
 
ul#intro li#more{margin-right:0;background: #7D63A9}
ul#intro p,ul#intro h3{margin:0;padding: 0 10px}
ul#intro h3{text-transform:uppercase;padding-bottom:3px;color: #FFF}
 
div#content img{text-align:center;}
 
div#content h2{margin: 10px 0;color: #007BC4}
div.date{float:left;width: 4em;padding: 5px 0;background: #F1DDC4;color:#B0001E;
    text-align:center;margin: 0 4px 4px 0;font-size: 80%;line-height:0.9}
div.date span{display:block;font-size: 150%;font-weight:bold}
 
div.comments div{background: #EEE;margin-bottom:10px}
div.comments p{padding: 10px;margin:0}
div.comments div.odd{background:#DAE6FE}
 
div#side{float:right;display:inline;width: 180px;background:#F3CF00; margin:0 10px 10px 0}
div#side p{margin:5px 0 10px;padding: 0 10px}
div#side div{margin: 0 0 10px;padding: 10px 0}
 
div#footer{clear:both;width:750px;margin:0 10px 0;padding: 10px 0;
    background: #586695;color: #FFF;text-align:center}
div#footer p{margin:0}


MUCHAS GRACIAS
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
Imágen de perfil de xve
Val: 1.144
Oro
Ha mantenido su posición en HTML (en relación al último mes)
Gráfica de HTML

error en hipervinculo href

Publicado por xve (1543 intervenciones) el 23/08/2012 20:52:52
Eso te pasa por no poner el http o https delante de la url, y el navegador pone la ruta actual de donde se encuentra y le añado lo que hay en el href="..."
<a href="http://www.facebook.com/SEGHMA" Title="Contact....
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar