• giveaway ENDS SOON! Cutest Baby Fowl Photo Contest: Win a Brinsea Maxi 24 EX Connect CLICK HERE!

testing bb code stuff

Pics
I'm frustrated because I spent several hours trying to figure it out.
I just edited the spacing and cells in the table of the treat chart.
There is table, tr, and td used. There was no TR1, TR2 etc.
I edited it all in one day in increments, so I didn't screw it up. The way it's written controls the spacings within the cell.
 
The table code should be in one unbroken string, like this:
Code:
[TABLE][TR][TH]This is a header cell[/TH][TH]This is a header cell[/TH][/TR][TR1][TD]This is a left aligned cell[/TD][TD1]This is a centre aligned cell[/TD1][/TR1][TR2][TD2]This is a right aligned cell[/TD2][TD]Left aligned[/TD][/TR2][TR1][TD1]Centre aligned[/TD1][TD2]Right aligned[/TD2][/TR1][/TABLE]
Not like this:
Code:
[TABLE]
[TR][TH]This is a header cell[/TH][TH]This is a header cell[/TH][/TR]
[TR1][TD]This is a left aligned cell[/TD][TD1]This is a centre aligned cell[/TD1][/TR1]
[TR2][TD2]This is a right aligned cell[/TD2][TD]Left aligned[/TD][/TR2]
[TR1][TD1]Centre aligned[/TD1][TD2]Right aligned[/TD2][/TR1]
[/TABLE]
 
A copy/paste and edit from the above
........header cell................header cell........
[TR1][TD]left cell[/TD][TD1]centre cell[/TD1][/TR1][TR2][TD2]right cell[/TD2][TD]left[/TD][/TR2][TR1][TD1]Centre[/TD1][TD2]Right[/TD2][/TR1]

@CarpCharacin, the above was copied/paste from your post, then edited to remove some words and add some periods.

TH does not bold.
TD1 and TD2 do not center or right justify.
TR1 and TR2 do not do anything either.
 
Last edited:
This is what the bb code page says (https://www.backyardchickens.com/help/bb-codes):

[T H] - Table Cell (Header)
A header cell with bold, centre aligned text and a dark background.

[T D] - Table Cell (Left)
A cell with left aligned text.

[T D1] - Table Cell (Centred)
A cell with centre aligned text.

[T D2] - Table Cell (Right)
A cell with right aligned text.

[T R] - Table Row (Transparent)
A row with a transparent background.

[T R1] - Table Row (Odd)
A row with a lighter background.

[T R2] - Table Row (Even)
A row with a darker background.
 
Last edited:
The table code should be in one unbroken string, like this:
Code:
[TABLE][TR][TH]This is a header cell[/TH][TH]This is a header cell[/TH][/TR][TR1][TD]This is a left aligned cell[/TD][TD1]This is a centre aligned cell[/TD1][/TR1][TR2][TD2]This is a right aligned cell[/TD2][TD]Left aligned[/TD][/TR2][TR1][TD1]Centre aligned[/TD1][TD2]Right aligned[/TD2][/TR1][/TABLE]
Not like this:
Code:
[TABLE]
[TR][TH]This is a header cell[/TH][TH]This is a header cell[/TH][/TR]
[TR1][TD]This is a left aligned cell[/TD][TD1]This is a centre aligned cell[/TD1][/TR1]
[TR2][TD2]This is a right aligned cell[/TD2][TD]Left aligned[/TD][/TR2]
[TR1][TD1]Centre aligned[/TD1][TD2]Right aligned[/TD2][/TR1]
[/TABLE]
That is definitley my bad. I changed it and didn't realize it would impact in such a way.

@casportpony I'm sorry about posting the above incorrectly.

:pop Stepping back and watching to learn.
 
........header cell................header cell........
[TR1][TD]left cell[/TD][TD1]centre cell[/TD1][/TR1][TR2][TD2]right cell[/TD2][TD]left[/TD][/TR2][TR1][TD1]Centre[/TD1][TD2]Right[/TD2][/TR1]
 
That is definitley my bad. I changed it and didn't realize it would impact in such a way.

@casportpony I'm sorry about posting the above incorrectly.

:pop Stepping back and watching to learn.
The way you typed it has nothing to do with the bugs I am seeing.
 

New posts New threads Active threads

Back
Top Bottom