I am using bootstrap code inside articles to build my website.
All the buttons inside <div class="col-md-3 col-sm-6"> </div> the LINKS are not working.
<div class="col-md-3 col-sm-6">
<div class="panel panel-default text-center">
<div class="panel-heading" style="background-color: #000000">
<span class="fa-stack fa-5x">
<IMG SRC="
xxx.xxx.es/images/asnef.gif" ALT="Logo asnef" WIDTH=130 HEIGHT=130>
</span>
</div>
<div class="panel-body">
<h4>PRIMER PASO</h4>
<p>¿No sabe si esta incluido en un fichero de impagos?<br>Solicitar formalmente los certificados de deuda</p>
</div>
</div>
<a class="btn btn-warning" href="xxx.xxx.es/2013-05-13-09-46-32/notifications" role="button">Link</a> <---THIS BUTTON DOESNT WORK
</div>
<a class="btn btn-warning" href="xxx.xxx.es/2013-05-13-09-46-32/notifications" role="button">Link</a> <---- THIS BUTTON ITS WORKING
ONLY the last button (in green) its working at all, but it is outside the panel, i whant it inside of course. All the buttons inside <div class="col-md-3 col-sm-6"> </div> are not working.
Please why...???