如何在html中将图像放在背景中

时间:2013-11-23 21:02:38

标签: html css

我正在尝试下面的代码来获取背景中的图像,所以我可以在上面写,但图像不会出现在表格中的行背景中。 图片和HTML页面。

<table background="aj1.jpg">
<tr>
<h4 align="center" style="font-size:20; font-family:Monotype Corsiva; color:black;">My Home</h4></tr>
<tr>
<h4 align="center" style="font-size:20; font-family:Monotype Corsiva; color:black;">Enjoy every moment.</h4>
</tr></table>

3 个答案:

答案 0 :(得分:3)

<table style = "background-image:url('aj1.jpg')">
<tr>
<td>
<h4 align="center" style="font-size:20; font-family:Monotype Corsiva; color:black;">My Home</h4></td></tr>
<tr>
<td><h4 align="center" style="font-size:20; font-family:Monotype Corsiva; color:black;">Enjoy every moment.</h4></td>
</tr></table>

background不是表属性,您需要使用style属性来设置背景图像。

答案 1 :(得分:1)

如果您在background-color上应用tr,请将td背景设为透明。

td{
    background-color: transparent;
}

答案 2 :(得分:0)

你可以用

&#13;
&#13;
td {
  background-color: black;
  }
&#13;
&#13;
&#13;

甚至是css:

&#13;
&#13;
$ spctl -a  -v /Volumes/<VOLNAME>/Install\ MyApplication.app
/Volumes/<VOLNAME>/Install MyApplication.app: accepted
source=Developer ID
&#13;
&#13;
&#13;