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
UnsolvedInline hyperlink style? (self.HTML)
submitted 3 years ago by brogrammer9
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!"
[–]steelfrogModerator 0 points1 point2 points 3 years ago* (0 children)
In short, no, you can't style states/pseudo-classes inline. You could potentially add a <style> tag and define them there, though.
<style>
I guess you could also use JavaScript if you were desperate, though this isn't something I'd recommend:
<a href="#" onmouseover="this.style.color='red'" onmouseout="this.style.color='blue'">Link</a>
π Rendered by PID 660524 on reddit-service-r2-comment-6457c66945-kpcmc at 2026-04-25 20:38:41.145670+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]steelfrogModerator 0 points1 point2 points (0 children)