Talk Elections

About this Site => How To => Topic started by: SPC on August 03, 2007, 02:29:27 PM



Title: Question about Signature
Post by: SPC on August 03, 2007, 02:29:27 PM
Currently, the RonPaul2008 Banner is on top of the Grover Cleveland Portrait. I would like to post my RonPaul2008 Banner and my Grover Cleveland Portrait side-by-side in my signature. How would I do that?


Title: Re: Question about Signature
Post by: Joe Republic on August 03, 2007, 03:09:53 PM
Remove the return that divides the two images.  So, instead of...

Code:
[img]http://blahblahblah1[/img]
[img]http://blahblahblah2[/img]

...do tihs instead:

Code:
[img]http://blahblahblah1[/img] [img]http://blahblahblah2[/img]


Title: Re: Question about Signature
Post by: True Federalist (진정한 연방 주의자) on August 03, 2007, 03:45:49 PM
You can also use table code if you wish.  Not really needed for just two pictures, and not as flexible as HTML table code since SMF doesn't allow rowspan or colspan, but it does avoid the problem of run-on lines with the code, and can force two images to be on the same display line if their total width would normally cause the board to move the second one to the next line.

()()

Code:
[table][tr]
[td][img height=192]http://www.ronpaul2008.com/files/rp_lawn_sign.jpg[/img][/td]
[td][img]http://www.lewrockwell.com/dilorenzo/virtue.jpg[/img][/td]
[/tr][/table]


Title: Re: Question about Signature
Post by: SPC on August 03, 2007, 06:11:21 PM
Thank you for your help. I really appreciated it.