View Single Post
  #9 (permalink)  
Old 11-21-2009, 05:25 AM
nightcrawler's Avatar
nightcrawler nightcrawler is offline
Contributing Member
 
Join Date: 09-20-09
Location: Currently Pakistan
Posts: 657
iTrader: 0 / 0%
Here is search form.php


Code:
<div class="sidebar-box"> <h3>Search</h3> <form method="get" id="search-form" action="<?php bloginfo ('home'); ?>"> <p><input name="s" type="text" class="sbm-b" value="Enter your search keyword" onfocus="if (this.value == 'Enter your search keyword') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter your search keyword';}" size="10" tabindex="1" /> </p> </form> </div>
http://seotips-services.com/about/ you'll see all the widgets are all over the place.. There is one thing that If I have page filled with posts they getting aligned but I can not add more data to other pages.. not Looking good, So far I am trying to get help on this thing in several forms and 3 days past no one knows I am thinking to change the theme.
 
Reply With Quote