Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - Pablo Videla

#231
Bueno  el tema es complejo para el común de las personas...  :xD Pero la educación es la única forma.
#232
Cita de: konexion en  4 Mayo 2015, 09:49 AM
Pablo, lo he probado en Outlook y aunque hay algo que todavía se resiste, pero mejora en casi todo. Muchas gracias,

De nada, probaste con style verdad?
#233
Con un ssh tunneling o vpn esto se soluciona.
#234
En todo caso existen otros servicios como bitbucket.org , que es gratuito y permite repositorios privados con protocolos Git, mercury y no se si otros....
#235
Panda negro, si lo que dices es cierto, es posible a lo mejor usar style en las etiquetas en vez de css?

Intenta eso. en cada etiqueta que agregaste la clase css reemplazala por style="y valores css aca"
#236
Cita de: konexion en 30 Abril 2015, 21:33 PM
Muchas gracias Pablo, en cuanto pueda lo pruebo y te cuento.

De nada, saludos  :)
#237
Prueba a ver si te sirve esto, lo que hace el codigo que te envio le pone !important a todas las clases CSS para que le de prioridad a tus clases css  :xD

Código (css) [Seleccionar]

<style type="text/css">
.web {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 25px !important;
color: #178dba !important;
text-decoration:none !important;
}
.Direccion {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 20px !important;
color: #81a636 !important;
text-decoration:none !important;
}
.nombre {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 24px !important;
color: #87af20 !important;
text-decoration:none !important;
}
.dpto {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 18px !important;
font-style: italic !important;
color: #84d3a8 !important;
text-decoration:none !important;
}
.email {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 18px !important;
color: #178dba !important;
font-style: italic !important;
text-decoration:none !important;
}
.tel {
font-family: Arial, Helvetica, sans-serif !important;
color: #87af20 !important;
font-size: 18px !important;
font-style: italic !important;
text-decoration:none !important;
}
.imprimir {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 13px !important;
color: #81a636 !important;
font-style: italic !important;
font-weight: bold !important;
text-align: justify !important;
}
.ley {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 10px !important;
text-align: left !important;
color: #626262 !important;
}
.vcard {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 14px !important;
color: #626262 !important;
text-decoration:none !important;
}
.linkvcard {
font-weight: bold !important;
color: #81a636 !important;
text-decoration:none !important;
}
</style>
#238
Cita de: konexion en 30 Abril 2015, 12:07 PM
Muchas gracias Pablo.

Una cosa más. En mi firma de correo hay texto de la dirección web, teléfonos, emails, dirección física, ect. Cuando envío el correo desde Outlook todo se ve bien, con el CSS creado para cada texto, pero cuando lo mando y lo visualizo en algunos dispositivos, estos campos me aparecen en azul y subrayados, perdiendo el estilo que tenía por CSS.

Creo que a esto le llaman texto inteligente, los navegadores son capaces de distinguir que es un teléfono, un enlace o una dirección física, pero hay alguna forma de evitar que me cambie el formato del texto y siga haciendo esa función.

Gracias de nuevo.

Mandame el codigo con el css incluido y vemos que onda.
#240
Konexion como no puedo probar tus cosas, te hice 3 opciones diferentes para que pruebas segun lo que dijiste.

Espero que alguna te sirva  :xD :xD :xD :xD

Código (html4strict) [Seleccionar]


