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

Chat GTPで、12月のカレンダーと調べて、12月のカレンダーのHTMLを作れたのですが、
そこに画像を背景として入れたいのですが、
うまくいきません
教えてください
お願いしますすいません
Sublime Textです

「Chat GTPで、12月のカレンダーと」の質問画像

A 回答 (1件)

こんにちは



これ(↓)と同じでしょうか?
https://oshiete.goo.ne.jp/qa/13669739.html

>そこに画像を背景として入れたいのですが、うまくいきません
background-image で背景画像を指定してください。

※ 添付の画像が見えないので、勝手に書き直してあります。

<!DOCTYPE HTML>
<html lang="ja">
<head><title>Sample</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<style>
table {
color: black;
background-image: url("./img/photo01.jpg");
}
table, td {
text-align: center;
border-collapse: collapse;
border:1px solid gray;
}
td:first-child { color: red; }
td:last-child { color: blue; }
</style>
</head>
<body>
<table>
<caption>2023年12月
<tr><td>日<td>月<td>火<td>水<td>木<td>金<td>土
<tr><td><td><td><td><td><td>1<td>2
<tr><td>3<td>4<td>5<td>6<td>7<td>8<td>9
<tr><td>10<td>11<td>12<td>13<td>14<td>15<td>16
<tr><td>17<td>18<td>19<td>20<td>21<td>22<td>23
<tr><td>24<td>25<td>26<td>27<td>28<td>29<td>30
<tr><td>31<td><td><td><td><td><td>
</table>
</body>
</html>
    • good
    • 0

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

このQ&Aを見た人はこんなQ&Aも見ています


このQ&Aを見た人がよく見るQ&A