Tweak

InsaneJournal

Tweak says, "I am the Duck of Doom!"

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

Nae ([info]theoddfanaticat) wrote in [info]rp_tutorials,
@ 2010-04-12 01:50:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Coding question
I'm not quite sure if asking this here is allowed because it might not necessarily be RP specific, but whenever I do a table it seems that these large spaces in between things that shouldn't be there appear, usually after I've edited the information or added someone to a cast list or something. I'm not very html literate, does anyone know why these large spaces keep occurring, and how to fix/prevent them? Thank you so much for your time.


(Read comments) - (Post a new comment)


[info]tryslora
2010-04-12 10:44 am UTC (link)
For me, this usually happens because the interpreter is adding white space for carriage returns. So something coded as

[table]
[tr]
[td]
text goes here
[/td]
[/tr]
[/table]

may come out differently than

[table][tr][td]text goes here[/td][/tr][table]

where [ ] are placeholders for the correct punctuation, of course.

(Reply to this)


(Read comments) -


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