I need an HTML for a left-aligned table for my signature!

HTML:
[table="width: 500, align: left"]
[tr]
	[td]enter text~[/td]
[/tr]
[tr]
	[td]more text~[/td]
[/tr]
[/table]

this ^ makes this:

enter text~
more text~

is this what you're wanting? :)
 
HTML:
[table="width: 500, align: left"]
[tr]
	[td]enter text~[/td]
[/tr]
[tr]
	[td]more text~[/td]
[/tr]
[/table]

this ^ makes this:

enter text~
more text~

is this what you're wanting? :)

Oh yes thank you!
 
Back
Top