2010-09-29 27 views
0

我們有一個新的公司簽名,我必須手動編輯。好吧,我從電子郵件和圖片中複製了代碼並更改了路徑。但由於某種原因,我無法改變圖片的y位置。我希望這張照片能夠在頂部。html簽名展望

下面是圖片的顯示代碼:

<v:shapetype 
id="_x0000_t75" coordsize="21600,21600" 
o:spt="75" o:preferrelative="t" path="[email protected]@[email protected]@[email protected]@[email protected]@5xe" filled="f" 
stroked="f"> 
<v:stroke joinstyle="miter" /> 
<v:formulas> 
    <v:f eqn="if lineDrawn pixelLineWidth 0" /> 
    <v:f eqn="sum @0 1 0" /> 
    <v:f eqn="sum 0 0 @1" /> 
    <v:f eqn="prod @2 1 2" /> 
    <v:f eqn="prod @3 21600 pixelWidth" /> 
    <v:f eqn="prod @3 21600 pixelHeight" /> 
    <v:f eqn="sum @0 0 1" /> 
    <v:f eqn="prod @6 1 2" /> 
    <v:f eqn="prod @7 21600 pixelWidth" /> 
    <v:f eqn="sum @8 21600 0" /> 
    <v:f eqn="prod @7 21600 pixelHeight" /> 
    <v:f eqn="sum @10 21600 0" /> 
</v:formulas> 
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> 
<o:lock v:ext="edit" aspectratio="t" /> 
</v:shapetype><v:shape id="Picture_x0020_0" o:spid="_x0000_s1026" type="#_x0000_t75" 
alt="picturename.png" 
href="someurl/screenshot.jpg" 
style='position:absolute;margin-left:295.9pt;margin-top:3.8pt;width:147.8pt; 
height:45.25pt;z-index:1;visibility:visible;mso-wrap-style:square; 
mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;mso-wrap-distance-right:9pt; 
mso-wrap-distance-bottom:0;mso-position-horizontal:absolute; 
mso-position-horizontal-relative:text;mso-position-vertical:absolute; 
mso-position-vertical-relative:text' o:button="t"> 
<v:fill o:detectmouseclick="t" /> 
<v:imagedata src="userpath/siglogo.jpg" o:title="picturename" /> 
</v:shape> 

任何人有線索?

回答

0

問題已解決。我再次使用源代碼並調整路徑。無需重新定位:-)

+0

你知道是否可以編輯簽名圖像來使用'%'而不是pt?我的老闆希望這些圖像能夠很快響應,但它確實不喜歡使用寬度的百分比 – 2014-11-20 09:05:25