Tweak

InsaneJournal

Tweak says, "I'm too sweet to be sour!"

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

Aoife Gaelrohm ([info]athaisce) wrote in [info]rp_tutorials,
@ 2014-01-19 16:38:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Entry tags:coding: character profile

Coding for Dummies
I found this code on a journal that I absolutely adored and wanted to use, but I can't seem to make it show up in my journal. You can see it if you go to the page itself which isn't what I was going for.

Since I snagged the code from page source, I'm sure I got something wrong and don't have the journal's original code source to see where they got it and find a solution.

Any help would be appreciated, even if it's a point in the right direction.



Edit: Picture!

Layout Code:



(Post a new comment)


[info]stomps
2014-01-19 11:03 pm UTC (link)
Might be something in your overall layout. When I cut and pasted the code into my journal, it showed up on the main page just fine.

(Reply to this) (Thread)


[info]athaisce
2014-01-19 11:06 pm UTC (link)
Eeeeeeeeeeeeeeeeek. That's a good start. Do you have any pointers where I can look in my layout to see what's causing the problem?

(Reply to this) (Parent)


[info]athaisce
2014-01-19 11:10 pm UTC (link)
I popped my layout code into the entry just on the off chance it'd help!

(Reply to this) (Parent) (Thread)


[info]stomps
2014-01-19 11:52 pm UTC (link)
WAIT, I think I got it! Don't change anything in the layout code, but edit the table code instead. Where it says

<td height="141" width="250" align="left" valign="top" background="https://31.media.tumblr.com/cf639fd3bacb63b96981ee0ea3775bf1/tumblr_my9tu9Uo3J1qjnqapo1_500.gif">

use an inline style instead of the background= value:

<td height="141" width="250" align="left" valign="top" style="background-image:url(https://31.media.tumblr.com/cf639fd3bacb63b96981ee0ea3775bf1/tumblr_my9tu9Uo3J1qjnqapo1_500.gif)">


I'm no HTML/CSS expert so maybe that's not a great way to do it, but it does show up on my Chrome browser.

(Reply to this) (Parent) (Thread)


[info]stomps
2014-01-19 11:55 pm UTC (link)
Deleted my other comment to spare confusion and because I said something incorrect about CSS, but yeah, it was the layout CSS defining the td in the .shadowed, .ljshadowed, td, .entrybox {color:#df8383; background:#ffffff;} part that was making the table codes go blank, so if you need to put anything else in tables in the future, that's probably something to keep in mind.

(Reply to this) (Parent) (Thread)


[info]athaisce
2014-01-19 11:59 pm UTC (link)
Was about to publish the changes when I saw the notification. Whew! :D I was trying to figure out how to get the .shadowed, .ljshadowed, td, .entrybox {color:#df8383; background:#ffffff;} to still do what I wanted without interrupting the table.

You're a lovely person for helping me with that! Anything else will be behind a cut, so I think your solution is for the best since I really love this layout. THANK YOU!

(Reply to this) (Parent) (Thread)


[info]stomps
2014-01-20 12:39 am UTC (link)
You're welcome! And sorry for the double comment, that was my "testing rp-tutorial html questions" journal, whoops.

(Reply to this) (Parent) (Thread)


[info]athaisce
2014-01-20 12:42 am UTC (link)
:) Don't worry about it, I had a hunch!

And again, really appreciate it! ❤

(Reply to this) (Parent)



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