Experience League
Community
Discussions
Ideas
Community Blogs
Community Advisors Page
Marketo User Groups (MUGs)
Support
Marketo Support
Knowledgebase
Measure Support
Product Documentation
Developer Portal
Training
Deutsch
✔
English
✔
Español
✔
Français
✔
日本語
✔
Português
✔
Sign In
Re: Can Hint Text on a form be Aligned?
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Printer Friendly Page
Anonymous
Not applicable
03-05-2015
10:57 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
03-05-2015
10:57 AM
I was trying to center hint text on a form
Labels:
Labels:
Lead Management
Tags
(1)
Tags:
forms 2.0
All forum topics
Previous Topic
Next Topic
2 REPLIES
2
Justin_Cooperm2
Level 10
03-05-2015
11:57 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
03-05-2015
11:57 AM
<style>
::-webkit-input-placeholder { /* WebKit browsers */
text-align:center;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
opacity: 1;
text-align:center;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
opacity: 1;
text-align:center;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
text-align:center;
}
</style>
credit:
http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css
Josh_Hill13
Level 10 - Champion Alumni
03-05-2015
11:48 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
03-05-2015
11:48 AM
you can try adjusting CSS on the Form or on the page. Or do custom formatting.
Post Reply