Results 1 to 6 of 6

Thread: Table spacing in signature

  1. #1
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default Table spacing in signature

    I put a table in my signature and it added about two inches of blank space between my signature and the horizontal line that separates the post from the signature. Does anyone know why?
    Figaro Castle

  2. #2
    Super-Rad Recognized Member Spatvark's Avatar
    Join Date
    Oct 2001
    Location
    The Mysterious Island of Bigfoot Women
    Posts
    2,098
    Articles
    7
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    I've seen it happen before; it's to do with faulty coding. It's not bad enough to screw up the tables completely, but it does do that. Post up the code and I'll correct it for ya
    Seriously the best band in the world.
    And here's where I'll stay / For ten years and a day
    We're on a quest to find hidden treasure / And mystery on The Wild Sea

  3. #3
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Here's the code. I also tried setting the top margin of the table to "-20px", but it didn't work, plus I didn't know how ya'll felt about us including a local stylesheet in our signatures.
    Attached Files Attached Files
    Figaro Castle

  4. #4
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    The MB doesn't parse out whitespace like normally happens with HTML. If you format your code and put all the tags on new lines with tabs to indent it and whatnot, the MB will put the newlines in there. In HTML when you put text between a </tr> and a <tr> for example, it'll throw that text to either before or after the table. So that's what's happening. Pretty sure anyways. That's what it does with normal text in posts. Try putting <table><tr><td>blah</td></tr> instead of putting all the tags on separate lines.

  5. #5
    Super-Rad Recognized Member Spatvark's Avatar
    Join Date
    Oct 2001
    Location
    The Mysterious Island of Bigfoot Women
    Posts
    2,098
    Articles
    7
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    yeah, that's what I just remembered via a bit of experimentation =P

    What you need to put in your sig
    <table border="0" height="48"><tr><td><img src="http://www.geocities.com/chadmonkey/sb.gif"></img></td><td><a href="http://invisionfree.com/forums/Shrine_of_Erdrick/"><font size="5" color="white">Shrine of </font><font size="5" color="#7CFC00">Erdrick</font><br><font color="#FFFF00">Looking for a couple of moderators for a simple, laid-back board</font></a></td><td><img src="http://www.geocities.com/chadmonkey/sb.gif"></img></td></tr></table>
    My bad for saying it was sloppy coding =P
    Seriously the best band in the world.
    And here's where I'll stay / For ten years and a day
    We're on a quest to find hidden treasure / And mystery on The Wild Sea

  6. #6
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Ok, that makes perfect sense. Thanks a lot for your help both of you. This thread's done whenever someone wants to close it. Thanks.
    Figaro Castle

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •