geekhack

Site Announcements and Feedback => Announcements/Feedback/Suggestions => Topic started by: kmiller8 on Tue, 08 April 2014, 00:46:46

Title: [right] All Hail [/right]
Post by: kmiller8 on Tue, 08 April 2014, 00:46:46
Code: [Select]
[table]
[tr]
[td][right][color=maroon][b]Test[/b][/color][/right][/td]
[/tr]
[/table]

Test

Code: [Select]
[table]
[tr]
[td][right][color=maroon][b]Test[/right][/b][/color][/td]
[/tr]
[/table]

Test
[/b][/color]

Code: [Select]
[table]
[tr]
[td][color=maroon][right][b]Test[/b][/color][/right][/td]
[/tr]
[/table]

Test[/color]

Code: [Select]
[table]
[tr]
[td][right][color=maroon][b]Test[/right][/td]
[/tr]
[/table]
Test
Title: Re: [right] All Hail [/right]
Post by: BlueBär on Wed, 09 April 2014, 15:59:51
The middle ones not working is a "limitation" of HTML, you are closing the parent tag before you close child tags. In the last one you close the parent tag and all inner tags get "auto-closed". Not sure what your point is?