OK - going crazy here. I created a page I want to have people comment on. THe problem is the comment box is way too wide. I changed the textarea to:
<textarea name="comment" id="comment" style="width: 400!important; height:164;" rows="10" tabindex="4" cols="45"></textarea>
However, when I refresh and look at the page source, it says:
<textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
I searched the archives and found a post where they mention to change the default themes' comments.php. I did that, and it did not fix my issue. I got rid of both the default and classic profiles, so my profile is the only one left. The box still is at 100%.
Any thoughts? I am going out of my mind on this one.
Thanks.