首页 \ 问答 \ 并排显示2个按钮(Making 2 button display side by side)

并排显示2个按钮(Making 2 button display side by side)

我的网站

我需要让这个登录和取消按钮并排放在一起。

我还需要一张锁定登录按钮的图片..

请帮忙...

到目前为止,这是我的代码:

<div class="container">
            <label><b>Username</b></label>
        <input type="text" placeholder="Username???" name="uname" required>

            <label><b>Password</b></label>
            <input type="password" placeholder="Enter Password" name="psw" required>

            <button type="submit">Login</button>
            <input type="checkbox" checked="checked"> Remember me

</div>

mySITE

I need to make this Login and Cancel button to sit side by side to each other.

I also need to have a picture of a lock to my login button..

Please help...

Here's my code so far:

<div class="container">
            <label><b>Username</b></label>
        <input type="text" placeholder="Username???" name="uname" required>

            <label><b>Password</b></label>
            <input type="password" placeholder="Enter Password" name="psw" required>

            <button type="submit">Login</button>
            <input type="checkbox" checked="checked"> Remember me

</div>

原文:https://stackoverflow.com/questions/43432708
更新时间:2022-09-13 18:09

最满意答案

是的,它可以在Visio中完成。 您需要使用反向工程师功能。

这是一篇博客文章,解释了基本步骤:

http://maniish.wordpress.com/2007/11/24/reverse-engineer-mysql-in-visio-2007/


Yes, it can be done in Visio. You need to use the reverse engineer feature.

Here is a blog post explaining the basic steps:

http://maniish.wordpress.com/2007/11/24/reverse-engineer-mysql-in-visio-2007/

相关问答

更多
  • 是的你可以。 打开ERD后,从菜单Database->forward engineer 。 只需完成连接到服务器的对话框,从图中创建数据库和表。 如果使用SQL查询编辑图表或数据库,请使用Database->Synchronize model在任一方向上进行更新! 这是完全安全的,但尝试一些简单的例子,直到你掌握它。 Yes, you can. With your ERD open, select from the menu Database->forward engineer. Just complete ...
  • 除了编辑它? 没有。 您可以考虑使用MySQL Workbench 。 如果您在设计模式下创建所有内容,它与visio非常相似。 此外,使用付费版本,您可以生成pdf文档以及分发(或将PDF文件放入visio中的流程图等),或者您可能创建一个插件,可以在输出时生成有效的visio文件,因为工作台是通过插件完全可扩展。 Other than editing it? No. You might consider using MySQL Workbench. It is very similar to visio ...
  • 我可能会将用户更改为user_login。 并删除loan_payment和reimbursement,只需要一个支付表。 这可以包含类似的值,但也包括一种支付类型,其中包括“报销”或“工资支付”等值,因为就像你说的报销不需要是自己的表。 I would probably change the user to user_login. and remove loan_payment and reimbursement and just simply have a payment table. This cou ...
  • 如果您的MS Access数据库具有真实数据库的所有属性(如约束等),那么Visio应该导入数据库。 如果它不适合你...将数据库导入SQL Server。 SQL Server有一些基本的工具用于绘制基本的ERD ...以及从SLQ服务器导入的Visio。 ERD的“正确性”和“复杂性”最终将由您决定,以及您如何扩展捕获的数据。 祝你好运 If your MS Access DB has all the attributes of a real DB like constraints etc... the ...
  • 最简单的方法是从SQL Server Management Studio(SSMS)获取。 转到数据库 - >数据库图 - >右键单击 - >添加新图 - >为您的ERD添加所需的表。 鉴于你的表格实际上有它们之间定义的关系,关系也会被绘制。 应该注意的是,这将是一个非常基本的ERD,并且可能不符合您对ERD的预期标准。 The easiest way to do so, would be from SQL Server Management Studio (SSMS). Go to Database -> ...
  • 遗憾的是,ERD Visio插件在Visio 2013中已停止使用。虽然仍然存在一些基本的数据库形状和模板,但您在以前版本的Visio中使用的大多数功能都已消失。 我担心你必须坚持使用Visio 2010。 Unfortunately the ERD Visio addon was discontinued in Visio 2013. Although some basic database shapes and templates are still there, most of the functio ...
  • 在事务SE12中有一个按钮“图形”(CTRL + SHIFT + F11),您可以在其中查看表格之间的外部关系。 但是通常会涉及很多表,所以它看起来一般都很混乱。 In transaction SE12 there is a button "Graphic" (CTRL+SHIFT+F11) where you can see the foreign relationships bewteen the tables. But there are usually a lot of tables involve ...
  • mysql工作台可以反向工程并创建erd http://www.mysql.com/products/workbench/ mysql workbench can reverse engineer and create erd's http://www.mysql.com/products/workbench/
  • 是的,它可以在Visio中完成。 您需要使用反向工程师功能。 这是一篇博客文章,解释了基本步骤: http://maniish.wordpress.com/2007/11/24/reverse-engineer-mysql-in-visio-2007/ Yes, it can be done in Visio. You need to use the reverse engineer feature. Here is a blog post explaining the basic steps: http: ...
  • 尝试将逆向工程转换为新模型并保存。 打开主模型,然后选择“文件” - >“包括模型”以包含其他模型。 顺便说一句:模型中的内容肯定存在限制(甚至更多:在单个图表上),但至少你应该能够一次对至少200个对象进行逆向工程。 Try reverse engineering into a new model and save that. Open your main model and choose File -> Include Model to include your other model. Btw: th ...

