Create A Forum - Support Forums

Support => General Support => Topic started by: Silver734 on August 12, 2013, 06:34:35 pm

Title: Post alignment
Post by: Silver734 on August 12, 2013, 06:34:35 pm
All posts I make are automatically aligned to the Center. How can I enable left align?
Title: Re: Post alignment
Post by: aIURbliS on August 13, 2013, 02:36:00 am
You didn't properly close your div tag in your Headers and instead created a new one.
Code: [Select]
<div style="text-align: center;"><img src="http://i.imgur.com/RRSmQw8.png" alt="" /><div>
Change to:
Code: [Select]
<div style="text-align: center;"><img src="http://i.imgur.com/RRSmQw8.png" alt="" /></div>