Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 11-10-2006, 08:07 AM   #1 (permalink)
Banned
 
fuser's Avatar
 
Join Date: 05-19-06
Posts: 146
iTrader: 0 / 0%
Latest Blog:

[CaRP] XML error: > required at line 5

fuser is liked by many
Lightbulb Border in the search box

Hi, i have a site with a search box that appears inside a rectangle...how can i take it away? I just want the search box, with nothing around it.

Ive attached a picture

Thanks, fuser
Attached Thumbnails
Border in the search box-imagen-3.png  
fuser is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-10-2006, 08:30 AM   #2 (permalink)
v7n Mentor
 
JamieJelly's Avatar
 
Join Date: 03-09-06
Posts: 1,250
iTrader: 0 / 0%
Latest Blog:
None

JamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest order
is it inside a fieldset tag? post the code for it
JamieJelly is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-10-2006, 08:35 AM   #3 (permalink)
Contributing Member
 
Join Date: 07-08-06
Location: Here
Posts: 189
iTrader: 0 / 0%
Latest Blog:
None

daboss is a jewel in the roughdaboss is a jewel in the roughdaboss is a jewel in the roughdaboss is a jewel in the roughdaboss is a jewel in the roughdaboss is a jewel in the rough
looks like the search box is in a div? if that is so, check your css code... is there a border specified for that div?
daboss is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-10-2006, 08:41 AM   #4 (permalink)
Banned
 
fuser's Avatar
 
Join Date: 05-19-06
Posts: 146
iTrader: 0 / 0%
Latest Blog:

[CaRP] XML error: > required at line 5

fuser is liked by many
Hi, heres the code. I want to make that rectangle around the searchbox and search buttom to disappear, not de rectangle of the search box.

Thanks for the help!

Code:
<center> <table cellpadding="5" cellspacing="1" class="searchBox"> <tr> <td align="center"> <form action="index.php" method="get"> <table><tr><td> <div align="left"> <input type="text" name="query" id="query" size="40" value="<? print quote_replace($query);?>" action="include/js_suggest/suggest.php" columns="2" autocomplete="off" delay="1500"> </div> <td> <input type="submit" value="<?=$sph_messages['Search']?>"> </td></tr></table> <? if ($adv==1 || $advanced_search==1) { ?> <table width = "100%"> <tr> <td width="40%"><input type="radio" name="type" value="and" <?=$type=='and'?'checked':''?>><?=$sph_messages['andSearch']?></td> <td><input type="radio" name="type" value="or" <?=$_REQUEST['type']=='or'?'checked':''?>><?=$sph_messages['orSearch']?></td></tr> <tr> <td><input type="radio" name="type" value="phrase" <?=$_REQUEST['type']=='phrase'?'checked':''?>><?=$sph_messages['phraseSearch']?></td> <td><?=$sph_messages['show']?> <select name='results'> <option <? if ($results_per_page==10) echo "selected";?>>10</option> <option <? if ($results_per_page==20) echo "selected";?>>20</option> <option <? if ($results_per_page==50) echo "selected";?>>50</option> <option <? if ($results_per_page==100) echo "selected";?>>100</option> </select> <?=$sph_messages['resultsPerPage']?> </td> </tr> </table> <?}?> <?if ($catid<>0){?> <center><b><?=$sph_messages['Search']?></b>: <input type="radio" name="category" value="<?=$catid?>"><?=$sph_messages['Only in category']?> "<?=$tpl_['category'][0]['category']?>'" <input type="radio" name="category" value="-1" checked><?=$sph_messages['All sites']?></center> <? }?> <input type="hidden" name="search" value="1"> </form> <?if ($has_categories && $search==1 && $show_categories){?> <a href="search.php"><?=$sph_messages['Categories']?></a> <? }?> </td> </tr> </table> </center>
fuser is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-13-2006, 12:22 PM   #5 (permalink)
v7n Mentor
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,338
iTrader: 0 / 0%
Latest Blog:
Starting p90x today

Izzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web pro
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
I'm confused? In that picture, is that how you want it to look? Or is that how it looks?

Because if that's how you want it to look, then you don't have to do anything, that's like that by default, but if that how it looks now, and you don't want the border (??) then you need to do a CSS tag for it.

I'm confused by what your asking in this post, could you be a little more clear?
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with CSS, adding a border CircleOfLinks Coding Forum 6 12-12-2007 06:53 AM
How to add border in Dreamweaver minbak Graphic Design Forum 2 03-16-2006 06:33 AM
How do you make a border? TeKBuzz Graphic Design Forum 9 03-15-2005 08:46 PM
Border Around This Text With Css mortgage-pro-seo Coding Forum 3 10-20-2004 11:59 AM
CSS border question? ATLien Coding Forum 12 11-22-2003 07:34 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 03:18 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.