Basically my kitchen is Wankgate
Rundown:
rpanons is an anonymous community for role-play related topics. This place serves as a forum for game discussions, canon discussions, RP solicitations (ATP, game ads, open memes), and advice. The occasional off topic comment is inevitable, but please keep heated social and political topics to their respective communities. Posting them here will only get them frozen. Subsequent threads made to bypass a freeze will then be deleted.
Rules:
Do not post pornographic or shocking images.
Do not share private entries, plurks, chat logs, etc.
Do not use this community as your social/political/hatespeech soapbox.
Do not be redundant. One page does not need three or more threads on one topic/theme.
Do not treat this comm like your personal Plurk or Twitter. Off-topic happens, but it should be open for discussion and not just a play-by-play of your life. No one cares.
CONCERNS | RESOURCES
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Rules:
Do not post pornographic or shocking images.
Do not share private entries, plurks, chat logs, etc.
Do not use this community as your social/political/hatespeech soapbox.
Do not be redundant. One page does not need three or more threads on one topic/theme.
Do not treat this comm like your personal Plurk or Twitter. Off-topic happens, but it should be open for discussion and not just a play-by-play of your life. No one cares.
CONCERNS | RESOURCES
Navigate:
LATEST PAGE | GAME DISCUSSIONS | CANON DISCUSSIONS | HTML/GRAPHIC HELP
ATP/ENABLE ME | GAME ADVERTISEMENTS | PB SUGGESTIONS | USERNAME SUGGESTIONS
GAME IDEAS | CHARACTER ADVICE | RP WITH ME | TEST DRIVES
code/html help
I snagged a Flexible Squares LJ layout and everything is great except for the three middle icons not showing up correctly. I already uploaded the correct pictures to my own server and tried replacing the links already found in the code, but I am completely code illiterate so I must still be doing something wrong.
Any help would be greatly appreciated!
Re: code/html help
(Anonymous) 2014-11-27 10:31 pm (UTC)(link)no subject
no subject
If you mouse over your links on your journal, you get house icon: (nothing), speech bubble: /archive, speech bubble: /read, speech bubble: /tag, speech bubble: /memories?user=makes_it_rain, and bobbly dude: /profile
The first one, your tags and bobbly dude are working because you have:
and
and
which are telling it take this url (eg a[href*="/tag"]) and put the background on it: background: url(http://i19.photobucket.com/albums/b193/CloudSmoothieAngel/Nature/comment_bubble-1_zps18d58a99.png)
But you have a couple pointing to urls that don't exist.
If you change the ones that don't work:
and
to the correct links for /archive and /read, it should work.
The next problem is that dreamwidth has an extra one (memories) that didn't exist as a default link on LJ. If you don't want the repeating speech bubble icon, you'll need to add a new block and change the url to point to /memories?user=makes_it_rain and change the background url to an appropriate icon.
Even though I did all that in the layout I messed up, it still came out pretty wonky and I think I had to re-order some of the blocks of code. Anyway, I hope that clarified some things and hopefully get you started!
no subject
no subject
no subject