Question

Ernest L. Defoe

Well-known member
What I am trying to accomplish is something like on this site here

http://community.simtropolis.com/to...-in-and-outside-of-city-boundaries/?p=1345138

Where for a custom profile field it will create a tooltip popup that says Origin ID and will look exactly like on that site I just posted. I have figured out how to add an image to the profile field but I don't like how it looks

http://www.simcitytalk.com/threads/simcity-update-2-0-release-date.275/#post-1035

I want that custom profile field to look exactly like on the Simtropolis site. Can anyone give me a had please?
 
Use this HTML in the Value Display HTML for that custom field:

Code:
<a class="Tooltip" title="{$value}">Hover for value</a>

That will show the text "Hover for value" and will display the value of that field when the user hovers over that text, like in the previous picture.
 
Top Bottom