Tweak

InsaneJournal

Tweak says, "Your silliness is noted"

Username: 
Password:    
Remember Me
  • Create Account
  • IJ Login
  • OpenID Login
Search by : 
  • View
    • Create Account
    • IJ Login
    • OpenID Login
  • Journal
    • Post
    • Edit Entries
    • Customize Journal
    • Comment Settings
    • Recent Comments
    • Manage Tags
  • Account
    • Manage Account
    • Viewing Options
    • Manage Profile
    • Manage Notifications
    • Manage Pictures
    • Manage Schools
    • Account Status
  • Friends
    • Edit Friends
    • Edit Custom Groups
    • Friends Filter
    • Nudge Friends
    • Invite
    • Create RSS Feed
  • Asylums
    • Post
    • Asylum Invitations
    • Manage Asylums
    • Create Asylum
  • Site
    • Support
    • Upgrade Account
    • FAQs
    • Search By Location
    • Search By Interest
    • Search Randomly

Midnight Remedy ([info]midnightmod) wrote in [info]rp_tutorials,
@ 2009-06-19 17:23:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Entry tags:layouts: cdj

Character List or Directory









Name
PB HERE
AIM
Race


Name
PB HERE
AIM
Race


Name
PB HERE
AIM
Race


Name
PB HERE
AIM
Race




RULES
Since this isn't really something you can say 'OMG. I STOLE THIS!', credit is optional, though I really do prefer that you NOT use the image included. I don't have a paid account with Photobucket and the website freaks out when I have too many images. And I do have a lot of images. Plus, I use this picture for my game and you should make something fantastic to set yours apart from everyone else's! And the entire point of this is to modify it. So do your worst! As in, do your best. :)


THE CODE



HOW IT WORKS
Honestly? If you're straight up looking at the code, it's fairly repetitive. So I'll point out the most OBVIOUS things first and we'll go from there. Firstly, you'll notice img src. That means you want to take out anything that starts with 'http' and ends with 'png' to fill in with your own picture.

Now you'll notice something that says a href. That means it's LINKING one place to another. So take [info]rp_tutorials out and put your own game or journal inside. Now, notice that the end tag closes behind the picture's code. '</a>' This means that your picture is being linked to THAT webpage. So basically, when you have a picture of character, it'll link your players straight from the Character Directory to that character's page. Very helpful.

Title lets you state the Character's Name and the person that character is played by. This could mean the actor or actress or possibly more helpful, the 'mun' or player. It helps when it's hard to keep everyone straight to remember names. This is important because when you run your mouse over the face of the picture, this text will pop up.

The Name, PB HERE, AIM, and Race are all in their own little columns, separated by the '<*br>' tag. When you add this tag, it allows you to jump something down to the next line. You're more than welcome to center these, but I personally liked mine set against the left of the table. If you'd like that little AIM gif, just copy it into your own photobucket. I believe I grabbed it straight from AIM's website. And the font color to emphasize the PB choice was to set it apart from all the rest of the other text.

Each table has four pictures. Each table starts with a string of code that talks about border color width background color and alignment. The more pictures you have, the wider the table will be. If your pictures and text are small, you can space your graphics out, but I wouldn't recommend going over five people per line. It messes up the code and then it'll cause a lot of frustration and heartbreak. Mostly frustration. I've been known to eat code for how terribly it behaves at times.

The more you want to add on, the better. The end code is simply '' so if you copy from the end of the first table and paste before the last four end tags, with a space in between, you can successfully post as many rows of code as you need for your characters.


EXAMPLES OF USE

If you've used it, let me know! I'm dying to see how you put this code to work!



(Post a new comment)


[info]arevolvingworld
2009-06-20 01:08 am UTC (link)
Looks good :)>

I've got a question for you though. How do you get the table as a picture? I've got a few things I want to post myself and I cannot figure out how! *hides*

(Reply to this) (Thread)


[info]midnightmod
2009-06-20 07:40 am UTC (link)
I used a screen capture. But I screen capped the very FIRST part of the table and then I made a copy in Photoshop and melded them together.

But I'm glad you liked it. :)

(Reply to this) (Parent) (Thread)


[info]arevolvingworld
2009-06-20 07:22 pm UTC (link)
Thanks!


How would you do a screen capture? I used to be able to do them but I've completely forgotten :P

NP! It is rather snazzy looking

(Reply to this) (Parent) (Thread)


