If you want rounded corners somewhere, most likely you are applying it to a table - <table> <- that kind of table. Usually you will have a row with three <td> tags. You want the left one to have the class ".tcat_left" and the right one to have the class ".tcat_right". I don't know which tables you are trying to apply this too though. The tables will be in the template. To find the template name, vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
|