CSS HTML Make a sentence/page-element start at a new line if the end of the sentence is forced to break up by browser scaling -


I got an ASP.NET application, but I need some help with html and css. So I got some text after some buttons and some text, now I want to move all these buttons to the next line when an element will exit the page.

  & lt; P & gt; Loram engine ... & lt; Asp: button id = "button1" allotherrequiredatts = "" /> & Lt; Asp: button id = "button2" allotherrequiredatts = "" /> & Lt; Asp: button id = "button3" allotherrequiredatts = "" /> More lessons & lt; / P & gt;  

enter image details here

I Manipulated code in & lt; Br> This final result by adding the tag

In this way it is possible to make a good CSS or HTML move.

White-space iPod should do this:

  & lt ; P & gt; Loram engine ... & lt; Span style = "white-space: nowrap;" & Gt; & Lt; Asp: button id = "button1" allotherrequiredatts = "" /> & Lt; Asp: button id = "button2" allotherrequiredatts = "" /> & Lt; Asp: button id = "button3" allotherrequiredatts = "" /> & Lt; / Span & gt; More lessons & lt; / P & gt;  

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -