HTML - Ayuda con Firma HTML para Gmail

 
Vista:
sin imagen de perfil

Ayuda con Firma HTML para Gmail

Publicado por Revan (1 intervención) el 17/11/2021 12:25:36
Buenas a todos, tengo una duda que espero podais ayudarme por que no le encuentro sencillo.

os pongo en situación, he creado una firma para Gmail con una plantilla en Photoshop que he convertido a HTML para editar con el Dreamweaver o con el Notepad++

Partamos de que no soy un entendido en HTML pero yo creo que la hice bien, puesto que la abro y se ve perfecta, pero a la hora de ponerla en Gmail aparece "descuadrada" como si tuviera una separaciones

por mas que toqueteo y juego con las medidas no logro cuadrarlo y capaz que es alguna tonteria

Firma Original:
zpNkaWw

Firma En GMail:
UwoEgeX

Codigo HTML:

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>
<head>
<title>Firma</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Tabla_01" width="458" height="136" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="11">
			<img src="https://i.imgur.com/xb6jKph.jpg" width="458" height="62" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="https://i.imgur.com/weQK24C.jpg" width="18" height="74" alt=""></td>
		<td>
			<img src="https://i.imgur.com/wCxDq8k.jpg" width="53" height="52" alt=""></td>
		<td rowspan="2">
			<img src="https://i.imgur.com/FDNyQyy.jpg" width="15" height="74" alt=""></td>
		<td>
			<img src="https://i.imgur.com/NcV1ncO.jpg" width="52" height="52" alt=""></td>
		<td rowspan="2">
			<img src="https://i.imgur.com/qSDzp8s.jpg" width="15" height="74" alt=""></td>
		<td>
			<img src="https://i.imgur.com/vF0sQxw.jpg" width="52" height="52" alt=""></td>
		<td rowspan="2">
			<img src="https://i.imgur.com/ar8nRsc.jpg" width="15" height="74" alt=""></td>
		<td>
			<img src="https://i.imgur.com/vKNH6AW.jpg" width="52" height="52" alt=""></td>
		<td rowspan="2">
			<img src="https://i.imgur.com/epxfX7x.jpg" width="15" height="74" alt=""></td>
		<td>
			<img src="https://i.imgur.com/Ovn7sbA.jpg" width="53" height="52" alt=""></td>
		<td rowspan="2">
			<img src="https://i.imgur.com/oYNSCwc.jpg" width="118" height="74" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="https://i.imgur.com/IO67mxZ.jpg" width="53" height="22" alt=""></td>
		<td>
			<img src="https://i.imgur.com/xc8A8fL.jpg" width="52" height="22" alt=""></td>
		<td>
			<img src="https://i.imgur.com/xRiBRJD.jpg" width="52" height="22" alt=""></td>
		<td>
			<img src="https://i.imgur.com/PAmzyVU.jpg" width="52" height="22" alt=""></td>
		<td>
			<img src="https://i.imgur.com/FtGIRge.jpg" width="53" height="22" alt=""></td>
	</tr>
</table>
</body>
</html>
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