我使用html創建頁面。但是我面臨的問題是我不是在形象塑造。我的代碼如下:html頁面未在瀏覽器中顯示圖像
<html>
<head runat="server">
<title>Untitled Page</title>
</head>
<body style = " background:#FFA500">
<form id="form1" runat="server">
<div>
<h1>
header_picture
</h1>
<img src="C:/Documents and Settings/All Users/Documents/My Pictures/Sample Pictures/Water lilies.jpg" />
</div>
<div>
<h1>
here comes the content
</h1>
</div>
<div>
<h2>
footer_picture
</h2>
<img src="C:/Documents and Settings/All Users/Documents/My Pictures/Sample Pictures/Blue hills.jpg" />
</div>
</form>
</body>
</html>
,但它沒有顯示我的圖片當我運行在瀏覽器這個HTML文件.. 請幫助我..
is this possible to give image url on run time in <img src> tag in html file.. if yes how can we do that..
您需要添加更多信息以獲得明確答案。 HTML頁面在哪裏?你用什麼URL來調用它?你是從網絡服務器運行這個嗎?你在什麼瀏覽器中加載頁面? – 2011-05-21 15:06:23