2015-05-26 76 views
1

這是我的簽名腳本。 我需要在LinkedIn圖片中添加一個超鏈接。如何插入超鏈接VBScript

我該怎麼辦?

htmlfile.WriteLine(" <p class=MsoNormal><!--[if gte vml 1]><v:shape id=""Picture_x0020_2"" o:spid=""_x0000_i1026""") 
htmlfile.WriteLine(" type=""#_x0000_t75"" style='width:13.5pt;height:13.5pt;visibility:visible;") 
htmlfile.WriteLine(" mso-wrap-style:square'>") 
htmlfile.WriteLine(" <v:imagedata src=""BBCR_arquivos/image002.jpg"" o:title=""""/>") 
htmlfile.WriteLine(" </v:shape><![endif]--><![if !vml]><img border=0 width=18 height=18") 
htmlfile.WriteLine(" src=""BBCR_arquivos/image003.jpg"" v:shapes=""Picture_x0020_2""><![endif]><span") 
+0

什麼超鏈接你想放在哪裏? –

+0

對不起Marc B.評論已刪除。 –

+0

使其更具可讀性併爲更好的搜索結果添加缺少的標籤 –

回答