Large Space in Post before html Table Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Large Space in Post before html Table

    avatar
    Dr.Intern
    Forumember


    Posts : 77
    Reputation : 3
    Language : English

    Solved Large Space in Post before html Table

    Post by Dr.Intern Tue Apr 30, 2013 3:19 pm

    I put an html table in a post and a large gap appeared between the previous sentence and the table.
    Large Space in Post before html Table Post_s10

    Link to post: http://duelacademylegends.forumotion.com/t1037-exodia-tournament#6388
    Code:
    <table border=1 bordercolor=black style="background-color:grey; color:black; text-align:center;">
        <tr>
          <td>Opponent
          <td style="color:orange; width:50px">Exodia<br />M/S*</td>
          <td style="color:lightblue;padding:2px;">Blue-Eyes<br />M/S</td>
          <td style="color:purple;padding:2px;">Dark Skills<br />M/S</td>
          <td style="color:red;padding:2px;">Red-Eyes<br />M/S</td>
        </tr>
        <tr>
          <td style="color:orange; text-align:left;">Exodia</td>
          <td>-</td>
          <td>3/2</td>
    <td> 3/2</td>
    <td> 3/2</td>
        </tr>
        <tr>
          <td style="color:lightblue; text-align:left">Blue-Eyes</td>
          <td>5/3</td>
          <td>3/2</td>
    <td>3/2</td>
    <td>3/2</td>
        </tr>
        <tr>
          <td style="color:purple; text-align:left">Dark Skills</td>
          <td>5/3</td>
          <td>4/2</td>
    <td>2/1</td>
    <td>2/1</td>
        </tr>
        <tr>
          <td style="color:red; text-align:left">Red-Eyes</td>
          <td>5/3</td>
          <td>4/2</td>
    <td>3/2</td>
    <td>2/1</td>
        </tr>
    </table>


    Last edited by Dr.Intern on Wed May 01, 2013 10:21 pm; edited 1 time in total
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Large Space in Post before html Table

    Post by Sir Chivas™ Tue Apr 30, 2013 3:41 pm

    Hi,

    I've noticed that before, try adding the HTML table at the top. See if it still creates that gap.

    Moved to "Other Problems."
    avatar
    Dr.Intern
    Forumember


    Posts : 77
    Reputation : 3
    Language : English

    Solved Re: Large Space in Post before html Table

    Post by Dr.Intern Tue Apr 30, 2013 3:45 pm

    Same space happens.
    avatar
    Dr.Intern
    Forumember


    Posts : 77
    Reputation : 3
    Language : English

    Solved Re: Large Space in Post before html Table

    Post by Dr.Intern Wed May 01, 2013 3:25 pm

    Bump.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Large Space in Post before html Table

    Post by Sir Chivas™ Wed May 01, 2013 3:46 pm

    Hmm, I have tried to look for a way to remove it, but still occurs. Why not create an HTML page and insert the table there? Then, provide the URL of the HTML page inside your thread..
    avatar
    Dr.Intern
    Forumember


    Posts : 77
    Reputation : 3
    Language : English

    Solved Re: Large Space in Post before html Table

    Post by Dr.Intern Wed May 01, 2013 4:17 pm

    Seems like too much work for this post. Thanks anyway.

    I won't mark this solved since it isn't.
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Large Space in Post before html Table

    Post by E-Mark Wed May 01, 2013 6:05 pm

    Try this one:
    Code:
    [table border=1 bordercolor=black style="background-color:grey; color:black; text-align:center;"]
        <tr>
          <td>Opponent
          <td style="color:orange; width:50px">Exodia<br />M/S*</td>
          <td style="color:lightblue;padding:2px;">Blue-Eyes<br />M/S</td>
          <td style="color:purple;padding:2px;">Dark Skills<br />M/S</td>
          <td style="color:red;padding:2px;">Red-Eyes<br />M/S</td>
        </tr>
        <tr>
          <td style="color:orange; text-align:left;">Exodia</td>
          <td>-</td>
          <td>3/2</td>
    <td> 3/2</td>
    <td> 3/2</td>
        </tr>
        <tr>
          <td style="color:lightblue; text-align:left">Blue-Eyes</td>
          <td>5/3</td>
          <td>3/2</td>
    <td>3/2</td>
    <td>3/2</td>
        </tr>
        <tr>
          <td style="color:purple; text-align:left">Dark Skills</td>
          <td>5/3</td>
          <td>4/2</td>
    <td>2/1</td>
    <td>2/1</td>
        </tr>
        <tr>
          <td style="color:red; text-align:left">Red-Eyes</td>
          <td>5/3</td>
          <td>4/2</td>
    <td>3/2</td>
    <td>2/1</td>
        </tr>
    [/table]

    bye
    avatar
    Dr.Intern
    Forumember


    Posts : 77
    Reputation : 3
    Language : English

    Solved Re: Large Space in Post before html Table

    Post by Dr.Intern Wed May 01, 2013 10:19 pm

    That works fine. I didn't know you could mix BBcode and Html. Thanks
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Large Space in Post before html Table

    Post by Jophy Thu May 02, 2013 5:20 am

    Topic Solved & Locked