While I can easily create buttons with glyphicons using the <a class="btn..."
, I'm facing an issue when trying to do the same with
<input type="submit" class="btn btn-default" value="" />
. Instead of displaying the button, it appears blank.
Does anyone have any suggestions on how to solve this problem?