css - Add HTML(dropdown) in wordpress new page -



css - Add HTML(dropdown) in wordpress new page -

how can convert wordpress new page. tried add together tru html didn't work. dropdown mest up. nil seems good. can help me out please? point me in wright direction. show me preview how can prepare problem.

<html> <head> <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>smoelenboek</title> <link rel="stylesheet" href="css/bootstrap-theme.css" type="text/css" media="screen" title="no title" charset="utf-8"> <link rel="stylesheet" href="css/default.css" /> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/tablesorter.js"></script> <script id="data" type="text/javascript" src="js/search.js" xmldata="data/raetexport.xml"></script> </head> <body> <style type="text/css"> body { background-image:url('background-alert-ipad.jpg'); } </style> <form class="form-horizontal"> <fieldset> <div class="control-group"> <div id="controller"> <label class="control-label" for="searchinput"><font color="#ffffff">zoeken:</font> <input type="text" id="term"> </label> <div class="control-group"> <div class="controls"> <label class="control-label"><font color="#ffffff">opties:</font> <select name="category" id="category"> <option value="none">selecteer een optie</option> <option value="roepnaam">voornaam</option> <option value="naammedewerker">achternaam</option> <option value="team">team</option> </select> </label> </div> </div> </div> </div> </div> <input name="zoeken" type="button" id="searchbutton" value="search"> </fieldset> </form> <div id="result">&nbsp;</div> </body> </html>

this right fix.

insert html snippet wordpress plugin solution, adds html, css , javascript code pages , posts easily. – user3599534 1 hr ago

thank you.

html css xml wordpress

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -