Title: thoidingjam's Replies | WordPress.org

---

# thoidingjam

  [  ](https://wordpress.org/support/users/thoidingjam/)

 *   [Profile](https://wordpress.org/support/users/thoidingjam/)
 *   [Topics Started](https://wordpress.org/support/users/thoidingjam/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thoidingjam/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thoidingjam/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thoidingjam/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thoidingjam/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thoidingjam/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CSS] CSS is not able to reach the ID](https://wordpress.org/support/topic/css-is-not-able-to-reach-the-id/)
 *  Thread Starter [thoidingjam](https://wordpress.org/support/users/thoidingjam/)
 * (@thoidingjam)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/css-is-not-able-to-reach-the-id/#post-3951763)
 * I think I figured what I want.
    THis is it. TO insert
 *     ```
       <!-- Search box -->
       			<td class="search">
       				<!--  Search box-->
       				<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
       					 <table cellpadding="0" cellspacing="0"   align="left">
       						<tr>
       							<td class="box"><input type="text" class="textbox searchbox"  name="s" id="s" placeholder="Search" size="41"/>
       							</td>
       							<td ><input type="submit" id="searchsubmit" value="&nbsp;" class="button searchbutton" /></td>
       						</tr>
       					</table>
       				</form>
       				<!--  Search box-->
       ```
   
 * inside this `<div class="cont"><?php the_content;?>`
 * How to do it.?

Viewing 1 replies (of 1 total)