Quote Originally Posted by rohitkumar
i dunno abt adding a html tag in a .css file...can u please recheck?

also can u please view the page in ie and tell me if u see any scrollbars...?
The left aligh should work if you put it in your index.php (not css)

Change this:
Code:
<h2 id="postcomment">Leave a comment</h2>
To this:
Code:
<h2 id="postcomment" style="text-align: left">Leave a comment</h2>
Yes there are scrollbars in the "Your Comments" panel depending on how many lines of text are input.