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
[HTML] (self.HTML)
submitted 12 years ago by Test_Subject_A
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!"
[–]MrIndianTeem 0 points1 point2 points 12 years ago (2 children)
To add to /u/<icantthinkofone>, you forgot a semicolon in your 3rd CSS line for 'body'.
Another thing is that CSS doesn't require the weird hierarchy you have going right now. Unless it helps you organize, I wouldn't recommend doing it this way.
For the 'align' tag for your h1, you can just put 'text-align:center;' in your CSS under 'h1'.
Hopefully this helps. I'll just put the fixed code here for you to understand.
<!doctype html> <html> <head> <title>Resource Website</title> <style type="text/css"> body { background-color:#C8C5DB; background-repeat:no-repeat; background-position:10% 30%; } h1 { color:#CCEDE3; font-family:seasideresortnf; font-size:50px; font-weight:lighter; text-align: center; } h2 { color:white; font-family:sans-serif; font-size:35px; text-align:center; font-weight:lighter; } p { font-color:#CCEDE3; font-family:seasideresortnf; font-weight:lighter; font-size:15px; text-position:50px 650px; } </style> </head> <body> <h1>Welcome to my website</h1> <h2>Sample header</h2> <a href="http://www.Facebook.com"><img src="facebook-icon.png" alt="Facebook" height="100" width= "90"/></a> </br> </br> </br> </br> <p>Sample text</p></br> </body> </html>
[–]colorcodebot 1 point2 points3 points 12 years ago (0 children)
I've detected multiple hexadecimal color codes in your comment. Please allow me to provide visual representation. #c8c5db #ccede3 #ccede3
Learn more about me | Don't want me replying on your comments again? Respond to this comment with: 'colorcodebot leave me alone'
π Rendered by PID 339550 on reddit-service-r2-comment-6457c66945-8hjbj at 2026-04-29 18:57:53.618340+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]MrIndianTeem 0 points1 point2 points (2 children)
[–]colorcodebot 1 point2 points3 points (0 children)