Skip to content
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

Vertical aligning text in center #261

Closed
sarperdag opened this issue Dec 31, 2012 · 1 comment
Closed

Vertical aligning text in center #261

sarperdag opened this issue Dec 31, 2012 · 1 comment

Comments

@sarperdag
Copy link

Is it possible to vertical align text within a div using DTCoreText? I can't seem to adjust the height of any divs / tables inside my DTAttrivutedTextView's. The code below doesn't work for example.

<style> table { background-color:red; height:200px; width:300px; } </style>

< table >
< tr >
< td >
This is a vertically centered text.
< /td >
< /tr >
< /table >

@odrobnik
Copy link
Collaborator

odrobnik commented Jan 1, 2013

Neither vertical aligning nor tables are support at this moment. Maybe we'll implement tables this year if a sponsor can be found, see #144

@odrobnik odrobnik closed this as completed Jan 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants