在DW中插入图片,怎么样使图片像右边靠齐?
<DIVid=right><formname="form1"method="post"action=""><label><inputtype="image"name="i...
<DIV id=right>
<form name="form1" method="post" action="">
<label>
<input type="image" name="imageField" src="../QQ截图未命名.jpg">
</label>
</form>
</DIV>
这些代码有没有用呢、求大侠帮忙分析一下 展开
<form name="form1" method="post" action="">
<label>
<input type="image" name="imageField" src="../QQ截图未命名.jpg">
</label>
</form>
</DIV>
这些代码有没有用呢、求大侠帮忙分析一下 展开
TableDI
2024-07-18 广告
2024-07-18 广告
Excel一键自动匹配,在线免费vlookup工具,3步完成!Excel在线免费vlookup工具,点击21步自动完成vlookup匹配,无需手写公式,免费使用!...
点击进入详情页
本回答由TableDI提供
展开全部
在DIV标签里加入:style="text-align:right;"
完整代码:
<DIV id=right style="text-align:right;">
<form name="form1" method="post" action="">
<label>
<input type="image" name="imageField" src="../QQ截图未命名.jpg">
</label>
</form>
</DIV>
完整代码:
<DIV id=right style="text-align:right;">
<form name="form1" method="post" action="">
<label>
<input type="image" name="imageField" src="../QQ截图未命名.jpg">
</label>
</form>
</DIV>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接加一个float:right;
<DIV id=right style="float:right;">
<form name="form1" method="post" action="">
<label>
<input type="image" name="imageField" src="../QQ截图未命名.jpg">
</label>
</form>
</DIV>
<DIV id=right style="float:right;">
<form name="form1" method="post" action="">
<label>
<input type="image" name="imageField" src="../QQ截图未命名.jpg">
</label>
</form>
</DIV>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询