Tweak

InsaneJournal

Tweak says, "says Tweak."

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

They always said she looked alot like Severus.. ([info]slytherdor) wrote in [info]rp_tutorials,
@ 2010-01-01 17:56:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Entry tags:layouts: family tree, question: layouts

I was wondering if anyone could point me in the direction of a good table/code I could use as a parents table?

Thanks.



(Post a new comment)


[info]t_quibbler
2010-01-02 06:07 am UTC (link)
Do you need icons for the parents, or just names?

(Reply to this) (Thread)


[info]t_quibbler
2010-01-02 08:30 am UTC (link)
This uses the same basic principle as the nesting tables castlist I coded last month; in this case each family is a table of its own, each inside a cell of a larger table, making it easy to move 'em around if you need to, as well as define a separate visual distinction. Change fonts, colors, spacing, anything you like! If you have questions, glance over the castlist version, if you still do, hit me up and I'll answer them as best as I'm able! :)

  1. Open your table with this:
  2. Per row, use this:
  3. Per family (I'd suggest 4 per row, 3 or 5 could work) use this:
  4. If you have more than one child per family, find this section of code: , copy it, and paste it IMMEDIATELY after the original.
  5. At the end of each row, use this:
  6. At the end of the table, use this:

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-02 08:32 am UTC (link)
Looks like so:

Mother Name
Father Name
Child Name
Mother Name
Father Name
Child Name
Mother Name
Father Name
Child Name
Child Name
Mother Name
Father Name
Child Name
code by quibblercons available at rp_tutorials

(Reply to this) (Parent) (Thread)


[info]fromamerica
2010-01-03 07:50 pm UTC (link)
This is totally random and unrelated, but I saw your user name and had to geek a bit. I'm using one of the layouts (which I believe) you made and it's simply amazing. I have credit up and all that, I just wanted to give a personal thank you as it's truly a gorgeous, slick journal.

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 08:15 pm UTC (link)
Actually, you have a (slightly modified, it looks like) layout by Liz! :D She's ~grrliz on LJ, and the layout comes from a community called ~thefulcrum, right here. Liz lets people use her CSS as a starting point for creating their own Bloggish layouts, so long as they credit her back, which I've done in the past so that may be where you've seen our names together. All of my layouts can be found at [info]quibblercons, a few of them are public over at mintyapple. But, I completely agree with you, that layout (as well as most all of Liz's layouts, really) is very lovely!

(Reply to this) (Parent) (Thread)


[info]fromamerica
2010-01-03 08:20 pm UTC (link)
Oh no, not on this journal, on another one. XD I have way too many. >.> But yes grrilz is awesome as well!

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 08:23 pm UTC (link)
Aha! Would it be too nosy of me to ask which layout it is? XD I always like knowing which ones people like for future layout making styles.

(Reply to this) (Parent) (Thread)


[info]fromamerica
2010-01-03 08:26 pm UTC (link)
As you coded it I seen on reason. :P I'm using it at [info]grinanddie and it's also being used at [info]x_mod. :3

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 08:50 pm UTC (link)
Thanks! :D

(Reply to this) (Parent) (Thread)


[info]fromamerica
2010-01-03 08:54 pm UTC (link)
NP, thank you again! It's a really slick layout :)

(Reply to this) (Parent)


[info]slytherdor
2010-01-03 08:15 pm UTC (link)
Thank you. I'll be tweeking it a bit and post here to let you know what it looks like when I'm done :)

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 08:24 pm UTC (link)
NP, I'd love to see the finished product! :)

(Reply to this) (Parent) (Thread)


[info]slytherdor
2010-01-03 08:35 pm UTC (link)
I do have a question however. I can't get the tables to go side by side, instead they go under each other like this.

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 08:45 pm UTC (link)
You have each cell in it's own row. :) I'll use parenthesis instead of < and >here, to show you how a table code is structured?

(table etc.)
(tr - this defines a row)
(td - this defines a cell)info info info(/td)
(td - this defines another cell in the same row)info info info(/td)
(td - and a third)info info info(/td)
(/tr - defines the end of a row)

Right now, yours is like this:

(table etc.)
(tr)
(td)info info info(/td)
(/tr)
(tr)
(td)info info info(/td)
(/tr)
(tr)
(td)info info info(/td)
(/tr)
(tr)
(td)info info info(/td)
(/tr)
(/table)

Does that make any sense, or have I just confused you further? :(

(Reply to this) (Parent) (Thread)


[info]slytherdor
2010-01-03 09:19 pm UTC (link)
I tired it without line breaks and I still get the same thing.

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 09:31 pm UTC (link)
How many families would you like in each row? :)

(Reply to this) (Parent) (Thread)


[info]slytherdor
2010-01-03 09:43 pm UTC (link)
Four. I'm sorry if I'm not catching on well.

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 09:48 pm UTC (link)
No, I'm not explaining myself well! :) Technically there aren't any linebreaks in that code, but because it's tables within tables, it gets more confusing. Try this:

(to start the table)
(for each row)
(to close the table)

(Reply to this) (Parent) (Thread)


[info]slytherdor
2010-01-03 09:55 pm UTC (link)
Thank you very much :)

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 09:56 pm UTC (link)
NP! If you need me to better clarify the modification for families with 2+ kids, let me know. :D

(Reply to this) (Parent)


[info]irish_cdj
2010-01-24 12:37 am UTC (link)
I totally snagged this to keep for later characters :)! Thanks!

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-24 02:49 am UTC (link)
NP, enjoy!

(Reply to this) (Parent)


[info]candidusmod
2010-04-06 12:01 am UTC (link)
I totally love this! Snagging for potential use.

(Reply to this) (Parent) (Thread)


[info]igpayatinlay
2010-04-06 12:19 am UTC (link)
Awesome! :)

(Reply to this) (Parent)


[info]splott
2010-01-03 01:14 am UTC (link)
There's also just a text one in the community here

(Reply to this) (Thread)


[info]slytherdor
2010-01-03 08:07 pm UTC (link)
I must have missed that one, sorry.

(Reply to this) (Parent)


[info]t_quibbler
2010-01-03 08:25 pm UTC (link)
I missed it too. :> Would you mind pointing me, please? :D

(Reply to this) (Parent) (Thread)


[info]splott
2010-01-03 08:41 pm UTC (link)
http://asylums.insanejournal.com/rp_tutorials/24570.html

(Reply to this) (Parent) (Thread)


[info]t_quibbler
2010-01-03 08:48 pm UTC (link)
Awesome, thank you!

(Reply to this) (Parent)



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