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 :
Asked
Active
Viewed 198 times
1 Answers
0
First you need to customize the UI.
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