View Full Version : How to add an image to a username?
Elixar
03-13-2014, 11:55 PM
As like this:
https://vborg.vbsupport.ru/external/2014/03/50.png
I managed to do it, but how would I make it to where the A is spaced, since I'm doing it like this and it is not putting a space.
Edit: I got it working everywhere except the profile, it appears like this on the profile:
http://prntscr.com/30l2td
ForceHSS
03-14-2014, 12:12 AM
post code you have and where you put the code
ozzy47
03-14-2014, 12:13 AM
Actually the proper html is <br /> not <br> :)
ForceHSS
03-14-2014, 12:16 AM
Actually the proper html is <br /> not <br> :)
Dont think the op posted about that
ozzy47
03-14-2014, 12:19 AM
You posted to have him use a <br> in there LOL, I was replying to you, but you have changed the post. :)
Elixar
03-14-2014, 12:24 AM
Wait what. :D
I'm currently using this.
<img src="http://i62.tinypic.com/14u9s84.jpg" alt="Executive Director"> </span>
ForceHSS
03-14-2014, 12:28 AM
Does not show my post was edited (strange that lol)
The line break tag is the <br> tag in HTML and <br /> in XHTML
tbworld
03-14-2014, 03:18 AM
Actually the proper html is <br /> not <br> :)
Depends on the doctype: vBulletin4 uses XHTML so '<br />' if you wish to honor XML.
@Ozzy47 I know you already know this, so I am not really commenting to you. When working with self closing tags research your 'doctype' and the tag. In many cases using it incorrectly will work, but when it does not it can cause you a real headache. My rule is: Single tag double check.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.