Skip to content

Commit

Permalink
use a temporary hack to have a margin-top for h2
Browse files Browse the repository at this point in the history
  • Loading branch information
amaya-editor committed Oct 17, 2024
1 parent 01c9dea commit 10fd313
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions html/s24-question-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,11 +645,16 @@ <h2 class="nav__submenu__intro__heading">About</h2>
<div class="content">
<article>
<h1>Add a question to 'WBS question types'</h1>

<p>This form allows to add questions to the questionnaire <cite>Test for WBS RFE</cite>; as a first step, you need to <strong>choose a type of question</strong> to create in the list below - you'll be prompted for further data once you submit the form.</p>
<ul>
<li><a href="#create">Create a question from scratch</a></li>
<li><a href="#copy">Copy an existing question</a></li>
</ul>

<form method="get" action="./">

<div> </div>
<div> </div>
<h2 name="create" id="create">Create a question from scratch</h2>
<p>You need to first <strong>choose a type of question</strong> to create in the list below - you'll be prompted for further data once you submit the form.</p>
<div class='l-box'>

<div class="field">
Expand Down Expand Up @@ -780,11 +785,15 @@ <h1>Add a question to 'WBS question types'</h1>

<button class="button" type="submit" name="action" value="Submit">Submit</button>
</form>
<p>You can also <a name='copy' id='copy'>start from an existing question</a> by giving:</p>


<form action="./" method="post">
<input name="wgid" type="hidden" value="109" />
<input name="qaireno" type="hidden" value="Test-wbs-rfe" />
<div> </div>
<h2 name="copy" id="copy">Copy an existing question</h2>
<p>You can also start from an existing question by giving:</p>

<div class='l-box field-group'>
<fieldset>
<div class="field">
Expand Down Expand Up @@ -827,6 +836,7 @@ <h1>Add a question to 'WBS question types'</h1>
<button class="button" type="submit" name="action" value="Copy and create">Copy and create</button>
</form>


</article>


Expand Down

0 comments on commit 10fd313

Please sign in to comment.