Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: Table code malfunction

  1. #11
    Senior Thread Creator SinProductions's Avatar
    Join Date
    Aug 2011
    Location
    Where sanity is overrated...
    Posts
    725
    Also I have a couple questions and issues with the new linking but I'll wait for this issue to be resolved first.

  2. #12
    Semper Augustus Sora's Avatar
    Join Date
    Jul 2008
    Posts
    16,012
    Go to advanced posting and use WYSIWYG (What you see is what you get.) It's the button in the top left. It lets you see the coding you've done as it will appear in your post. If you don't want to, I'll figure out how to actually code it.


    So, I did a little bit of searching.
    [TABLE="class: outer_border, width: 500, align: left"]
    So, this is the main problem. Instead of just [table], you have to have these special elements in.
    the "class:" part defines what kind of borders it has, use outer_border if you want a border around the whole table but not between cells, use grid if you want a border between everything. Delete the "class:" part all together if you want no borders.

    The "width:" part decides how large the table is horizontally. This is required. 500 is the default.

    "align:" is the final element, it can be either "left", "center", or "right", or you can exclude the "align:" all together and it will align left by default.


    To define a row, put a [TR] tag. To add a cell in a row, add a [TD] tag.

    For example:
    [TABLE="class: outer_border, width: 500, align: left"]
    [TR]
    [TD]Sora[/TD]
    [TD]Is[/TD]
    [/TR]
    [TR]
    [TD]Very[/TD]
    [TD]Awesome[/TD]
    [/TR]
    [/table]

    Yields:
    Sora Is
    Very Awesome

    Ask about what you don't understand.


    Also, I'm loving the [hr] tags.

  3. #13
    Senior Thread Creator SinProductions's Avatar
    Join Date
    Aug 2011
    Location
    Where sanity is overrated...
    Posts
    725
    Well thank you sora, that is actually a helpful piece of info. I'll be sure to make use of it in the future. However based on the yield, incorporating that into my current threads which have the table malfunction would take a lot of time. I used a lot of tables and with this, it looks like I would need to wrap the code you gave me around each individual line of info. Ultimately, the result wouldn't be the same. Thanks again though for the help.

  4. #14
    Semper Augustus Sora's Avatar
    Join Date
    Jul 2008
    Posts
    16,012
    Yeah, I can understand that feeling.
    I had to spend a good half hour going through a character sheet and fixing the tables to they worked again.

  5. #15
    Senior Thread Creator SinProductions's Avatar
    Join Date
    Aug 2011
    Location
    Where sanity is overrated...
    Posts
    725
    So do Mod's reply once they've seen the thread or....

  6. #16
    Female Geek Kagamine's Avatar
    Join Date
    Dec 2010
    Location
    Somewhere with wi-fi.
    Posts
    31,530
    Depends on A) what the issue is and whether or not it concerns mod attention or B) whether or not the mods have the answer.

    In this case, though, you really don't need mod input, since Sora already solved your problem for you. Nothing left to see here.


    WOTM #26 Guidelines thread is up! This month's theme is Evil Wins! Let's see those entries!!

  7. #17
    A Small Miracle ★LunaLight★'s Avatar
    Join Date
    Jun 2011
    Location
    Texas
    Posts
    18,387
    Luna Loves
    Sora For
    This Information

    Thanks for the siggy Harby san. You definitely know my tastes.
    A blog, gallery, hangout, wall, forum-game-containing, advice-giving, multipurpose thread


  8. #18
    Senior Thread Creator SinProductions's Avatar
    Join Date
    Aug 2011
    Location
    Where sanity is overrated...
    Posts
    725
    Sora didn't solve my problem. He/She provided a temporary solution to serve as a substitute until the problem, which is still very much at hand, is resolved. Thus Mod input is still needed. Even if it doesn't merit their concern or they don't have an answer, I imagine they would inform me. It seems the courteous thing to do. As of this moment, I don't have a single bit of reliable information as to what's going on with the tables.

  9. #19
    A Small Miracle ★LunaLight★'s Avatar
    Join Date
    Jun 2011
    Location
    Texas
    Posts
    18,387
    Quote Originally Posted by SinProductions View Post
    Sora didn't solve my problem. He/She provided a temporary solution to serve as a substitute until the problem, which is still very much at hand, is resolved. Thus Mod input is still needed. Even if it doesn't merit their concern or they don't have an answer, I imagine they would inform me. It seems the courteous thing to do. As of this moment, I don't have a single bit of reliable information as to whats going on with the tables.
    How about this. Give me your information, and I'll format the stuff for you.

    Thanks for the siggy Harby san. You definitely know my tastes.
    A blog, gallery, hangout, wall, forum-game-containing, advice-giving, multipurpose thread


  10. #20
    Senior Thread Creator SinProductions's Avatar
    Join Date
    Aug 2011
    Location
    Where sanity is overrated...
    Posts
    725
    It's a lot more than you think. It's fine though thank you. But I've already made my stand on editing what I already have. Only when it's been confirmed as a permanent issue will I employ the necessary changes. I appreciate your offer however ★LunaLight★. Maybe when this is all figured out, I'll take you up on the offer.

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

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