-1

I transformed the button to send another code to a link with css. how I can put the link at the beginning of the next line with css like pictures below :

From before to after

Nicolas
  • 167
  • 8

1 Answers1

0

First you need to customize the UI.

enter image description here

Something like you would want would just be HTMl moving the div to a different location:

<div class="myDiv">
<h2>This is a heading in a div element</h2>
<p>This is some text in a div element.</p>
</div>
James_Hamil-MSFT
  • 171
  • 1
  • 1
  • 8