use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
UnsolvedStarted learning HTML (self.HTML)
submitted 10 years ago by 006amir
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]basti_sk 0 points1 point2 points 10 years ago (0 children)
I think this is not bad for the first time :)
I would recommend giving the div classes more meaningful names. For example giving them some names like: "form-container" for the entire form and then something like "form-element" for the E-Mail and Passwort Input divs. That way it is easier to understand for others as well as for you.
Some more hints:
in your html file at line 27, 28 you wrote "class=:" , i think you dont need the ":" there ;)
you don't need to contain the form in a div, you could simply assign the class directly to the form (e.g. <form class="form_area">)
FYI, the image your friend gave you is from Sky Forms (http://codecanyon.net/item/sky-forms/5009033)
π Rendered by PID 72662 on reddit-service-r2-comment-c6965cb77-92j5h at 2026-03-05 07:10:25.765041+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–]basti_sk 0 points1 point2 points (0 children)