PDA

View Full Version : Username HTML Markup help plz


Galaxy
08-07-2005, 06:20 PM
I added images under the Username HTML Markup but when I add the image it allways makes it a link how can I remove the link off the image?

first part is
<b><img src="../images/employee.gif" alt="Employee">

secend is
</b>

can anyone help please???

Boofo
08-07-2005, 06:46 PM
I don't think you can.

akanevsky
08-07-2005, 06:47 PM
Why would you want to remove the link off of the image?

Princeton
08-08-2005, 12:29 AM
you will have to edit the postbit/postbit_legacy/whosonlinebit/etc template
(remove link on $post[musername] or $userinfo[musername])

however, this will make it hard for users to visit OTHER member's profile

An alternative would be to add a usergroup conditional next to the $post[username] in the postbit/postbit legacy -- this may be your best bet

there are many examples available

deathemperor
08-08-2005, 04:49 AM
I added images under the Username HTML Markup but when I add the image it allways makes it a link how can I remove the link off the image?

first part is
<b><img src="../images/employee.gif" alt="Employee">

secend is
</b>

can anyone help please???
you may want to add border="0" to the <img> tag so that the image won't get bordered