.NetとVisual Studioを初めて使用しています。.Net img src syntax
<img src=\"[Logo]\"
私はパスにそれを変更する必要があります:
http://www.page.com/images/emailpictures/logo.png
どのように私はそれを変更することができ、私はvariabelで画像へのリンクがありますか?私は以下を試した:
<img src=\"http://www.page.com/images/emailpictures/logo.png\"
<img src=\"http://www.page.com/images/emailpictures/logo.png"
<img src="http://www.page.com/images/emailpictures/logo.png"
しかし、何も動作していません。どのような構文ですか?
よろしくお願いいたします。
更新
<img src=\"[Logo]\" border=\"0\" style=\"vertical-align: top; font: bold 13px/23px Georgia, Times New Roman, Times, serif; color: #493728; width: 100px; height: 23px;\" width=\"100\" height=\"23\" alt=\"testpage.com | your local test planer\" /></a>\r\n
'img'タグの'> 'を意図的に省略していますか? – Turnip
ありがとうございました。コードライン全体がそこにあります。私はURLを参照するときにそこにいるべきですか?画像へのリンクを参照するときに\ [] \があるべきですか? – Julie24