我正在尝试在导航栏上设置图像,但我无法正确放置它。
这是 html:
<nav class="navbar navbar-inverse navbar-fixed-top ">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img width="130px" height="70px"src="{% static "series/images/logo.png"%}">
</a>
<a class="navbar-brand" href="{% url 'series:index'%}">
<span class="glyphicon glyphicon-home"></span> | MEGA SERIES </a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="{% url 'series:index'%}">Series</a></li>
</ul>
</nav>
这是图像显示的方式:
我能做什么?
谢谢。
原文由 Lechucico 发布,翻译遵循 CC BY-SA 4.0 许可协议
您可以使用 CSS 来对齐图像。