Best products from r/csshelp

We found 6 comments on r/csshelp discussing the most recommended products. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 4 products and ranked them based on the amount of positive reactions they received. Here are the top 20.

Top comments mentioning products on r/csshelp:

u/IzzySawicki · 2 pointsr/csshelp

Never done this one before but going from what /r/bookclub has, it looks like you need to change your sidebar text from this:


> The Sources of Normativity By Christine M. Korsgaard

to this:

> |The Sources of Normativity|
> |:--:|
> |MODERNIMAGE|
> |By Christine M. Korsgaard|

Then go to the stylesheet and upload an image of the bookcover, keeping it close to the size width 100px, height 150px:

Try this one for your current book, http://i.imgur.com/ONrsctG.jpg

make sure to name the image 'modern'

Then add this to your code:

.side a[href*="http://www.amazon.com/Sources-Normativity-Christine-M-Korsgaard/dp/052155960X/ref=sr_1_1?s=books&ie=UTF8&qid=1375318280&sr=1-1&keywords=sources+of+normativity#modern"] {
background-image :url(%%modern%%);
width:100px;
height:150px;
background-repeat: no-repeat;
background-position:0 0;
display:block;
font-size: 0px;
cursor: default;
border: 1px solid #876824;
}


When you want to change it to a new book, in the sidebar you need to just change that amazon link but make sure to keep the #modern at the end of the link, then upload a new book picture, and then change the link in that code to the new amazon link.

It should end up looking like this /r/izzytest3/ (not including your other formatting)

u/turikk · 1 pointr/csshelp

"camo style" is not really a thing that your internet browser recognizes. You'd have to create a picture and set the rules to point to that picture instead. You'll need to upload an image (you can do that on the same page that you edit the stylesheet) and then tell reddit you want your background-image to be something.

You should ask your parents to buy you this book: HTML and CSS: Design and Build Websites. It's one of the first books I read and it really helped me figure this stuff out. I know you sort of just want to get your website to look how you want, but you're figuring this stuff out on your own, which means you could probably do a lot more! People like us get paid to sit at the computer and make websites look how we want, and its a lot of fun. I worked for a video game company and got to do this all day!

u/LaTortugaConQueso · 1 pointr/csshelp

It works! thank you SO much! I have one more issue, if you have time... On our sidebar we used to have this:

Find ShowsAccess StoreFacebookTwitterInstagramGoogle PlayiTunesAmazon • [DCFC Site] (http://www.deathcabforcutie.com/home/) • • Stream Kintsugi on YouTube!


It was at the bottom of everything else on the sidebar (under the tour dates) and for some reason when I have it on there, it appears at the top of the page overtop of the scrolling images, and the text isn't all visible. What am I doing wrong? It looks right when I preview in RES, in the preview box it shows up under the tour dates

u/azgoodaz · 1 pointr/csshelp

When I add a image to the sidebar. The link name

> A book about dreams by a Redditor, for Redditors.

appears above the image. How do I remove the link name without removing the image?