html中我用table布局的,但是想做这个效果:文字位于图片的右下角怎么实现
<tdwidth="650"valign="bottom"align="left"><imgsrc="Images/exam_logo.png"width="32"hei...
<td width="650" valign="bottom" align="left">
<img src="Images/exam_logo.png" width="32" height="32" align="left" style="float:left;margin-bottom:25px;margin-right:10px;margin-bottom:15px" alt="在线考试系统"/>
在线考试系统
</td>这是我写的,但是效果是文字和图片显示在一行,求解?
用div布局时候给个例子,用table布局的时候给个例子,谢谢 展开
<img src="Images/exam_logo.png" width="32" height="32" align="left" style="float:left;margin-bottom:25px;margin-right:10px;margin-bottom:15px" alt="在线考试系统"/>
在线考试系统
</td>这是我写的,但是效果是文字和图片显示在一行,求解?
用div布局时候给个例子,用table布局的时候给个例子,谢谢 展开
展开全部
<td width="650" valign="bottom" align="left">
<img src="Images/exam_logo.png" width="32" height="32" align="left" style="float:left;margin-bottom:25px;margin-right:10px;margin-bottom:15px" alt="在线考试系统"/>
<br/>
在线考试系统
</td>
在两者之间加个换行<br/>
<img src="Images/exam_logo.png" width="32" height="32" align="left" style="float:left;margin-bottom:25px;margin-right:10px;margin-bottom:15px" alt="在线考试系统"/>
<br/>
在线考试系统
</td>
在两者之间加个换行<br/>
展开全部
给个代码你试试吧:
<!doctype html>
<html langj="zh">
<head>
<meta charset="utf-8" />
<title>在线考试系统</title>
<link rel="stylesheet" href="tdstye.css" />
</head>
<body>
<table>
<tr>
<td width="650" valign="bottom" align="left" style="background: #F60;">
<p style="float:left;background: #ccc;">
<img src="Images/exam_logo.png" width="32" height="32" style="margin-top:25px;margin-right:10px;margin-bottom:15px;display:block;" alt="在线考试系统"/>
<span style="display:block;text-align:right;">在线考试系统</span>
</p>
</td>
</tr>
</table>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询