gpt4 book ai didi

css - 我怎样才能在jsp中解决这个问题?

转载 作者:太空宇宙 更新时间:2023-11-03 17:45:02 24 4
gpt4 key购买 nike

帮助我编写一个页面的 Jsp 代码,该页面具有在用户登录帐户后编辑用户详细信息的形式,该页面的右上角必须有用户图像,表格必须位于中心。

最佳答案

下面应该可以解决问题

 <div class="main" style="clear:both;float: left;width:100%;" >
<div class="topRight" style="width:100%;float: left;" align="right">
<img src="images/pic.jpg" height="30" width="auto"><p>Jane <a href="#">LogOut</a></p>

</div>
<div class="content" style="width:100%;float: left;" align="center">
<form>
<input type="text" name="un" placeholder="Name">
<input type="submit" value="Submit"><input type="reset" value="Reset">

</form>

</div>

</div>

如果你想动态获取图片,你可以将路径分配给一个字符串,然后将变量值设置为 img 标签中的 src 属性

<img src="<%=path%>" height="30" width="auto"><p>Jane <a href="#">LogOut</a></p>

关于css - 我怎样才能在jsp中解决这个问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28385091/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com