try putting it into a div

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-15 12:55:38 +02:00
parent 035796bc2d
commit 5eb2cfab4c
@@ -48,15 +48,21 @@ function generatesvc(name, app, service) {
</SCRIPT> </SCRIPT>
<FORM NAME="frameform" ACTION="" METHOD="GET">Generate Internal DNS Name:<BR> <div id="svcdns">
<h2>Generate Internal DNS Name:</h2>
<div id="svcdns-form">
<FORM NAME="frameform" ACTION="" METHOD="GET"><BR>
<input type="text" NAME="name"> <input type="text" NAME="name">
<input type="text" NAME="app"> <input type="text" NAME="app">
<input type="text" NAME="service"> <input type="text" NAME="service">
<P>
<INPUT TYPE="button" NAME="button" Value="Click" onClick="process(this.form)"> <INPUT TYPE="button" NAME="button" Value="Click" onClick="process(this.form)">
</FORM> </FORM>
</div>
</div>
#### Video Guide #### Video Guide
![type:video](https://www.youtube.com/embed/TKh7NXjk91w) ![type:video](https://www.youtube.com/embed/TKh7NXjk91w)