[info]midnightmod
2009-06-30 09:26 am UTC (link)
Sorry for the delayed reply.

It really depends on your computer. If you have a PC, most of them have a button. You press the button and it automatically snaps a picture which you then paste into a photo editing program--or into Paint.

With a Mac, you can press specific combinations to get exactly what amount you want to have and it saves it as a picture automatically.

If you google screen captures online, it'll tell you exactly how to do it.

(Reply to this) (Parent)


[info]panther_nesmith
2009-06-22 10:23 pm UTC (link)
Using this! Thanks for the code!

(Reply to this) (Thread)


[info]midnightmod
2009-06-30 09:26 am UTC (link)
Sure! Glad you could use it!

(Reply to this) (Parent)


[info]fantasydreams
2009-06-24 05:04 am UTC (link)
Thanks I'm going to use this for my past/present characters :)

(Reply to this) (Thread)


[info]midnightmod
2009-06-30 09:27 am UTC (link)
Great idea!

(Reply to this) (Parent)


[info]hammertech
2009-06-26 08:09 pm UTC (link)
I'm glad you posted this!

(Reply to this) (Thread)


[info]midnightmod
2009-06-30 09:28 am UTC (link)
Ask and you shall receive.

Or something cheesy like that. I figured if you thought it was worth being posted then I should follow through. :)

(Reply to this) (Parent)


[info]reawakening_mod
2009-07-01 01:52 pm UTC (link)
Using it for our directory.

http://reawakening-mod.insanejournal.com/2127.html

(Reply to this) (Thread)


[info]reawakening_mod
2009-07-01 01:54 pm UTC (link)
I do have a question though. Is there a way to get the lines closer together? I'm a noob with coding. I liked yours cause it was an easy manip. But I don't really need an inch between lines. :D

(Reply to this) (Parent) (Thread)


[info]crazyquilt
2010-06-12 01:50 am UTC (link)
At the end of every <td>, there should be a </td>, and after every four sections, add a </tr> and delete the new table setting. Every four lines doesn't have to be a new table; that's what's putting the extra spacing in.

is how I fixed that issue, and then add your </table> tag at the very end after all your lines.

(Also, I realize this question is from last year, but I figured you might not be the only person with that question, since I wanted to know too, so I figured I'd answer it here so it'd be here.)

(Reply to this) (Parent)


[info]musicalnoelle
2010-01-23 07:24 pm UTC (link)
Hey! I like this! And I'm using it for characters that I've created and either play in places or that are available to play in places, however when I put it in, filled it out and what not, some of the images are at different levels. Is there a coding way to make sure the pictures are all in one line?

http://musicalnoelle.insanejournal.com/4901.html This is the entry I have it in. Thanks!

(Reply to this) (Thread)


[info]musicalnoelle
2010-01-23 07:36 pm UTC (link)
I fixed it! LOL! But you can still see it in action!

(Reply to this) (Parent)


[info]miss_shadow
2010-01-29 07:57 am UTC (link)
I'm actually have the same problem as the person above. As you can see here some are at different levels. I managed to fix it in a couple of places but I have no idea how I did it...

(Reply to this)


[info]springvalleyky
2010-02-05 12:18 am UTC (link)
Using this one for this journal!

(Reply to this)


[info]shiverbeloved
2010-09-07 06:46 am UTC (link)
Used it, as you can see on my journal. I have a problem though, one of the pictures is lower than the rest. How can I fix this?

(Reply to this) (Thread)


[info]chaseisthename
2010-09-07 06:48 am UTC (link)
This code is a pain in the ass and I kind of feel bad for posting it, to be honest, but it's usually because it's affected by something in another part of the code.

I'm going to go poke at your code and then I'll get back to let you know what I think it is. Usually, you can just widen the tables by the percentage and that usually helps. But it depends on the actual problem.

(Reply to this) (Parent)


[info]chaseisthename
2010-09-07 07:09 am UTC (link)
I went ahead and copied the code from up above, put in your info, and it looks fine on my journal. You might want to just compare the two. When I copied it from the source, I got tons of extra crap I didn't really need, so it's hard to actually say 'Oh, this is why'.

(Reply to this) (Parent)


[info]ash_cdj
2010-09-15 07:10 pm UTC (link)
Using this! Thanks <3

(Reply to this)



Home | Site Map | Manage Account | TOS | Privacy | Support | FAQs