Closed (fixed)
Project:
BUEditor
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2008 at 17:20 UTC
Updated:
25 Aug 2010 at 23:30 UTC
Any ideas? The align tag is deprecated. I guess I could use styles but how would I go about doing that?
thanks!
Comments
Comment #1
yogi_sydbma commentedohhh yeah.. that would be neat... anyone got the code to make a button (and code)?
Comment #2
yogi_sydbma commentedohhh yeah.. that would be neat... anyone got the code to make a button to align (and code) to align the image that would be used by the editor...
repost wrong version .. cheers
Comment #3
omnyx commentedwait, why change versions?
I guess we're interested in seeing this feature implemented in both 5 and 6.
Comment #4
ufku commentedin your themes css include a centering class:
.centered {text-align: center;}and create a button having the content:
<div class="centered">%TEXT%</div>Comment #5
mroswell commentedI used this, and added it to a drop down
style="display: block; margin-left: auto; margin-right: auto"
Comment #6
gagarine commentedYou can do simply like this, it's XHTML valide...:
Comment #7
ufku commented