• ベストアンサー

どうやったらこの画像にリンクできるでしょうか?

現在ホームページを作成しているのですが、「ホーム」「プロフィール」「works」「ブログ」「名言」「ムービー」「メルマガ」のところにリンクが貼れません。 <a href="http://*************"> <td width="100" background="ホーム".png></a></td> 上記のようにやってもできません。 どこがどう間違っているのでしょうか? 下記に書いてあるのが、前後の部分です。 <table width="700" height="600" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" align="center"> <tr> <td width="700" height="129" background="aa.png" align="center" valign="middle"> </td> </tr> <tr> <td width="700" height="30"> <table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"> <tr align="center" valign="middle"> <td width="100" background="ホーム".png></td> <td width="100" background="プロフィール".png></td> <td width="100" background="works".png></td> <td width="100" background="ブログ".png></td> <td width="100" background="名言".png></td> <td width="100" background="ムービー".png></td> <td width="100" background="メルマガ".png></td> </tr> </table> </td> </tr>

質問者が選んだベストアンサー

  • ベストアンサー
noname#140925
noname#140925
回答No.1

HTMLの基礎を勉強した方が良いです。 [参考]とほほのWWW入門 http://www.tohoho-web.com/www.htm とりあえず、以下のようにすればリンク出来ます。 <td width="100"><a href="http://mitishirube.com"><img src="ホーム.png"></a></td>

その他の回答 (1)

  • vaidurya
  • ベストアンサー率45% (2714/5983)
回答No.2

まぁ、おちついてリンク先がどうなっているか確認するわけです。 Firefoxとかだと、普通Windowの下にリンク先が表示されます。 これが、適切なURIになっていなければ、リンクされないことに気付きます。