Tweak

InsaneJournal

Tweak says, "it's 4am on the west coast"

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

it's not 50, it's five-oh ([info]fiveohmod) wrote in [info]rp_tutorials,
@ 2014-07-15 11:37:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Entry tags:question: html/css

Hi there. I'm hoping someone who understands these things can help, I can input information into pre-existing code but that's about as far as I go.

I'm using a code I found in here to make ID's as a taken page, and all's well until....I can't get them to sit next to each other. I thought just running the code without a space right next to another would but it actually makes them line up from top to bottom.

As seen here.

Is there any way to accomplish that, or is it just not possible? The code's original creator's journal is deleted so, I'm kind of stuck as it stands.

Thanks!



(Read comments) - (Post a new comment)


[info]tessisamess
2014-07-15 08:03 pm UTC (link)
Taking the line breaks out as suggested will definitely help the flow, but it won't set them inline like you want. You're going to want to put display:inline-block; into every instance of <div style="display:inline-block;width:225px;height:350px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:thin solid #b9b9b6;">.

You might also want a container to center the whole shebang on the page, in which case you just need to stick the whole cast list into:
<div style="margin:0 auto;width:920px;">

CAST LIST HERE

</div>


Hope that helped!

(Reply to this) (Thread)


[info]fiveohmod
2014-07-16 02:42 am UTC (link)
This worked beautifully, thanks so much for your help!!!!

(Reply to this) (Parent) (Thread)


[info]tessisamess
2014-07-16 03:17 am UTC (link)
No problem at all! ♥

(Reply to this) (Parent)


(Read comments) -


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