What would the HTML be to add a image to the end of a usergroup, Well like a username on a vB.
So when ever you add them to it its like
Ross :)
ect....
Ross
Printable View
What would the HTML be to add a image to the end of a usergroup, Well like a username on a vB.
So when ever you add them to it its like
Ross :)
ect....
Ross
In the second text box in admincp where you format a name colour ect, add <img src="link here"> to the end of the code.
The above is correct
<img src="name.png(or extension)>
Or, if it's hosted up on a cpanel
<img src="/images/name.png>
something along those lines.
Xhtml valid code =
Or if the image is hosted on your siteHTML Code:<img src"http://www.hhgs.net/images/image.gif" />
Just felt like posting :eusa_whisHTML Code:<img src"/images/image.gif" />
wheres the "=" in "src"
It didnt work:
http://forum.lazycoder.co.uk/~hhgsnet/member.php?u=1937
Hmmm.
is the image uploaded into a folder in cpanel?
<img src="{folder name}/{file name with extension}>
Ok this isnt working LOL:
http://www.hhgs.net/member.php?u=1937 is the user who its connected to
Erm heres what it looks like atm:
First bit of code:
Second bit:Quote:
<b><font color="grey">
Doesnt work tho :sQuote:
</font> </b><img src"http://www.hhgs.net/ross/Santa2.png"/>