Decent60
Well-known member
While I was trying to center some instructions that used the BBCode CODE feature, I noticed that the CENTER BBCode was being applied to every line, rather than overall. Since the CODE doesn't display any BBCode inside of it (which I like), this does create a mess. Shouldn't the CENTER code be only used when it's clicked on instead of like this:
		
		
	
	
		
	
making it more like this:
	
	
	
		
Which would produce this:
Testies testies
	
	
	
		
		
	
	
	
	
		
Would be a more functional and practical way of doing it.
[Edit]
As long as you are not trying to edit the post.
				
			
	making it more like this:
		PHP:
	
	[CENTER]
Testies testies
[code]
fweeee!
lalala
[/code]
[img]http://c0066373.cdn2.cloudfiles.rackspacecloud.com/zYA6yr.png[/img]
[CODE]
afalalfkjalkfjaskldfjaskldf
daslkfjasklfjalkfja
askdflslfkweis.lkjkw
alal
alueta jonte alueta[/CODE]
[/CENTER]
	Which would produce this:
Testies testies
		Code:
	
	fweeee!
lalala
	
	
		Code:
	
	afalalfkjalkfjaskldfjaskldf
daslkfjasklfjalkfja
askdflslfkweis.lkjkw
alal
alueta jonte alueta
	[Edit]
As long as you are not trying to edit the post.