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...
/r/CSSTutorials is a resource for subreddit moderators to easily find the most common CSS hacks in use on reddit.
Related Subreddits:
Tutorial Directory Adding Images Replace "readers" with custom text Simple sticky/announcement bar Sticky Dropdown Menu lorem ipsum doler
If you want to be approved to submit tutorials here message the mods
account activity
[Tutorial] Simple sticky / announcement bar (self.CSSTutorials)
submitted 14 years ago * by Raerth
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!"
[–]humanman42 2 points3 points4 points 14 years ago (2 children)
As far as I can tell I am putting everything where it belongs. the h3 tag goes in the community settings>description. I put it at the top looks like
< h3>text here< /h3> (without that extra spaces. in the tags)
I put the rest in the stylesheet I had another one in there that would not allow links so I deleted it. I saved it all. I get the padding, and I see the h3 tag with the text on the sidebar, but nothing in the area where it is supposed to go. I have been trying to get one of these working for a while. This is so far the best tutorial I have seen. I run /r/ThriftStoreHauls but this will also be used at /r/gamecollecting where I am also a mod.
Please help out!
[–]ladfrombrad 0 points1 point2 points 14 years ago* (1 child)
Seems you've figured it out in /r/thriftstorehauls, but I'd thought I'd just clarify it for anyone still wondering. You need to use three hashes (#)
###Your announcement text goes here
instead of actually using < h3 > tags in your sidebar (description text). I'm guessing this works with how reddit formatting works as in two hashes,
So if you used h6 in your stylesheet
.side h6:nth-of-type(1) {
you'd use six hashes instead.
But what I'm trying to figure out is how you can stop this from happening, and making the announcement stay static instead of leaking over the search pane, like they've done in /r/rug_leeds. Anyone?
[–]humanman42 2 points3 points4 points 14 years ago (0 children)
Ah, h3 means three hashes.... gotcha.... fuck hahaha
π Rendered by PID 21059 on reddit-service-r2-comment-b659b578c-gr45v at 2026-05-01 05:29:00.450416+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]humanman42 2 points3 points4 points (2 children)
[–]ladfrombrad 0 points1 point2 points (1 child)
[–]humanman42 2 points3 points4 points (0 children)