http://92.40.47.235/irc/
I want the search bar on the right of that section.
How do i go about doing this?
Thanks,
Andy
Code:
<body>
<div id="wrapper2">
<div id="header">
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a><form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>"><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /><input type="submit" id="sidebarsubmit" value="Search" /></form></h1></div>
I want the search bar on the right of that section.
How do i go about doing this?
Thanks,
Andy