Opticraft Community

Discussion forum => Offtopic => Topic started by: XzTriggerHappyzX on March 23, 2014, 08:07:28 am

Title: Signature Placement
Post by: XzTriggerHappyzX on March 23, 2014, 08:07:28 am
is there a way to put photos to the right side of your signature? example:
(http://www.opticraft.net/proxy.php?request=http%3A%2F%2Fimgur.com%2FaD8gRWU.png&hash=1a0ac25eb5b3660f94605fa1257e7fcc)
Title: Re: Signature Placement
Post by: clawstrider on March 23, 2014, 10:25:25 am
Code: [Select]
[center][/center]
[right][/right]

?
Title: Re: Signature Placement
Post by: XzTriggerHappyzX on March 23, 2014, 10:55:22 am
oooo thanks ;D

EDIT: http://imgur.com/6yOQb6T

anyway to get them on the same lines?
Title: Re: Signature Placement
Post by: clawstrider on March 23, 2014, 11:03:55 am
Not sure about this one, but try putting the
Code: [Select]
[img][/img] tags on the same line?
Title: Re: Signature Placement
Post by: XzTriggerHappyzX on March 23, 2014, 11:05:49 am
hhmmm doesn really let me: http://imgur.com/fUZZI4g
Title: Re: Signature Placement
Post by: DeeKay on March 23, 2014, 11:42:19 am
Try using a table:
Code: [Select]
[table]
[tr]
   [td][img height=100]http://i.imgur.com/guWdCPZ.png[/img][/td]
   [td]                                             [/td]
   [td][img height=100]http://i.imgur.com/CGlyFVR.jpg[/img][/td]
[/tr]
[/table]

You'll have to cheat a little and insert a table in between the 2 images and use a bunch of spaces to separate them. I wasn't able to use alignment tags or anything like that, unless you find a way.