以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 请教:AddImage(Image, Attribute) 居中无果。 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=127441) |
-- 作者:bahamute -- 发布时间:2018/11/14 11:08:00 -- 请教:AddImage(Image, Attribute) 居中无果。 AddImage(Image, Attribute) 居中无果。 With wb.AddArticle("page4","gla1") .AddImage("./QRCodePic/" & dr("合同编号") & "-" & ".wmf","style=\'width:250px;height:auto;text-align:center;\'") End With
|
-- 作者:有点甜 -- 发布时间:2018/11/14 11:29:00 -- .AddImage("./images/001.jpg", "style=\'margin: 0 auto;display: block;width:100px\'") |