Can you add an option to have cells aligned easier? (See how your current hack works below then see why I request this)
This is my code: (see the attachment for the result)
HTML Code:
[table="head;width=360px"][CENTER]Th?ng tin[/CENTER] | [CENTER][COLOR=Plum][B]VIP thường[/B][/COLOR][/CENTER] | [CENTER][COLOR=DarkOrchid][B]VIP Pro[/B][/COLOR][/CENTER]
[B]20 ngày[/B]|[RIGHT]50.000VND[/RIGHT]|[RIGHT]150.000VND[/RIGHT]
[B]50 ngày[/B]|[RIGHT]100.000VND[/RIGHT]|[RIGHT]300.000VND[/RIGHT]
[B]90 ngày[/B]|[RIGHT]150.000VND[/RIGHT]|[RIGHT]450.000VND[/RIGHT]
[COLOR=DarkOliveGreen][B]RapidShare[/B][/COLOR]|[RIGHT]Kh?ng có [/RIGHT]|[RIGHT][COLOR=Red][B]Có - Mi?̃n phí[/B][/COLOR][/RIGHT]
[COLOR=Sienna][B]MegaUpload [/B][/COLOR]|[RIGHT]Kh?ng có [/RIGHT]|[RIGHT][COLOR=Red][B]Có - Mi?̃n phí[/B][/COLOR][/RIGHT]
[/table]
Why does this need to be improved:
1 - First of all, if i want to align cells, i must switch to Simple Editor Mode! It's better if people can align them in WYSIWYG mode.
2 - If last cell of a row is aligned (center/right/left), there must be one more line break.
3 - If the last cell of the current row and the first cell of the next row are both aligned in a same way (center/right/left), it will not work! Why? Imaging that you will have close tag at the end of the current row and open tag at the begin of the next row, because there are only blank character (spaces, line breaks,..) among them, they will be pruned!
Moreover, if you can give people some options such as cellpadding, cellspacing,... it will be
GREAT.