Author Topic: [right] All Hail [/right]  (Read 1733 times)

0 Members and 1 Guest are viewing this topic.

Offline kmiller8

  • Banned
  •  Post Reporting Timeout
  • Thread Starter
  • Posts: 1589
  • Who is that kmiller8 guy?
[right] All Hail [/right]
« 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

Offline BlueBär

  • Posts: 2231
  • Location: Germany, SB
Re: [right] All Hail [/right]
« Reply #1 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?