<TABLE> に Mozilla または MSIE 用の属性 `HEIGHT`
自分は、下記のタグで作成したんですが、<TABLE height="580" width="785"> 以下のエラーが出ました。<TABLE> には SUMMARY 属性を指定するようにしましょう。解説76によると以下の対処方法が書かれていましたが、意味....
レイアウトに使ったtableタグのsummary属性は?
TABLEタグを本来の表として使わず、レイアウトとして使っています。この場合のsummary属性はなんと指定すればいいのでしょうか?空白でもいいのでしょうか?....
HTMLチェックでこんな警告が出ます。
<tr><td bgcolor="#DA4600"><table summary="0" width="743" height="26" border="0" align="right" cellpadding="0" cellspacing="0"><tr><TABLE> に Mozilla または MSIE 用の属性 `HEIGHT` が指定さ....
HTMLについて
の一番悪いところを速やかに直したいと考えています。診断で一番、ポイントを下げていたのは「<TABLE> には SUMMARY 属性を指定するようにしましょう。 」↑これです!!!恥ずかしながら全く意味が判りませんALT属性のことは他の板....
テーブルで質問です、<table border="1" cellpading="1" cellspacing="1" summary=...
テーブルで質問です、<table border="1" cellpading="1" cellspacing="1" summary="toc" class="content">summary="toc"cellpading="1"cellspacing="1"class="content"これらは一体なにを指定しているのでしょうか?また、<img src="〜〜,jpg" alt="〜">の"alt"も何のために必要なのでしょうか?
HTMLをチェックしたら沢山指摘された
HTMLをチェックしたら沢山指摘されたhttp://openlab.ring.gr.jp/k16/htmllint/htmllint.htmlで自分のHPをチェックしたら(1) <BR> が多数連続しています。 → 解説 202(2)<TABLE> には SUMMARY 属性を指定するようにしましょう。 → 解説 188といわれたそれぞれ解説を読んだのですが、よく分かりません。何を改善すればいいのでしょうか?全体としては「良くできました」となっていますが、上記 2個が指摘が多くてポイントが引かれています。ご存じの方教えてください
textareaタグについて
textareaタグについて以下の状況でテキスター内にその後に記述したHTMLタグが表示されます...OTLもちろんその後の記述は表示されません。タグは閉じてますし「 /」も入れてますし私にはもうどうしていいのか分かりません。お力を貸してください。<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"><head><meta http-equiv="Content-Type" content="text/html; charset=shift_jis" /><meta http-equiv="Content-Style-Type" content="text/css" /><meta http-equiv="Content-Script-Type" content="text/javascript" /><title></title><meta name="description" content="" /><meta name="keywords" content="" /><meta name="robots" content="index,follow" /><link href="../../css.css" rel="stylesheet" type="text/css" media="all" /></head><body>***<form method="post" action="****">***<table summary="フォーム"><th>項目</th><td><textarea name="comment" cols="49" rows="10" /></td></table><input type="reset" value="クリア" /><input type="submit" value="確認" /></form></body></html>
お問い合わせフォーム(入力フォーム)を本に書いてある通り作ったのはいいのです....
お問い合わせフォーム(入力フォーム)を本に書いてある通り作ったのはいいのですが、送信先のURLを指定するにはCGIをインストールする必要があると言われました。正直まだ理解していません。また、フリーで配布しているCGIを改造する場合にはメモ帳では出来ないと言われました。どなたか詳しく&わかりやすく教えてください。宜しくお願いします。一応下記に記しておきます。<form action="" method="post"><table summary="入力フォーム"><tr><td class="info">お名前</td><td><input type="text" name="namae" size="50" tabindex="1" accesskey="a"><span>*必須</span></td></tr><tr><td class="info">e-mail</td><td><input type="text" name="email" size="50" tabindex="2" accesskey="b"><span>*必須</span></td></tr><tr><td class="info">郵便番号</td><td><input type="text" name="postcord" size="15" tabindex="3" accesskey="c"></td></tr><tr><td class="info">都道府県</td><td><input type="text" name="address" size="50" tabindex="4" accesskey="d"></td></tr><tr><td class="info">市区町村・番地</td><td><input type="text" name="address02" size="50" tabindex="5" accesskey="e"></td></tr><tr><td class="info">アパート・マンション名</td><td><input type="text" name="address03" size="50" tabindex="6" accesskey="f"></td></tr><tr><td class="info">お問い合わせ項目</td><td><select name="item" tabindex="7"><option selected>カテゴリーを選択してください</option><option>ペンダント</option><option>ピアス&イヤリング</option><option>素材</option><option>その他</option></select></td></tr><tr><td class="info">お問い合わせ内容</td><td><textarea name="contact" cols="42" rows="10" tabindex="8" accesskey="g"></textarea></td></tr><tr><td></td><td><input type="submit" value="送信" tabindex="9" accesskey="h"><input type="reset" value="キャンセル" tabindex="10" accesskey="i"></td></tr></table></form>
お問い合わせフォームを作ったのはいいのですが、action=""の中に何を記入したら良...
お問い合わせフォームを作ったのはいいのですが、action=""の中に何を記入したら良いのかわからなく、メールアドレスやドメインを入れて試したのですが送信はすべてエラーになってしまいます。どなたか知恵をお貸し下さい。お願いします。一応記しておきます。www.fathands.jp<form action="この中に何を記入したら良いのかわかりません。" method="post"><table summary="入力フォーム"><tr><td class="info">お名前</td><td><input type="text" name="namae" size="50" tabindex="1" accesskey="a"><span>*必須</span></td></tr><tr><td class="info">e-mail</td><td><input type="text" name="email" size="50" tabindex="2" accesskey="b"><span>*必須</span></td></tr><tr><td class="info">郵便番号</td><td><input type="text" name="postcord" size="15" tabindex="3" accesskey="c"></td></tr><tr><td class="info">都道府県</td><td><input type="text" name="address" size="50" tabindex="4" accesskey="d"></td></tr><tr><td class="info">市区町村・番地</td><td><input type="text" name="address02" size="50" tabindex="5" accesskey="e"></td></tr><tr><td class="info">アパート・マンション名</td><td><input type="text" name="address03" size="50" tabindex="6" accesskey="f"></td></tr><tr><td class="info">お問い合わせ項目</td><td><select name="item" tabindex="7"><option selected>カテゴリーを選択してください</option><option>ペンダント</option><option>ピアス&イヤリング</option><option>素材</option><option>その他</option></select></td></tr><tr><td class="info">お問い合わせ内容</td><td><textarea name="contact" cols="42" rows="10" tabindex="8" accesskey="g"></textarea></td></tr><tr><td></td><td><input type="submit" value="送信" tabindex="9" accesskey="h"><input type="reset" value="キャンセル" tabindex="10" accesskey="i"></td></tr></table></form>
Here is my summary of the article that was provided from my colleague. The essentials of the alignment mission between ... 71. So you've got to get IT and the business guys to the table, so they can jointly determine IT projects, and the ...
... Voredoms 10.B for Boredoms 11.Eedoms 12.Smoke 7 13.Turn Table Boredoms 14.I m Not Synthesizer (Ypy?) 15.Now Dom Go Synthesizer Way (Why?) Website: http://wmg.jp/boredoms/ Sample: http://www.mp3.com/albums/167713/summary.html 一言: 初期 ...
... Long Time 13.The Edge Of Night 14.Off The Table Personnel: John Medeski(Keys) Billy Mertin aka illy B(Dr) Chris Wood(Ba) Website: http://www.mmw.net/ Sample: http://www.mp3.com/albums/519011/summary.html 一言: ドロッドロでブ厚い音の重なり ...
... Table of Contents Introduction vii xiii Historical Summary xiv xxi The Life and Ministry of Joseph Smith xxii 25 Chapter 1: The First Vision: The Father and the Son Appear to Joseph Smith 26 35 Chapter 2: God the Eternal Father 36 44 ...