Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-12-17 00:18:44
- facho
- Member
- Registered: 2007-04-15
- Posts: 64
How to remove border around search box
I’m a newb, but trying to get my search box working and styled. The only issue I’m having is removing the border. I cannot for the life of me figure out how to remove the border. There does not appear to be a class attribute or anything. I appreciate any help.
Here is my tag:
<txp:search_input size=“75” label=”“ />
thanks!
Offline
#2 2008-12-17 00:30:22
- facho
- Member
- Registered: 2007-04-15
- Posts: 64
Re: How to remove border around search box
nevermind. resolved.
Offline
Re: How to remove border around search box
Follow this steps:
1. Textpattern wiki
2. <txp:search_input size="75" label="" html_id="my_search_input"/>
3. add this to your css – #my_search_input {border: 0}
Use google a little :)
Last edited by the_ghost (2008-12-17 00:31:04)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline