gpt4 book ai didi

css - 表单上的内联 CSS

转载 作者:行者123 更新时间:2023-11-28 03:48:10 27 4
gpt4 key购买 nike

我在让 .wysija ((Mail Poet)) 表单上的提交表单正确排列时遇到问题。我更希望将它们突出到表格顶部的旁边,但是现在,我只接受将输入字段排在一行上。见下图。非常感谢任何帮助!!

((我在 wordpress.org 上使用 .com))

This is what it looks like currently

This is the coding that I currently have for the form

最佳答案

像这样尝试。

.main-block{
width:600px;
padding:25px;
}
.name{
width:200px;
float:left;
margin-right:15px;
}
.email{
width:200px;
float:left;
margin-right:15px;
}
.btn{
width:50px;
float:left;
margin-right:15px;
text-align:center;
}
<div class="main-block">
<div class="name"><input type="text" placeholder="Enter your name here."></div>
<div class="email"><input type="text" placeholder="Enter your email here."></div>
<div class="btn"><input type="submit" class="btn"></div>
<div class="clear"></div>
</div>

关于css - 表单上的内联 CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43859060/

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