I'm triying to find this box [closed] - html

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
http://postimg.org/image/oola4fxp5/
Hey my friends!
Please help me! I have to create this box for email field but i dont know what it's attiribute. How can i create this?

That is a textarea
<textarea></textarea>
See here for more information on attributes and such.

Related

Rails :text_area with tool box [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
I want to design a text_area with toolbox in rails. Is there any way or gem to do that?
I achieved that through tinymce-rails gem.

Grey piece to the right of background [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
to the right of background keep grey piece:http://www.bestmonsterhigh.ru/
How I can remove this grey ugly piece?
Add width:350px to .login-block

Unwanted space below image [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
This is my webcam: http://flamencopeko.net/cam.php
Source: http://flamencopeko.net/cam.txt
All the html5, css3 and js is in this one file.
After I upgraded it from XHTML to HTML5 there is this unwanted space below the image. You will see it as a yellow line when hovering.
Any css I'm missing?
Add display:block; to the image.

Display message when user inputs invalid/null email id or password [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
Is there a way to display an error message when user inputs invalid details or leave an required field blank.
Its required="" put it inside <input> tag

Search result in Google [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
In the image below I have a search results from Google. I wonder what this type of detailed search result is called and how it's done? Thanks!
You're talking about sitelinks. Please have a look to: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=47334
As stated in the article, it is not something you can force, Google decides whether your site is worth to have them or not.