how to keep form element inline with text on headline in HTML/css/boostrap 3? -


I am using bootstrap3 in my HTML / CSS template; Here's what my page looks like: Enter image details here

I want Star Star (Which is next to the text). There is a button button, submitted on click of the form. So far my HTML code is available to get:

  & lt; Div class = "col-6 col-sm-6 col-lg-4" & gt; & Lt; H3 & gt; 2004 Toyota Prius $ 7000 & lt; Form Action = "/ Post / Unblockmark" method = "Post" & gt; & Lt; Input type = 'hidden' name = 'csrfmiddlet' = 'ME7CDsBM2mPw2uWSyV28rgQMbE5bEDG2' / & gt; & Lt; Input type = "hidden" name = "bookmark_id" value = "1839" /> & Lt; Button type = "submit" class = "bookmark" id = "1839" & gt; & Lt; Span class = "glyphicon glyphicon-star" & gt; & Lt; / Span & gt; & Lt; / Button & gt; & Lt; / Form & gt; & Lt; / H3 & gt; & Lt; P & gt; & Lt; Small & gt; Hello, I & amp; Nbsp; 2004 Toyota Prius sales really good on 44-50 mp gas with clear title with 120k mile! Without a key ... & lt; / Small & gt; & Lt; / P & gt; & Lt; P & gt; & Lt; One class = "btn btn-defaults" href = "/ search / 1839 / description /" roll = "button" & gt; View details & amp; Raquo; & Lt; / A & gt; & Lt; / P & gt; This works for me using Bootstrap 3. If this does not work for you, try your  bookmark  category 

  & lt; Div class = "col-6 col-sm-6 col-lg-4" & gt; & Lt; Form Action = "/ Post / Unblockmark" method = "Post" & gt; & Lt; H3 & gt; 2004 Toyota Prius $ 7000 & lt; Button type = "submit" class = "bookmark" id = "1839" & gt; & Lt; Span class = "glyphicon glyphicon-star" & gt; & Lt; / Span & gt; & Lt; / Button & gt; & Lt; / H3 & gt; & Lt; Input type = 'hidden' name = 'csrfmiddlet' = 'ME7CDsBM2mPw2uWSyV28rgQMbE5bEDG2' / & gt; & Lt; Input type = "hidden" name = "bookmark_id" value = "1839" /> & Lt; / Form & gt; & Lt; P & gt; & Lt; Small & gt; Hello, I & amp; Nbsp; 2004 Toyota Prius sales really good on 44-50 mp gas with clear title with 120k mile! Without a key ... & lt; / Small & gt; & Lt; / P & gt; & Lt; P & gt; & Lt; One class = "btn btn-defaults" href = "/ search / 1839 / description /" roll = "button" & gt; View details & amp; Raquo; & Lt; / A & gt; & Lt; / P & gt; & Lt; / P & gt;  

Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -