Hello, I want to put an image in the header of my site, but I can not get it right on the header. If I put the code before the div, it does not appear, its I place it in the div responsible for the title, it appears. I have attached the images of how it is getting and the code.
<nav class="navbar navbar-default" role="navigation">
imagem antes, não parece nada
<div class="jumbotron text-center">
<div style="background-image:url(views/forum.jpg)">
imagem aparece pela metade!
<center><h1><b><font color="#00c6d7">ALLDISPOR</font></h1></b>
<p>Fórum de Discussão</p></center>
<br><br><br>
</div></div>