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.

My Table will NOT show up!!

4 posters

Go down

Solved My Table will NOT show up!!

Post by JnA PRODiGY July 27th 2010, 18:56

I enter in the following info in one of my old sites and it turns into a table.. but for some reason on my new site it does NOT turn into a table. can someone please help. This is what I am posting that wont turn into a table on my new site.

RFO ROSTER & RANKING
<table border="5" cellpadding="15"
<tr><td colspan="4">HEAVYWEIGHT - RFO</td>
<tr>
<th>RANK</th>
<th>GAMERTAG</th>
<th>RECORD</th>
</tr>
<tr><td>1</td><td>Tha Premiere</td><td>4-0
<tr><td>2</td><td>Arcadium666</td><td>4-1
<tr><td>3</td><td>KobeV10</td><td>3-1
<tr><td>4</td><td>JnA PRODiGY</td><td>3-2
<tr><td>5</td><td>Grooh</td><td>2-1
<tr><td>6</td><td>MrXercist</td><td>2-3
<tr><td>7 </td><td>Tadpole 10</td><td>1-0
<tr><td>8</td><td>SicK ChaoSz</td><td>1-0
<tr><td>9</td><td>Tigger Locc23</td><td>1-1
<tr><td>10</td><td>Xx EGO TRIP xX</td><td>1-1
<tr><td>11</td>1-1</td><td>Tatanka Soldier</td><td>1-3
<tr><td>12</td><td>eagles51493</td><td>0-1
<tr><td>13</td><td>Kenjamenace</td><td>0-2
<tr><td>14</td><td>invinncible1</td><td>0-4
<tr><td>15</td><td>prtyboynick</td><td>0-0
<tr><td>16</td><td>Timaobjj</td><td>0-0
<tr><td>17</td><td>theinvulnerable</td><td>0-0
<tr><td>18</td><td>Longfellow15</td><td>0-0
<tr><td>19</td><td>25 PitKaNeN x</td><td>0-0
<tr><td>20</td><td>Blake Jordan</td><td>0-0</table>


<table border="5" cellpadding="15"
<tr><td colspan="4">LIGHTWEIGHT - RFO</td>
<tr>
<th>RANK</th>
<th>GAMERTAG</th>
<th>RECORD</th>
</tr>
<tr><td>1</td><td>sylade</td><td>5-0
<tr><td>2</td><td>PrivateRadio87</td><td>4-0
<tr><td>3</td><td>willis 306</td><td>3-0
<tr><td>4</td><td>aceassassian</td><td>4-2
<tr><td>5</td><td>ufchamp21</td><td>3-2
<tr><td>6</td><td>Aldo Apache1</td><td>3-4
<tr><td>7</td><td>kikozason</td><td>2-2
<tr><td>8</td><td>B Wrizzle</td><td>2-3
<tr><td>9</td><td>ceedamonster</td><td>2-3
<tr><td>10</td><td>d0x2815</td><td>2-0
<tr><td>11</td><td>x IMR OG hAMMAh</td><td>1-0
<tr><td>12</td><td>TaZ4ev3r19</td><td>1-0
<tr><td>13</td><td>clockwerk09</td><td>1-1
<tr><td>14</td><td>xwd blueprint</td><td>1-2
<tr><td>15</td><td>cant STOP six4</td><td>1-4
<tr><td>16</td><td>draccar</td><td>0-1
<tr><td>17</td><td>M1ke0707</td><td>0-1
<tr><td>18</td><td>over30fu</td><td>0-1
<tr><td>19</td><td>bs129</td><td>0-2
<tr><td>20</td><td>ufc09wuzbetter</td><td>0-0
<tr><td>21</td><td>DroppinSuga</td><td>0-0
<tr><td>22</td><td>bludevils88</td><td>0-0
<tr><td>23</td><td>cwaLkk</td><td>0-0
<tr><td>24</td><td>xgsx spurzfan91</td><td>0-0
<tr><td>25</td><td>LILDstuntin09</td><td>0-0
<tr><td>26</td><td>CallumCS</td><td>0-0</table>


Last edited by JnA PRODiGY on July 27th 2010, 19:27; edited 1 time in total
avatar
JnA PRODiGY
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Solved Re: My Table will NOT show up!!

Post by KingOfSports July 27th 2010, 19:02

Is HTML turned on?
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

Solved Re: My Table will NOT show up!!

Post by JnA PRODiGY July 27th 2010, 19:08

yes
avatar
JnA PRODiGY
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Solved Re: My Table will NOT show up!!

Post by JnA PRODiGY July 27th 2010, 19:10

I REALLY hope u can help man.. this is REAL important to me.
avatar
JnA PRODiGY
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Solved Re: My Table will NOT show up!!

Post by KingOfSports July 27th 2010, 19:15

Where are you posting it? (Post, HTML page...?)

