<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Firma in HTML]]></title><description><![CDATA[<p dir="auto">Salve, ho realizzato una firma con i miei recapiti in HTML da far comparire sulle mie mail. Quello che non capisco e come mai su Dreamweaver il font è arial mentre quando selezione il file HTML in outlook il font nella firma mi diventa Times New Roman. Come mai? Cosa sbaglio?</p>
<p dir="auto">Grazie.</p>
]]></description><link>https://connect.gt/topic/130982/firma-in-html</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 11:33:17 GMT</lastBuildDate><atom:link href="https://connect.gt/topic/130982.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Jul 2010 11:03:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Firma in HTML on Wed, 07 Jul 2010 14:09:59 GMT]]></title><description><![CDATA[<p dir="auto">Anche cosi?</p>
<p dir="auto">[PHP]&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<a href="http://www.w3c.org/TR/1999/REC-html4...1224/loose.dtd" rel="nofollow ugc">http://www.w3c.org/TR/1999/REC-html4...1224/loose.dtd</a>"&gt;<br />
&lt;html xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow ugc">http://www.w3.org/1999/xhtml</a>"&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;documento senza titolo&lt;/title&gt;<br />
&lt;meta content="text/html; charset=iso-8859-1" http-equiv="content-type" /&gt;<br />
&lt;style type="text/css"&gt;<br />
div<br />
{<br />
font-family: arial, helvetica, sans-serif;<br />
color: <a class="plugin-hashtag-a" href="https://connect.gt/hashtags/0099ff">#0099ff</a>;<br />
font-size:9px;<br />
}<br />
a,.nero<br />
{<br />
color: <a class="plugin-hashtag-a" href="https://connect.gt/hashtags/000000">#000000</a><br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body bgcolor="#ffffff"&gt;<br />
&lt;div class="nero"&gt;______________________________________&lt;/div&gt;<br />
&lt;div&gt;nome e cognome &lt;/div&gt;<br />
&lt;div&gt;mobile: 320.0000000&lt;/div&gt;<br />
&lt;div&gt;web: &lt;a href="<a href="http://www.sito.it" rel="nofollow ugc">http://www.sito.it</a>"&gt;<a href="http://www.sito.it" rel="nofollow ugc">www.sito.it</a>&lt;/a&gt;&lt;/div&gt;<br />
&lt;div&gt;e-mail: &lt;a <a href="mailto:href=%22mailto:info@sito.it" rel="nofollow ugc">href="mailto:info@sito.it</a>"&gt;<a href="mailto:info@sito.it" rel="nofollow ugc">info@sito.it</a>&lt;/a&gt;&lt;/div&gt;<br />
&lt;p&gt;&lt;img src="<a href="http://www.sito.it/newsletter/logo_email_footer.png" rel="nofollow ugc">http://www.sito.it/newsletter/logo_email_footer.png</a>" width="266" height="72" /&gt;&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;[/PHP]</p>
]]></description><link>https://connect.gt/post/922014</link><guid isPermaLink="true">https://connect.gt/post/922014</guid><dc:creator><![CDATA[marcocarrieri]]></dc:creator><pubDate>Wed, 07 Jul 2010 14:09:59 GMT</pubDate></item><item><title><![CDATA[Reply to Firma in HTML on Wed, 07 Jul 2010 14:09:36 GMT]]></title><description><![CDATA[<p dir="auto">Marco ti ringrazio ma mi arrendo. Mettendo la firma nuova come predefinita torna tutto identico in Times New Roman. Forse e qualche impostazione dell'outlook da settare. Per far apparire tutto come voglio, prima deel'invio devo modificare il codice HTML poi mi salvo la bozza e utilizzo quel messaggio come firma.</p>
]]></description><link>https://connect.gt/post/922013</link><guid isPermaLink="true">https://connect.gt/post/922013</guid><dc:creator><![CDATA[trench]]></dc:creator><pubDate>Wed, 07 Jul 2010 14:09:36 GMT</pubDate></item><item><title><![CDATA[Reply to Firma in HTML on Wed, 07 Jul 2010 14:01:34 GMT]]></title><description><![CDATA[<p dir="auto">Perfetto, il carattere rimane arial adesso ma la dimesione e il colore in dreamweaver li vedo giusti invece su outlook sono più grandi 10 e nero invece di 9 e <a class="plugin-hashtag-a" href="https://connect.gt/hashtags/0099ff">#0099ff</a></p>
]]></description><link>https://connect.gt/post/922012</link><guid isPermaLink="true">https://connect.gt/post/922012</guid><dc:creator><![CDATA[trench]]></dc:creator><pubDate>Wed, 07 Jul 2010 14:01:34 GMT</pubDate></item><item><title><![CDATA[Reply to Firma in HTML on Wed, 07 Jul 2010 13:40:22 GMT]]></title><description><![CDATA[<p dir="auto">Ho tolto un po di classi che non servivano, ora dimmi che effetto hai.</p>
<p dir="auto">[php]&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<a href="http://www.w3c.org/TR/1999/REC-html4...1224/loose.dtd" rel="nofollow ugc">http://www.w3c.org/TR/1999/REC-html4...1224/loose.dtd</a>"&gt;<br />
&lt;html xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow ugc">http://www.w3.org/1999/xhtml</a>"&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;documento senza titolo&lt;/title&gt;<br />
&lt;meta content="text/html; charset=iso-8859-1" http-equiv="content-type" /&gt;<br />
&lt;style type="text/css"&gt;<br />
html,body<br />
{<br />
font-family: arial, helvetica, sans-serif;<br />
color: <a class="plugin-hashtag-a" href="https://connect.gt/hashtags/0099ff">#0099ff</a>;<br />
font-size:9px;<br />
}<br />
a<br />
{<br />
color: <a class="plugin-hashtag-a" href="https://connect.gt/hashtags/000000">#000000</a><br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body bgcolor="#ffffff"&gt;<br />
&lt;div&gt;&lt;font color="#000000" size="2"&gt;______________________________________&lt;/font&gt;&lt;/div&gt;<br />
&lt;div&gt;nome e cognome &lt;/div&gt;<br />
&lt;div&gt;mobile: 320.0000000&lt;/div&gt;<br />
&lt;div&gt;web: &lt;a class="stile4" href="<a href="http://www.sito.it" rel="nofollow ugc">http://www.sito.it</a>"&gt;<a href="http://www.sito.it" rel="nofollow ugc">www.sito.it</a>&lt;/a&gt;&lt;/div&gt;<br />
&lt;div&gt;e-mail: &lt;a class="stile4" <a href="mailto:href=%22mailto:info@sito.it" rel="nofollow ugc">href="mailto:info@sito.it</a>"&gt;<a href="mailto:info@sito.it" rel="nofollow ugc">info@sito.it</a>&lt;/a&gt;&lt;/div&gt;<br />
&lt;p&gt;&lt;img src="<a href="http://www.sito.it/newsletter/logo_email_footer.png" rel="nofollow ugc">http://www.sito.it/newsletter/logo_email_footer.png</a>" width="266" height="72" /&gt;&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;[/php]</p>
]]></description><link>https://connect.gt/post/922007</link><guid isPermaLink="true">https://connect.gt/post/922007</guid><dc:creator><![CDATA[marcocarrieri]]></dc:creator><pubDate>Wed, 07 Jul 2010 13:40:22 GMT</pubDate></item><item><title><![CDATA[Reply to Firma in HTML on Wed, 07 Jul 2010 13:29:16 GMT]]></title><description><![CDATA[<p dir="auto">Omessi i recapiti questo è il codice indagato. Mi faresti un favore se leggendolo trovi l'errore.</p>
<p dir="auto">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<a href="http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd" rel="nofollow ugc">http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd</a>"&gt;<br />
&lt;HTML<br />
xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow ugc">http://www.w3.org/1999/xhtml</a>"&gt;&lt;HEAD&gt;&lt;TITLE&gt;Documento senza titolo&lt;/TITLE&gt;<br />
&lt;META content="text/html; charset=iso-8859-1" http-equiv=Content-Type&gt;<br />
&lt;STYLE type=text/css&gt;.Stile1 {<br />
FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: <a class="plugin-hashtag-a" href="https://connect.gt/hashtags/0099ff">#0099ff</a>; FONT-SIZE: 9px<br />
}<br />
.Stile4 {<br />
COLOR: <a class="plugin-hashtag-a" href="https://connect.gt/hashtags/000000">#000000</a><br />
}<br />
.Stile9 {<br />
FONT-FAMILY: Arial; COLOR:; FONT-SIZE: 9px<br />
}<br />
.Stile10 {<br />
FONT-FAMILY: Arial<br />
}<br />
BODY {<br />
FONT-FAMILY: Arial<br />
}<br />
TD {<br />
FONT-FAMILY: Arial<br />
}<br />
TH {<br />
FONT-FAMILY: Arial<br />
}<br />
&lt;/STYLE&gt;<br />
&lt;META name=GENERATOR content="MSHTML 8.00.6001.18854"&gt;&lt;/HEAD&gt;<br />
&lt;BODY bgColor=#ffffff&gt;<br />
&lt;DIV&gt;&lt;FONT color=#000000<br />
size=2&gt;______________________________________&lt;/FONT&gt;&lt;/DIV&gt;<br />
&lt;DIV class=Stile9&gt;Nome e Cognome &lt;/DIV&gt;<br />
&lt;DIV class=Stile9&gt;Mobile: 320.0000000&lt;/DIV&gt;<br />
&lt;DIV class=Stile9&gt;Web: &lt;A class=Stile4<br />
href="<a href="http://www.sito.it" rel="nofollow ugc">http://www.sito.it</a>"&gt;<a href="http://www.sito.it" rel="nofollow ugc">www.sito.it</a>&lt;/A&gt;&lt;/DIV&gt;<br />
&lt;DIV class=Stile1&gt;&lt;SPAN class=Stile10&gt;E-mail: &lt;A class=Stile4<br />
<a href="mailto:href=%22mailto:info@sito.it" rel="nofollow ugc">href="mailto:info@sito.it</a>"&gt;<a href="mailto:info@sito.it" rel="nofollow ugc">info@sito.it</a>&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;TD<br />
align="left" valign="middle"&gt;<br />
&lt;P&gt;&lt;IMG src="<a href="http://www.sito.it/prova_mail/logo_email.png" rel="nofollow ugc">http://www.sito.it/prova_mail/logo_email.png</a>"<br />
width=266 height=72&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/BODY&gt;&lt;/HTML&gt;</p>
]]></description><link>https://connect.gt/post/922011</link><guid isPermaLink="true">https://connect.gt/post/922011</guid><dc:creator><![CDATA[trench]]></dc:creator><pubDate>Wed, 07 Jul 2010 13:29:16 GMT</pubDate></item><item><title><![CDATA[Reply to Firma in HTML on Wed, 07 Jul 2010 12:52:23 GMT]]></title><description><![CDATA[<p dir="auto">Una cosa del genere, dove forzi nel div lo stile che deve assumere.</p>
<p dir="auto">[php]&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Firma&lt;/title&gt;<br />
&lt;style type="text/css"&gt;<br />
body,html<br />
{<br />
margin:0px;<br />
padding:0px;<br />
}<br />
<a class="plugin-hashtag-a" href="https://connect.gt/hashtags/firma">#firma</a><br />
{<br />
color:#ff0000;<br />
font-size:15px;<br />
font-family: Georgia;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id="firma"&gt;Firma&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;[/php]</p>
]]></description><link>https://connect.gt/post/922009</link><guid isPermaLink="true">https://connect.gt/post/922009</guid><dc:creator><![CDATA[marcocarrieri]]></dc:creator><pubDate>Wed, 07 Jul 2010 12:52:23 GMT</pubDate></item><item><title><![CDATA[Reply to Firma in HTML on Wed, 07 Jul 2010 12:46:26 GMT]]></title><description><![CDATA[<p dir="auto">Ciao Marco non sono molto ferrato col CSS e non saprei come fare.</p>
]]></description><link>https://connect.gt/post/922010</link><guid isPermaLink="true">https://connect.gt/post/922010</guid><dc:creator><![CDATA[trench]]></dc:creator><pubDate>Wed, 07 Jul 2010 12:46:26 GMT</pubDate></item><item><title><![CDATA[Reply to Firma in HTML on Wed, 07 Jul 2010 11:16:03 GMT]]></title><description><![CDATA[<p dir="auto">Hai provato a forzarlo attraverso il CSS?</p>
]]></description><link>https://connect.gt/post/922008</link><guid isPermaLink="true">https://connect.gt/post/922008</guid><dc:creator><![CDATA[marcocarrieri]]></dc:creator><pubDate>Wed, 07 Jul 2010 11:16:03 GMT</pubDate></item></channel></rss>