<!-- primera opcion -->
<img alt="" border="0" height="300" id="Image-Maps-Com-image-maps-2015-04-27-031841" orgheight="300" orgwidth="900" src="https://lh4.googleusercontent.com/-4yfZe9QrrzA/VSjk6uwoH2I/AAAAAAAAAXQ/-GM0msE7w-I/w900-h300-no/Dom%C3%B3tica%2BKNX.jpg" usemap="#image-maps-2015-04-27-031841" width="900" />
<map id="ImageMapsCom-image-maps-2015-04-27-031841" name="image-maps-2015-04-27-031841">
<a href="http://www.image-maps.com/" target="_blank"><area alt="" coords="25,108,162,136"  shape="rect" style="outline: none;" title=""></area></a>
<a href="http://www.google.es" target="_blank"><area alt="" coords="24,135,136,161" href="http://www.google.es" shape="rect" style="outline: none;" target="_self" title=""></area></a>
<a href="http://www.hotmail.com" target="_blank"><area alt="" coords="21,165,133,191" href="http://www.hotmail.com" shape="rect" style="outline: none;" target="_self" title=""></area></a>
<a href="http://www.gmail.com" target="_blank"><area alt="" coords="22,192,134,218" href="http://www.gmail.com" shape="rect" style="outline: none;" target="_self" title=""></area></a>
<a href="http://www.image-maps.com/index.php?aff=mapped_users_50175" target="_blank"><area alt="Image Map" coords="898,298,900,300" href="http://www.image-maps.com/index.php?aff=mapped_users_50175" shape="rect" style="outline: none;" title="Image Map"></area></a>
</map>
<!--segunda opcion -->
<img alt="" border="0" height="300" id="Image-Maps-Com-image-maps-2015-04-27-031841" orgheight="300" orgwidth="900" src="https://lh4.googleusercontent.com/-4yfZe9QrrzA/VSjk6uwoH2I/AAAAAAAAAXQ/-GM0msE7w-I/w900-h300-no/Dom%C3%B3tica%2BKNX.jpg" usemap="#image-maps-2015-04-27-031841" width="900" />
<map id="ImageMapsCom-image-maps-2015-04-27-031841" name="image-maps-2015-04-27-031841">
<div alt="" coords="25,108,162,136" href="http://www.image-maps.com/" shape="rect" style="outline: none;" target="_self" title=""></div>
<div alt="" coords="24,135,136,161" href="http://www.google.es" shape="rect" style="outline: none;" target="_self" title=""></div>
<div alt="" coords="21,165,133,191" href="http://www.hotmail.com" shape="rect" style="outline: none;" target="_self" title=""></div>
<div alt="" coords="22,192,134,218" href="http://www.gmail.com" shape="rect" style="outline: none;" target="_self" title=""></div>
<div alt="Image Map" coords="898,298,900,300" href="http://www.image-maps.com/index.php?aff=mapped_users_50175" shape="rect" style="outline: none;" title="Image Map"></div>
</map>

<!--tercera opcion -->

<img alt="" border="0" height="300" id="Image-Maps-Com-image-maps-2015-04-27-031841" orgheight="300" orgwidth="900" src="https://lh4.googleusercontent.com/-4yfZe9QrrzA/VSjk6uwoH2I/AAAAAAAAAXQ/-GM0msE7w-I/w900-h300-no/Dom%C3%B3tica%2BKNX.jpg" usemap="#image-maps-2015-04-27-031841" width="900" />
<map id="ImageMapsCom-image-maps-2015-04-27-031841" name="image-maps-2015-04-27-031841">
<a href="http://www.image-maps.com/" target="_blank"><div alt="" coords="25,108,162,136"  shape="rect" style="outline: none;"  title=""></div></a>
<a href="http://www.google.es" target="_blank"><div alt="" coords="24,135,136,161"  shape="rect" style="outline: none;" title=""></div></a>
<a href="http://www.hotmail.com" target="_blank"><div alt="" coords="21,165,133,191"  shape="rect" style="outline: none;" target="_self" title=""></div></a>
<a href="http://www.gmail.com" target="_blank"><div alt="" coords="22,192,134,218"  shape="rect" style="outline: none;"  title=""></div></a>
<a href="http://www.image-maps.com/index.php?aff=mapped_users_50175" target="_blank"><div alt="Image Map" coords="898,298,900,300" shape="rect" style="outline: none;" title="Image Map"></div></a>
</map>