Jump to content

Text Align Not Working Javascriptpt


bunnyali2013

Recommended Posts

I want that when the user click on a button, the text align to the center.. This function of document.execCommand is supported to all browsers, but do not know if the syntax is correct. Here the function below:

 

function centeralign() {
lol.document.execCommand('formatDoc', false, 'justifycenter');
};

 

Not sure what is wrong... Other document.execcomand functions are working well, except this one...alignment...

Link to comment
https://forums.phpfreaks.com/topic/270253-text-align-not-working-javascriptpt/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.