5
I’m using bootstrap, and I use a panel title at the beginning of the form, which informs the name of the form I’m in right
I would like to put in the case the current date if it is a new registration, and the date saved in the bank if it is an edition, example: Data: 11/09/2018
.
But in every way I try, it gets disfigured, if I leave only the title that is Pedido Fornecedores
is right, but when including the date it goes to the bottom line. I tried with divs
but it didn’t work either, it goes as I’m trying to do:
<div class="panel panel-default" style="margin-top:60px">
<div class="panel-heading">
<h3 class="panel-title"> <div class="col-md-4">Pedido Fornecedor</div> <div class="col-md-8" style="text-align:right">Data</div><br /></h3>
</div>
</div>
As you can see, he goes down the line, link.
Thanks again.!!!
– Mariana
@marianac_costa without problems =)
– hugocsl