相关文章

更多

最新问答

更多
  • 如何在Laravel 5.2中使用paginate与关系?(How to use paginate with relationships in Laravel 5.2?)
  • linux的常用命令干什么用的
  • 由于有四个新控制器,Auth刀片是否有任何变化?(Are there any changes in Auth blades due to four new controllers?)
  • 如何交换返回集中的行?(How to swap rows in a return set?)
  • 在ios 7中的UITableView部分周围绘制边界线(draw borderline around UITableView section in ios 7)
  • 使用Boost.Spirit Qi和Lex时的空白队长(Whitespace skipper when using Boost.Spirit Qi and Lex)
  • Java中的不可变类(Immutable class in Java)
  • WordPress发布查询(WordPress post query)
  • 如何在关系数据库中存储与IPv6兼容的地址(How to store IPv6-compatible address in a relational database)
  • 是否可以检查对象值的条件并返回密钥?(Is it possible to check the condition of a value of an object and JUST return the key?)
  • GEP分段错误LLVM C ++ API(GEP segmentation fault LLVM C++ API)
  • 绑定属性设置器未被调用(Bound Property Setter not getting Called)
  • linux ubuntu14.04版没有那个文件或目录
  • 如何使用JSF EL表达式在param中迭代变量(How to iterate over variable in param using JSF EL expression)
  • 是否有可能在WPF中的一个单独的进程中隔离一些控件?(Is it possible to isolate some controls in a separate process in WPF?)
  • 使用Python 2.7的MSI安装的默认安装目录是什么?(What is the default installation directory with an MSI install of Python 2.7?)
  • 寻求多次出现的表达式(Seeking for more than one occurrence of an expression)
  • ckeditor config.protectedSource不适用于editor.insertHtml上的html元素属性(ckeditor config.protectedSource dont work for html element attributes on editor.insertHtml)
  • linux只知道文件名,不知道在哪个目录,怎么找到文件所在目录
  • Actionscript:检查字符串是否包含域或子域(Actionscript: check if string contains domain or subdomain)
  • 将CouchDB与AJAX一起使用是否安全?(Is it safe to use CouchDB with AJAX?)
  • 懒惰地初始化AutoMapper(Lazily initializing AutoMapper)
  • 使用hasclass为多个div与一个按钮问题(using hasclass for multiple divs with one button Problems)
  • Windows Phone 7:检查资源是否存在(Windows Phone 7: Check If Resource Exists)
  • 无法在新线程中从FREContext调用getActivity()?(Can't call getActivity() from FREContext in a new thread?)
  • 在Alpine上升级到postgres96(/ usr / bin / pg_dump:没有这样的文件或目录)(Upgrade to postgres96 on Alpine (/usr/bin/pg_dump: No such file or directory))
  • 如何按部门显示报告(How to display a report by Department wise)
  • Facebook墙贴在需要访问令牌密钥后无法正常工作(Facebook wall post not working after access token key required)
  • Javascript - 如何在不擦除输入的情况下更改标签的innerText(Javascript - how to change innerText of label while not wiping out the input)
  • WooCommerce / WordPress - 不显示具有特定标题的产品(WooCommerce/WordPress - Products with specific titles are not displayed)