How to make a multiple selection box in blogger blog - Helpforbloggerz

Helping new bloggers find solution to their blog, series of tutorials To Help new bloggers. bloggers tricks, bloggers tips.

Sunday, 3 September 2017

How to make a multiple selection box in blogger blog




Bloggers add new design to their blogs on daily basis, especially we that are hosted on BLOGGER.COM. we often look for helpful html script that's useful to improve our blog status.


Take a look at you categorising some aligned post just under a small clickable box that has multiple selection.  First that will save your writing space, second, it will add more beauty to that post of yours.

Now as a blogger, a well determined blogger who is ready to improve his blog, should be looking for new improvement to spring forth because , a blogger is always afters seeing his blog look more professional.



  Background and text color
Multiple Items




There are lot of things that you can add to your blogger blog to make them look attractive and professional like, adding some CSS CODE, HTML SCRIPT, JQUERY, BOOTSTRAPS AND SOME OTHERS. if you desire to add a pop-up multiple selection box in your blogger blog, the tutorial is here for you already. 

Feel free to make use of it in the right place it is needed.

As you can see the example above, see the html script below




<head>    
  <title>Multiple Items</title>
</head>

<body>

  <select multiple="">
    <option value="1">One</option>
    <option value="2">Two</option>
    <option value="3">Three</option>
    <option value="4">Four</option>
    <option value="5">Five</option>
  </select>
 </body>




As simple and easy as that. If you have any question concerning that use the comment box below .


No comments:

Post a Comment