XFileSharing Pro - how to .. ?

Message
Author
xfileshare.eu
Posts: 17
Joined: May 06, 2010 11:55 am

how to .. ?

#1 Postby xfileshare.eu » Apr 25, 2012 6:59 pm

how can I do to display the username of a user on a page, but with all lowercase characters ?

Thanks..

FZee
Posts: 116
Joined: Mar 03, 2010 11:26 am

#2 Postby FZee » May 14, 2012 11:47 pm

Edit your HTML code , where you want the user to show.

Eg. <span id=lowcase>UserNAME</span>

Code: Select all

<style>
#lowcase {text-transform: lowercase;}
</style>