(Double posting isn't allowed unless separated by 24 hours.)
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

Solved Re: My Table will NOT show up!!

Post by JnA PRODiGY July 27th 2010, 19:23

as a regular post
avatar
JnA PRODiGY
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Solved Re: My Table will NOT show up!!

Post by Rok July 27th 2010, 19:23

You forgot to end most of the <td>'s and <tr>'s.

Here you go:
Code:
RFO ROSTER & RANKING
<table border="5" cellpadding="15"
<tr><td colspan="4">HEAVYWEIGHT - RFO</td>
<tr>
<th>RANK</th>
<th>GAMERTAG</th>
<th>RECORD</th>
</tr>
<tr><td>1</td><td>Tha Premiere</td><td>4-0</td></tr>
<tr><td>2</td><td>Arcadium666</td><td>4-1</td></tr>
<tr><td>3</td><td>KobeV10</td><td>3-1</td></tr>
<tr><td>4</td><td>JnA PRODiGY</td><td>3-2</td></tr>
<tr><td>5</td><td>Grooh</td><td>2-1</td></tr>
<tr><td>6</td><td>MrXercist</td><td>2-3</td></tr>
<tr><td>7 </td><td>Tadpole 10</td><td>1-0</td></tr>
<tr><td>8</td><td>SicK ChaoSz</td><td>1-0</td></tr>
<tr><td>9</td><td>Tigger Locc23</td><td>1-1</td></tr>
<tr><td>10</td><td>Xx EGO TRIP xX</td><td>1-1</td></tr>
<tr><td>11</td>1-1</td><td>Tatanka Soldier</td><td>1-3</td></tr>
<tr><td>12</td><td>eagles51493</td><td>0-1</td></tr>
<tr><td>13</td><td>Kenjamenace</td><td>0-2</td></tr>
<tr><td>14</td><td>invinncible1</td><td>0-4</td></tr>
<tr><td>15</td><td>prtyboynick</td><td>0-0</td></tr>
<tr><td>16</td><td>Timaobjj</td><td>0-0</td></tr>
<tr><td>17</td><td>theinvulnerable</td><td>0-0</td></tr>
<tr><td>18</td><td>Longfellow15</td><td>0-0</td></tr>
<tr><td>19</td><td>25 PitKaNeN x</td><td>0-0</td></tr>
<tr><td>20</td><td>Blake Jordan</td><td>0-0</td></tr></table>

and

Code:
<table border="5" cellpadding="15"
<tr><td colspan="4">LIGHTWEIGHT - RFO</td>
<tr>
<th>RANK</th>
<th>GAMERTAG</th>
<th>RECORD</th>
</tr>
<tr><td>1</td><td>sylade</td><td>5-0</td></tr>
<tr><td>2</td><td>PrivateRadio87</td><td>4-0</td></tr>
<tr><td>3</td><td>willis 306</td><td>3-0</td></tr>
<tr><td>4</td><td>aceassassian</td><td>4-2</td></tr>
<tr><td>5</td><td>ufchamp21</td><td>3-2</td></tr>
<tr><td>6</td><td>Aldo Apache1</td><td>3-4</td></tr>
<tr><td>7</td><td>kikozason</td><td>2-2</td></tr>
<tr><td>8</td><td>B Wrizzle</td><td>2-3</td></tr>
<tr><td>9</td><td>ceedamonster</td><td>2-3</td></tr>
<tr><td>10</td><td>d0x2815</td><td>2-0</td></tr>
<tr><td>11</td><td>x IMR OG hAMMAh</td><td>1-0</td></tr>
<tr><td>12</td><td>TaZ4ev3r19</td><td>1-0</td></tr>
<tr><td>13</td><td>clockwerk09</td><td>1-1</td></tr>
<tr><td>14</td><td>xwd blueprint</td><td>1-2</td></tr>
<tr><td>15</td><td>cant STOP six4</td><td>1-4</td></tr>
<tr><td>16</td><td>draccar</td><td>0-1</td></tr>
<tr><td>17</td><td>M1ke0707</td><td>0-1</td></tr>
<tr><td>18</td><td>over30fu</td><td>0-1</td></tr>
<tr><td>19</td><td>bs129</td><td>0-2</td></tr>
<tr><td>20</td><td>ufc09wuzbetter</td><td>0-0</td></tr>
<tr><td>21</td><td>DroppinSuga</td><td>0-0</td></tr>
<tr><td>22</td><td>bludevils88</td><td>0-0</td></tr>
<tr><td>23</td><td>cwaLkk</td><td>0-0</td></tr>
<tr><td>24</td><td>xgsx spurzfan91</td><td>0-0</td></tr>
<tr><td>25</td><td>LILDstuntin09</td><td>0-0</td></tr>
<tr><td>26</td><td>CallumCS</td><td>0-0</td></tr></table>
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Solved Re: My Table will NOT show up!!

Post by JnA PRODiGY July 27th 2010, 19:26

Ok.. i fixed it.. I had to got to my profile preferences and always allow html.. thanks for the help though
avatar
JnA PRODiGY
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Solved Re: My Table will NOT show up!!

Post by MrMario July 27th 2010, 20:35

My Table will NOT show up!! Solved10Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum