We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Profile fields
Topic Started: Oct 16 2011, 12:10 AM (285 Views)
NewOwner
Member
[ * ]
Board Software: (ZetaBoards or InvisionFree)
ZetaBoards
Description: (What you want your code to do)
Im asking , is it possible that the profile fields look the same as the standard ones (like Joined: or Posts: , with no space line, and no italic, etc.)
Edited by NewOwner, Oct 16 2011, 12:10 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Javascripts
Code:
 
<style type="text/css">
dl.user_profile dt {
float: left;
margin: 0;
min-width: 4em;
}

dl.user_profile dt, dl.user_profile dd {
padding: 0.1em;
}

dl.user_profile dd {
font-style: normal;
font-weight: 700;
margin-bottom: 1px;
}
</style>
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
$('dl.user_profile dt').append(':');
</script>
Offline Profile Goto Top
 
lightfire
Member Avatar
littlegraycloud
[ *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic