こんにちは、下の画像のようなテーブルが必要です
しかし、そのような画像を配置する方法がわかりません。これが現在のコードです
<!DOCTYPE html>
<html>
<body>
<table id="tab" border="1">
<tr>
<td><img align ="center" border="0" src="/images/cam.jpg" width="15px" height="15px"></td>
<td><img align ="center" border="0" src="/images/gal.jpg" width="15px" height="15px"></td>
<td><img align ="center" border="0" src="/images/chat.jpg" width="15px" height="15px"></td>
</tr>
</table>
</body>
</html>
ここをチェックしてください:http: //pastebin.com/HLPdDNyg