elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: AIO elhacker.NET 2021 Compilación herramientas análisis y desinfección malware


  Mostrar Mensajes
Páginas: 1 ... 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 ... 189
231  Programación / Programación General / Re: Firma de correo HTML en: 4 Mayo 2015, 16:09 pm
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?
232  Foros Generales / Noticias / Re: ¿Cuánto vale una "WiFi gratis"? ¿Tanto como tu contraseña de Facebook? en: 4 Mayo 2015, 16:01 pm
Con un ssh tunneling o vpn esto se soluciona.
233  Foros Generales / Dudas Generales / Re: Contenido explicito en repositorios de GitHub, se puede? en: 2 Mayo 2015, 05:20 am
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....
234  Programación / Programación General / Re: Firma de correo HTML en: 30 Abril 2015, 22:56 pm
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"
235  Programación / Programación General / Re: Firma de correo HTML en: 30 Abril 2015, 21:38 pm
Muchas gracias Pablo, en cuanto pueda lo pruebo y te cuento.

De nada, saludos  :)
236  Programación / Programación General / Re: Firma de correo HTML en: 30 Abril 2015, 21:22 pm
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
  1. <style type="text/css">
  2. .web {
  3. font-family: Arial, Helvetica, sans-serif !important;
  4. font-size: 25px !important;
  5. color: #178dba !important;
  6. text-decoration:none !important;
  7. }
  8. .Direccion {
  9. font-family: Arial, Helvetica, sans-serif !important;
  10. font-size: 20px !important;
  11. color: #81a636 !important;
  12. text-decoration:none !important;
  13. }
  14. .nombre {
  15. font-family: Arial, Helvetica, sans-serif !important;
  16. font-size: 24px !important;
  17. color: #87af20 !important;
  18. text-decoration:none !important;
  19. }
  20. .dpto {
  21. font-family: Arial, Helvetica, sans-serif !important;
  22. font-size: 18px !important;
  23. font-style: italic !important;
  24. color: #84d3a8 !important;
  25. text-decoration:none !important;
  26. }
  27. .email {
  28. font-family: Arial, Helvetica, sans-serif !important;
  29. font-size: 18px !important;
  30. color: #178dba !important;
  31. font-style: italic !important;
  32. text-decoration:none !important;
  33. }
  34. .tel {
  35. font-family: Arial, Helvetica, sans-serif !important;
  36. color: #87af20 !important;
  37. font-size: 18px !important;
  38. font-style: italic !important;
  39. text-decoration:none !important;
  40. }
  41. .imprimir {
  42. font-family: Arial, Helvetica, sans-serif !important;
  43. font-size: 13px !important;
  44. color: #81a636 !important;
  45. font-style: italic !important;
  46. font-weight: bold !important;
  47. text-align: justify !important;
  48. }
  49. .ley {
  50. font-family: Arial, Helvetica, sans-serif !important;
  51. font-size: 10px !important;
  52. text-align: left !important;
  53. color: #626262 !important;
  54. }
  55. .vcard {
  56. font-family: Arial, Helvetica, sans-serif !important;
  57. font-size: 14px !important;
  58. color: #626262 !important;
  59. text-decoration:none !important;
  60. }
  61. .linkvcard {
  62. font-weight: bold !important;
  63. color: #81a636 !important;
  64. text-decoration:none !important;
  65. }
  66. </style>
  67.  
237  Programación / Programación General / Re: Firma de correo HTML en: 30 Abril 2015, 17:48 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.
238  Foros Generales / Noticias / Re: "Basta con buscar en Google": cómo cualquiera puede 'hackear' un dron militar en: 29 Abril 2015, 18:10 pm
Pero que interesante!   ;-)
239  Programación / Programación General / Re: Firma de correo HTML en: 29 Abril 2015, 16:22 pm
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
  1.  
  2. <!-- primera opcion -->
  3. <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" />
  4. <map id="ImageMapsCom-image-maps-2015-04-27-031841" name="image-maps-2015-04-27-031841">
  5. <a href="http://www.image-maps.com/" target="_blank"><area alt="" coords="25,108,162,136"  shape="rect" style="outline: none;" title=""></area></a>
  6. <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>
  7. <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>
  8. <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>
  9. <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>
  10. </map>
  11. <!--segunda opcion -->
  12. <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" />
  13. <map id="ImageMapsCom-image-maps-2015-04-27-031841" name="image-maps-2015-04-27-031841">
  14. <div alt="" coords="25,108,162,136" href="http://www.image-maps.com/" shape="rect" style="outline: none;" target="_self" title=""></div>
  15. <div alt="" coords="24,135,136,161" href="http://www.google.es" shape="rect" style="outline: none;" target="_self" title=""></div>
  16. <div alt="" coords="21,165,133,191" href="http://www.hotmail.com" shape="rect" style="outline: none;" target="_self" title=""></div>
  17. <div alt="" coords="22,192,134,218" href="http://www.gmail.com" shape="rect" style="outline: none;" target="_self" title=""></div>
  18. <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>
  19. </map>
  20.  
  21. <!--tercera opcion -->
  22.  
  23. <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" />
  24. <map id="ImageMapsCom-image-maps-2015-04-27-031841" name="image-maps-2015-04-27-031841">
  25. <a href="http://www.image-maps.com/" target="_blank"><div alt="" coords="25,108,162,136"  shape="rect" style="outline: none;"  title=""></div></a>
  26. <a href="http://www.google.es" target="_blank"><div alt="" coords="24,135,136,161"  shape="rect" style="outline: none;" title=""></div></a>
  27. <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>
  28. <a href="http://www.gmail.com" target="_blank"><div alt="" coords="22,192,134,218"  shape="rect" style="outline: none;"  title=""></div></a>
  29. <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>
  30. </map>
  31.  
  32.  
  33.  
240  Foros Generales / Noticias / Re: Te costará llenar este disco duro de 5 Tb en: 27 Abril 2015, 05:26 am
Tan solo con 1,500,000 de fotos porno HD, te haces rico y te viene casi casi llenando el disco duro. Con cuentas gratis de paginas porno. Descargas los zip y listo, Vienen pesando cerca de 200 - 400 mb.

Saludos.

Los triceps a puro porno compadre?  :xD
Páginas: 1 ... 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 ... 189
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines