There's nothing you can change in the PHP. Everything is controled via CSS. If they're not aligning properly, it's likely because of a blanket CSS assignment in your Mambo theme.
More specifically, it's because of this
HTML Code:
td {
text-align: left;
font-size: 11px;
}
in /templates/rhuk_solarflare_ii/css/template_css.css
This post will help you fix the problem.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
Last edited by ve9gra; 05-01-2006 at 06:27 AM.
|