Jonus:
Thanks for your reply.
I think I am missing something here. Here is what I did. I first set the 'Copy current standard template to cusotmized template directory' parameter to Yes in the Layout page of the Joomlacomment content setting.
Then I opened the standard.css in a text editor and added this paramater as you suggested. So now my css file looks like this...
/*styling the comment form */
#Comments {
width:99%;
}
#joomlacommentsearch fieldset,
#joomlacommentform fieldset {
margin: 0 0 0.5em 0;
padding: 0.5em;
border: solid 1px #CCCCCC;
background: #f8f8f8;
}
and so on..
After saving the file and refreshing the page in the browser, it does not make any difference. I played with the width parameter from 50 to 99% but still I did not see any change. I am sure I am doing something wrong.
I am attaching the standard.css (9kb) just in case you wished to take a look at it.
Using Xoomla 1.5.14 and XAMPP on a WinXP machine. Experience level=little better than complete novice.
Jonus, thanks for staying with me. I am learning as I go.