0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
2 Posted Topics
Re: hr style
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> hr{border:dotted 4px #F90;} /* use this for dashed hr{border:dashed 4px #F90;} */ </style> <title>Untitled Document</title> </head> <body> <hr /> </body> </html> Try this way
hai rakwel10, in your page make the search box element definition from this, <input id="s" name="s" type="search"> to this, <input id="s" name="s" type="text"> try to change like that it gives as you expected let me know the status if its works fine or not
The End.