DW中怎么在图片上写文字啊?一写就直接把整个布局弄乱了,怎么把图片弄成背景啊?
2个回答
2011-05-14
展开全部
在写文字的标签中加上下面这样的代码:
style="width:200px;height:200px;background:url(picture.gif) no-repeat;"
其中
width:200px;可设为你的图片的宽度;
height:200px;可设为图片的高度;
url(picture.gif)括号中写上图片的路径。
例:
<div style="width:200px;height:200px;background:url(picture.gif) no-repeat;">弄成背景,在图片上写文字</div>
style="width:200px;height:200px;background:url(picture.gif) no-repeat;"
其中
width:200px;可设为你的图片的宽度;
height:200px;可设为图片的高度;
url(picture.gif)括号中写上图片的路径。
例:
<div style="width:200px;height:200px;background:url(picture.gif) no-repeat;">弄成背景,在图片上写文字</div>
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
<div style="background:url(images/banner1.jpg) no-repeat; width:500px; height:300px;">dsgsdgs</div>
或者
<table width="500" height="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="background:url(images/banner1.jpg) no-repeat;">sdgagsadgsad</td>
</tr>
</table>
或者
<table width="500" height="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="background:url(images/banner1.jpg) no-repeat;">sdgagsadgsad</td>
</tr>
</table>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |