lsl
Junior Member
Posts: 2
Registered: 1/18/2004
Member Is Offline
|
| posted on 1/21/2004 at 01:53 PM |
|
|
center captions
my captions are flush against the left of the menu. I'd like them to have them centered. I don't know which file to look for or where to
make the change. Can someone help me?
|
|
|
RM
Super Administrator
Posts: 24
Registered: 12/16/2003
Member Is Offline
|
| posted on 1/28/2004 at 03:35 PM |
|
|
There are two solutions:
1) Add to CSS class for outer tag corresponting level the following CSS property:
text-align: center;
2) wrap each caption in <center> tag similar to the following:
''<center>Caption 1</center>''
|
|
|