Pages: [1]
|
 |
|
Author
|
Topic: How Do I Edit Java Bean Template (Read 2180 times)
|
|
|
|
Brad
|
Since each template is constructed differently, you are going to have to look through all the available CSS and HTML files to find what you are looking for. I suggest you make copies of the originals and then start playing with editing them in the admin area.
Brad
|
|
|
|
|
Logged
|
|
|
|
|
durostd
|
Thanks Brad. I found what I was looking for and made the changes. One additional question: In the Java Bean template there are two main menus, one vertically on the left side and another at the top. To get rid of the vertical menue table, do I delete all the html between the first set of </t> or is the second set of </t> also relavent to the procedure? It/s been 7 years since I did any html and I'm a little rusty. Thanks! ___________________________________________________________________ </tr> </table> <!-- This is the vertical menu. Change the links as needed or delete the script from this line if you dont use it--> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <?php mosLoadModules ( 'user3', -1 ); ?> </td> </tr> ______________________________________________________________________
|
|
|
|
|
Logged
|
|
|
|
|
Brad
|
That too depends on the template. In this case i would start by deleting just the <td> thru </td>
|
|
|
|
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
 |