By Jenn on
I have a textarea on my page that when you type something in, the text starts in the center and not at the left. This problem occurs in both IE7 and Firefox 3.
Soooooo, I just happened to try it in Safari and the text is aligned to the left...as I want.
I've used Firefox's Firebug to trace where the problem is and it says it's in the body tag, text-align:center; property.
I've changed the text-align property to text-align:left; in Firebug and it works. So I change the CSS file and it does not take.
I would have searched the forums, but not really sure how to do that in this Drupal forum.
I am a Newbie too.
Thanks in advanced!
Comments
Oh yeah, it's an fckeditor
Oh yeah, it's an fckeditor textarea.
Forced reload
You probably need to do a forced browser reload to pick-up the updated style sheet.
In firefox it is [apple]-r on Mac ([ctrl]-r on Win).
Hope this helps!