How to put pic in sig line?

DevilishTexan

Literotica Guru
Joined
Dec 3, 2003
Posts
71,963
I have been trying this for the past 30 minutes and I'm 'bout to pull my hair out cept' I'm bald so can't even do that!!!

I have a pic storage site that I can img from to put pics in posts, but I cannot figure out how to put the pic in my sig so that it automatically appears in all my posts. On this site, it gives me the url, tag, and img address.

What do I do? Thanks.
 
DevilishTexan said:
I have been trying this for the past 30 minutes and I'm 'bout to pull my hair out cept' I'm bald so can't even do that!!!

I have a pic storage site that I can img from to put pics in posts, but I cannot figure out how to put the pic in my sig so that it automatically appears in all my posts. On this site, it gives me the url, tag, and img address.

What do I do? Thanks.

The vBulletin IMG tags do not work inthe signature field; you have to use the HTML syntax.

<IMG SRC="{your_image_URL_here}">
 
Testing on a dead thread... don't mind me

<center><table width="50%" cellspacing="0" cellpadding="0"><tr><td width="16.67%" bgcolor="red"> </td><td width="16.67%" bgcolor="orange"> </td><td width="16.67%" bgcolor="yellow"> </td><td width="16.67%" bgcolor="green"> </td><td width="16.67%" bgcolor="blue"> </td><td width="16.67%" bgcolor="purple"> </td></tr><tr><td colspan="6" align="center"><a href="http://www.livejournal.com/users/shared_boxers/578528.html">Marriage is love.</a></td></tr></table></center>
 
Code:
<center><table width="50%" cellspacing="0" cellpadding="0"><tr><td width="16.67%" bgcolor="red"> </td><td width="16.67%" bgcolor="orange"> </td><td width="16.67%" bgcolor="yellow"> </td><td width="16.67%" bgcolor="green"> </td><td width="16.67%" bgcolor="blue"> </td><td width="16.67%" bgcolor="purple"> </td></tr><tr><td colspan="6" align="center"><a href="http://www.livejournal.com/users/shared_boxers/578528.html">Marriage is love.</a></td></tr></table></center>
 
Back
Top