Hi, I find it hard to add a search bar to my headers. I've already created a HTML for my search bar, I've added it in the HTML section.
<div class="search">
<form action="http://mywebsite123.forumotion.co.uk">
<input type="text" name="search" placeholder="Search for..." /> <input type="submit" value="Search for" />
</form>
</div>
I don't know how to make it appear on the header
<div class="search">
<form action="http://mywebsite123.forumotion.co.uk">
<input type="text" name="search" placeholder="Search for..." /> <input type="submit" value="Search for" />
</form>
</div>
I don't know how to make it appear on the header
Last edited by łukskała on February 15th 2017, 2:22 pm; edited 1 time in total