Welcome Guest, Not a member yet? Register   Sign In
want to show the button in one line
#3

In you <head>
Code:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

PHP Code:
<div class="btn-group">
 
   <button type="button" class="btn btn-primary">Apple</button>
 
   <button type="button" class="btn btn-primary">Samsung</button>
 
   <button type="button" class="btn btn-primary">Sony</button>
</
div
Web Developer
Reply


Messages In This Thread
want to show the button in one line - by kvanaraj - 08-19-2018, 11:48 PM
RE: want to show the button in one line - by Php - 08-20-2018, 09:08 PM
RE: want to show the button in one line - by JLDR - 04-19-2019, 02:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB