Lotus Notes - Problema con visualizacion de firma.

 
Vista:

Problema con visualizacion de firma.

Publicado por Santiago (1 intervención) el 18/11/2007 17:01:55
Espero alguien pueda ayudarme
Cree una firma para lotus notes con microsoft front page.
El problema es que al cargarla en notes , no se muestra correctamente, el ancho de las columnas se agranda demasiado .
Aqui les dejo una imagen de como se ve y como deberia verse.

Alguien sabe si el htm debe tener algun formato especifico (como no contener una tabla, tal ves ese sea el problema)

asi deberia verse (solo para ver el diseño)
http://img228.imageshack.us/img228/7932/01mb7.jpg

y asi aparece en lotus notes al cargar el htm.
http://img228.imageshack.us/img228/7568/02gq0.jpg

espero puedan ayudarme
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

RE:Problema con visualizacion de firma.

Publicado por Hugo Correa (286 intervenciones) el 21/11/2007 15:40:04
Te recomiendo utilizar html, copia este código a un archivo y mandalo a llamar como tu firma:

<HTML>
<BODY>
<font color="#000000" size="+1">Hugo Correa</font><br>
<font color="#990033" size="2">IT México</font><br>
<img src="file://C:\firma\tel.gif"><font color="#0033FF" size="2"> (55)5555555555<font><br>
<img src="file://C:\firma\cel.jpg"><font color="#0033FF" size="2"> 04455 22222222</font><br>
<img src="file://C:\firma\email.jpg"><a href="mailto:[email protected]"><font color="#0033FF" size="2"> [email protected]</font><br></a>
<img src="file://C:\firma\web.gif"><a href="http://www.hugosoft.cjb.net" target="_blank"><font color="#0033FF" size="2">www.hugosoft.cjb.net</font></a><br>
<img src="file://C:\firma\hugosoft.gif">
</BODY>
</HTML>
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

RE:Problema con visualizacion de firma.

Publicado por santiago (1 intervención) el 25/11/2007 20:25:07
Aqui adjunto el codigo de la firma que puse como imagen primero.
lo que creo es que lotus notes no soporta html con tablas.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Santiago A</title>
</head>

<body>

<table border="0" width="78%" id="table1" height="54" style="border-collapse: collapse">
<tr>
<td width="7%" height="69" rowspan="4" valign="top">
<p align="center">
<img border="0" src="logo1.jpg" width="50" height="50"></td>
<td height="13" colspan="2">
<p align="left">
<font face="Georgia" style="font-size: 10pt; font-style: italic; font-weight: 700" color="#0000FF">
Santiago ...............</font></td>
</tr>
<tr>
<td height="16" colspan="2"><b><i>
<font face="Georgia" style="font-size: 8pt">Cargo....</font></i></b></td>
</tr>
<tr>
<td height="16" colspan="2"><i>
<font face="Georgia" style="font-size: 8pt">Empresa...</font></i></td>
</tr>
<tr>
<td height="19" style="vertical-align: center" width="2%">
<img border="0" src="02.jpg" width="17" height="17"></td>
<td height="19" style="vertical-align: center" width="90%">
<span style="letter-spacing: 1pt">
<font face="Arial" style="font-size: 8pt; ">
 </font><font face="Arial" style="font-size: 8pt">mail</font></span></td>
</tr>
<tr>
<td width="7%" rowspan="2" align="center" valign="baseline">
<p align="center">
<img border="0" src="logo2.jpg" width="60" height="30"></td>
<td style="vertical-align: center" height="19">
<img border="0" src="01.jpg" width="17" height="17"></td>
<td style="vertical-align: center" height="19">
<span style="letter-spacing: 1pt">
<font face="Arial" style="font-size: 8pt; "> </font><font face="Arial" style="font-size: 8pt">55555555</font></span></td>
</tr>
<tr>
<td style="vertical-align: center">
<img border="0" src="03.jpg" width="17" height="17"></td>
<td style="vertical-align: center"><span style="letter-spacing: 1pt">
<font face="Arial" style="font-size: 8pt; "> </font><font face="Arial" style="font-size: 8pt">direccion</font></span></td>
</tr>
</table>

</body>

</html>
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