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.

BBcode table error

5 posters

Go down

BBcode table error Empty BBcode table error

Post by notMicElf August 14th 2009, 6:46 pm

Hey,

Well, I'm working on an unofficial award system on my forum, which is simply a table in a profile field. When I put just one cell, I encounter no problems, but it appears for every cell i add, the table moves down a cell or so. Does anyone know why, or have a fix?
notMicElf
notMicElf
Forumember

Male Posts : 377
Reputation : 0
Language : English, HTML, CSS, Java
Location : Not where you are =P

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by Sanket August 14th 2009, 8:45 pm

What is the code that you use?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by notMicElf August 15th 2009, 1:42 am

Sanket wrote:What is the code that you use?

I just use the basic BBcode

Code:
[table border="1"]
[tr]
[td] [/td][td] [/td]
[/tr][tr]
[td] [/td][td] [/td]
[/tr]
[/table]

I've tried HTML, yet it doesn't respond, and just shows the code itself.
notMicElf
notMicElf
Forumember

Male Posts : 377
Reputation : 0
Language : English, HTML, CSS, Java
Location : Not where you are =P

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by Darren1 August 15th 2009, 1:46 am

Hello,

Have you got the BBCode set to aloud in your admin panel & profile?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by notMicElf August 15th 2009, 1:53 am

darren1 wrote:Hello,

Have you got the BBCode set to aloud in your admin panel & profile?

It's allowed, but only half works. for every cell i add, it distorts the entrie table a little more?
notMicElf
notMicElf
Forumember

Male Posts : 377
Reputation : 0
Language : English, HTML, CSS, Java
Location : Not where you are =P

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by RoNo August 15th 2009, 5:25 am

Can you post a screen shot of what's happening?

Did you intend to have the row end after the 2nd cell and
start a new row on the next line down with: [/tr][tr] (?)

Your tables
12
34
Code:
[table border="1"]
[tr]
[td]1[/td][td]2[/td]
[/tr][tr]
[td]3[/td][td]4[/td]
[/tr]
[/table]


Removed [tr]'s
1234
Code:
[table border="1"]
[tr]
[td]1[/td][td]2[/td]
[td]3[/td][td]4[/td]
[/tr]
[/table]


Individual cell rows
1
2
3
4
Code:
[table border="1"]
[tr]
[td]1[/td][/tr][tr][td]2[/td]
[/tr][tr]
[td]3[/td][/tr][tr][td]4[/td]
[/tr]
[/table]
If there's a cell size/crowding issue...
start [td] cells with [td width="100"] and edit the width.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by notMicElf August 15th 2009, 3:14 pm

Here are screenshots of my issue

This the code I enter:
BBcode table error Mwcfv9
This is what the fields turns out like:
BBcode table error Vymnw3

It keeps getting lower for every cell I add, no matter in which direction.
notMicElf
notMicElf
Forumember

Male Posts : 377
Reputation : 0
Language : English, HTML, CSS, Java
Location : Not where you are =P

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by Seven August 15th 2009, 7:29 pm

Don't use [TR] for everything. look at RoNo's post.

Removed [tr]'s


Code:
[table border="1"]
[tr]
[td]1[/td][td]2[/td]
[td]3[/td][td]4[/td]
[/tr]
[/table]

TR indicates a new row being inserted, use TD, that will get it to go horizontal only ( I believe Very Happy )
avatar
Seven
Forumember

Posts : 60
Reputation : 0
Language : English

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by notMicElf August 15th 2009, 7:56 pm

Seven wrote:Don't use [TR] for everything. look at RoNo's post.

Removed [tr]'s


Code:
[table border="1"]
[tr]
[td]1[/td][td]2[/td]
[td]3[/td][td]4[/td]
[/tr]
[/table]

TR indicates a new row being inserted, use TD, that will get it to go horizontal only ( I believe Very Happy )

I'm guessing it's a template error, as I tried your BBcode, it still places it down.
notMicElf
notMicElf
Forumember

Male Posts : 377
Reputation : 0
Language : English, HTML, CSS, Java
Location : Not where you are =P

Back to top Go down

BBcode table error Empty Re: BBcode table error

Post by Seven August 16th 2009, 7:26 am

It must be, because i've tested it on a totally blank html document and it works fine, maybe try retyping it or making a new html page on your forum and then test it.
avatar
Seven
Forumember

Posts : 60
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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