アプリ版:「スタンプのみでお礼する」機能のリリースについて

ヘッダー部分について質問させていただきます。
一旦、サイトをDW(ドリームウィーバーCS6)やHPB(ホームページビルダー14)で読み込んで、デスクトップに保存後、確認すると、この部分は何故か表示されていませんでした。データとしても、その後は表示されなくなったようです。
この理由が分かりません。
<!-- #BeginLibraryItem "/Library/header.lbi" -->~<!-- #EndLibraryItem -->が原因だとは推測がつきます。詳しい方がいましたら、よろしくお願いします。
念の為に、下記にHTMLとCSSを出来る限り記載しておきます。
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>タイトル</title>
<meta name="Keywords" content="キーワード">
<meta name="Description" content="キーワード">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="base1.css">
<script type="text/javascript" src="util.js"></script>
<script src="swfobject_modified.js" type="text/javascript"></script>
</head>
<body id="home">
<div id="topmess"><p><strong>ストロング</strong></p></div><!-- #BeginLibraryItem "/Library/header.lbi" --><div id="header">
<h1><a href="https://www.google.co.jp/">題名</a></h1>
<ul>
<li id="top"><a href="https://www.google.co.jp/">1</a></li>
<li id="com"><a href="https://www.google.co.jp/">2</a></li>
<li id="pro"><a href="https://www.google.co.jp/">3</a></li>
<li id="con"><script type="text/javascript">mailwrite()</script></li>
</ul>
</div><!-- #EndLibraryItem --><div id="main" class="clearfix">
<table>
<tbody>
<tr>
<td style="text-align:left;"><a href="http://www.10.jpg" target="_parent"><img src="side_coupon04.jpg" width="197" height="98" alt="4"></a></td>
<td style="text-align:center;"><a href="http://www.20.jpg" target="_parent"><img src="side_coupon05.jpg" width="197" height="98" alt="5"></a></td>
<td style="text-align:right;"><a href="http://www.30.jpg" target="_parent"><img src="side_coupon06.jpg" width="197" height="98" alt="6"></a></td>
<td style="text-align:right;"><a href="http://www.40.html" target="_parent"><img src="side_coupon07.jpg" width="197" height="98" alt="7"></a></td>
</tr>
</tbody>
</table>
<br>
<br>
<img src="pro_img14.jpg" width="791" height="80" alt="TEL" class="btmgn20">
<p><font color="BLUE" size="10">TEL: 0123-456-789</font></p><br>
<img src="pro_img11.jpg" width="791" height="150" alt="8" class="btmgn20"><br>
<img src="pro_img9.jpg" width="791" height="367" alt="9" class="btmgn20"><br>
<table>
<tbody>
<tr>
<td style="text-align:left;"><a href="https://www.google.co.jp/" target="_parent"><img src="img12.jpg" width="395" height="120" alt="A"></a></td>
<td style="text-align:right;"><a href="https://www.google.co.jp/" target="_parent"><img src="img13.jpg" width="395" height="120" alt="B"></a></td>
</tr>
</tbody>
</table>
</div>
<!-- #BeginLibraryItem "/Library/footer.lbi" --><div id="footer">
<div id="ft">
<div class="leftarea">
<h3>見出し3</h3>
<p>住所<br />
TIME 1:30~24:40<br />
※<br />
TEL:0123-456-789<br />
FAX:0123-456-789
</p>
</div>
<div class="rightarea">
<ul>
<li class="fst"><a href="https://www.google.co.jp/">8</a></li>
<li><a href="https://www.google.co.jp/">9</a></li>
<li><a href="https://www.google.co.jp/">10</a></li>
<li><script type="text/javascript">mailwrite()</script></li>
</ul>
<address>コピーライト</address>
</div>
</div>
</div><!-- #EndLibraryItem -->
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>

CSS
/* ------------------------------------------------------------------------------------------------------------
1. Normalize (No need to edit)
-------------------------------------------------------------------------------------------------------------*/
html, body, div, a,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,img,
ol, ul, li, dl, dt, dd,
span, abbr, acronym, address, cite, code, del, dfn, em, ins, kbd, q, samp, strong, sub, sup, var,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
applet

A 回答 (1件)

作成環境でLibraryを使用していると言う事です。


 ⇒<!-- #BeginLibraryItemとは( http://oshiete.goo.ne.jp/qa/8073647.html )

 そのコメントで挟まれている部分をLibraryに保存すれば良いです。(DW)
    • good
    • 0
この回答へのお礼

ご回答、ありがとうございます。とても参考になりました。

お礼日時:2013/05/07 17:19

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!