-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to implement text center? #60
Comments
It's already supported, you can use |
this is my html code but center attr not work
|
Oh, `center` attribute is currently not supported. Can you switch to CENTER
tag or inline styling (`text-align: center`)?
…On Thu, Jul 18, 2019, 1:51 PM lanxiaoha ***@***.***> wrote:
this is my html code but center attr not work
<div align="center">欢迎持续关注</div>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#60?email_source=notifications&email_token=AAB2N2CQKXTJ7YIL6NEMXW3QAAHIFA5CNFSM4IEXOEN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2HQG7Y#issuecomment-512689023>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB2N2DKLVTUIHXF3VZIM6LQAAHIFANCNFSM4IEXOENQ>
.
|
daohoangson
added
enhancement
New feature or request
and removed
question
Further information is requested
labels
Oct 31, 2019
daohoangson
added a commit
that referenced
this issue
Apr 6, 2020
Your HTML now works with the latest rc version ( |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i want to implement text center,how can i do?
===============================================
i have implement Font Tag,and place there。
in core_widget_factory.dart add 'font' tag
The text was updated successfully, but these errors were encountered: