Form padding driving me crazy!

If you are having problems with GuMax, post here.
Post Reply
User avatar
stingerman
Rank 0
Rank 0
Posts: 2
Joined: December 8th, 2008, 7:31 pm

Form padding driving me crazy!

Post by stingerman »

Hey guys!

I am using the GumaxV.php

I have inserted by header which contains the site search form. However, it has padding which I cannot remove.

Here is the site: http://cosmicbooknews.com/mediawiki/ind ... =Main_Page

You can see the search in the upper right hand side.

I can't find in the css sheets which one is doing this :lol:

Anyone know?

Here is the form I am using:

Code: Select all

 <div id="buttons">
<form action="http://www.cosmicbooknews.com/sphider/search.php" method="get">

<table><tr><td>
	<div align="left"> 
<input type="text" name="query" id="query" size="30" value="" action="<?php echo $_SERVER['DOCUMENT_ROOT']; ?>/sphider/search.php"  columns="2" autocomplete="off" delay="1500">	
</div> 
<td>
<INPUT TYPE="image" SRC="http://www.cosmicbooknews.com/submit.gif" HEIGHT="23" WIDTH="60" BORDER="0" value="Search">
</td></tr></table>
	<input type="hidden" name="search" value="1"> 
	</form></div>
The css for the div:

Code: Select all

#buttons {
position: relative; 
left: -25px; 
top: -30px;
width:280px; 
z-index:3;
float: right;
}
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Form padding driving me crazy!

Post by Paul »

Have you set the padding and spacing for form as well? BTW, the link is not working.
User avatar
stingerman
Rank 0
Rank 0
Posts: 2
Joined: December 8th, 2008, 7:31 pm

Re: Form padding driving me crazy!

Post by stingerman »

Paul wrote:Have you set the padding and spacing for form as well? BTW, the link is not working.
Thanks for replying.

Just checked - link works.

- or you can get it from here: http://www.cosmicbooknews.com

- Click on 'COSMICPEDIA'

No not for form. I use it on all the pages of the site and haven't needed to.

Hmmm...I wonder if its set in the default style css?
Post Reply