06-10-2011, 06:42 AM
It's a common function, but I think some people may overlook it a bit. This is for those people who want images next to their usernames.
This code,
Will make your username appear as
Mikers
(whatever you placed on the image path/link will appear next to the name)
Yup. A star next to my name.
Do I want two stars? Heck yes I do.
Will make your username appear as
Mikers
Enjoy
This code,
PHP Code:
<img src=LINK/PATH TO IMAGE><span style="color: #FF0000;"><strong>{username}</strong></span>
Mikers
(whatever you placed on the image path/link will appear next to the name)
Yup. A star next to my name.
Do I want two stars? Heck yes I do.
PHP Code:
<img src=LINK/PATH TO IMAGE><span style="color: #FF0000;"><strong>{username}</strong></span><img src=LINK/PATH TO IMAGE>
Mikers
Enjoy