【发布时间】:2021-09-18 07:59:05
【问题描述】:
我想添加一些图片而不是文本。 我该怎么做?
我的例子看起来像:
<form id="logoutForm" class="form-inline" asp-area="Identity" asp-page="/Account/Logout" asp-route-returnUrl="@Url.Action("Index", "Home", new { area = "" })">
<button id="logout" type="submit" class="nav-link btn btn-link text-white">Logout</button>
</form>
我想在注销文本位置有一个图像。 我想不通。有人可以帮我做这么简单的事情吗..?如何用图像替换按钮?我尝试了很多 img scr 等。但总是有问题而且没有用。
【问题讨论】: