May 04, 2024, 01:03:30 pm

Author Topic: Signature Placement  (Read 2539 times)

0 Members and 1 Guest are viewing this topic.

XzTriggerHappyzX

  • Full Member
  • *
  • Posts: 236
  • Don't Be Upsetti....Have A Bowl Of Spaghetti
    • View Profile
Signature Placement
« on: March 23, 2014, 08:07:28 am »
is there a way to put photos to the right side of your signature? example:


clawstrider

  • The Clawsome One
  • Champion Member
  • ***
  • Posts: 2927
    • View Profile
Re: Signature Placement
« Reply #1 on: March 23, 2014, 10:25:25 am »
Code: [Select]
[center][/center]
[right][/right]

?

XzTriggerHappyzX

  • Full Member
  • *
  • Posts: 236
  • Don't Be Upsetti....Have A Bowl Of Spaghetti
    • View Profile
Re: Signature Placement
« Reply #2 on: March 23, 2014, 10:55:22 am »
oooo thanks ;D

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

anyway to get them on the same lines?
« Last Edit: March 23, 2014, 10:59:13 am by XzTriggerHappyzX »

clawstrider

  • The Clawsome One
  • Champion Member
  • ***
  • Posts: 2927
    • View Profile
Re: Signature Placement
« Reply #3 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?

XzTriggerHappyzX

  • Full Member
  • *
  • Posts: 236
  • Don't Be Upsetti....Have A Bowl Of Spaghetti
    • View Profile
Re: Signature Placement
« Reply #4 on: March 23, 2014, 11:05:49 am »
hhmmm doesn really let me: http://imgur.com/fUZZI4g

DeeKay

  • Owner
  • Champion Member
  • *****
  • Posts: 2162
    • View Profile
Re: Signature Placement
« Reply #5 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.