※ ChatGPTを利用し、要約された質問です(原文:ヤフオクのテンプレートでバックグラウンドを使いたい)
ヤフオクのテンプレートでバックグラウンドを使いたい
ヤフオクのテンプレートでバックグラウンドを使いたい
今、オークション用のテンプレートを作ってるのですが、テーブルの背景に、
<table width="900" height="1000" border="0" cellspacing="0" cellpadding="0" background="http://000.com/000.png">
と言った感じで画像を背景に配置したいと考えていますが、どうやってもうまくいきません。
プレビュー表示の段階で、ソースコードを見てみたのですが、ちゃんと設定されているにもかかわらず、背景画像だけが表示されません。
別の方法で、
<div style="background-image:url(http://www.000.com/000.png);">
でも試して見ましたが、同じ結果でした。
背景画像の上に「商品説明」などの画像を重ねて配置したいので、どうにか上手くできる方法がありましたら是非教えて下さい。
※上に重ねる画像だけが表示されます。
参考までに今編集中のソースを貼っておきます。
<center>
<table width="900" height="1000" border="0" cellspacing="0" cellpadding="0" background="http://000.com/000.png">
<tr>
<td align="center" valign="top"><br />
<center>
<table width="650" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://000.com/001.png"></td>
</tr>
</table>
<table width="650" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><font color="#a00e15"><p align="left">
商品説明
</p></font></td>
</tr>
</table>
<br />
<br />
<br />
<table width="650" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://000.com/002.png"></td>
</tr>
</table>
<table width="650" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><font color="#a00e15"><p align="left">
発送方法
</tr>
</table>
<br />
<br />
<br />
<table width="650" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://000.com/003.png"></td>
</tr>
</table>
<table width="650" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><font color="#a00e15"><p align="left">
お支払い方法
</p></font></td>
</tr>
</table>
<br />
<br />
<br />
<table width="650" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://000.com/004.png"></td>
</tr>
</table>
<table width="650" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><font color="#a00e15"><p align="left">
注意事項
</p></font></td>
</tr>
</table></td>
</tr>
</table>
</center>
お礼
回答ありがとうございます。 やはりBACKGROUND属性は無理ですか。 色々検索して調べましたが、下のリンクのサイトは初めて見ました。 色々参考になりそうで助かります。 ちなみにpngは使えますよ。 実際使ってますし。