PDA

View Full Version : Date and Month name alignment


Amelia Pereira
11-03-2008, 06:43 PM
I've searched this forum to find a solution to align on center the caelndar dates and the month name, but even setting text-align: center; in the esstyle.css file, it does not work.
i tried other sugestions found here in this forum, but still don't work

The site is www.es-tc.net (http://www.es-tc.net)

another thing: I changed the calendar to start at Monday and not Sunday. But now the monday column (most-left) is grey-dark. How can I move that grey-dark color next to the Sunday column (on the most right side)?

Brian
11-03-2008, 08:02 PM
Ok... I'm lost. How do we find the calendar?

Amelia Pereira
11-03-2008, 08:35 PM
sorry! :ugh: There was a redirection active to another site.

Now, if you use the link www.es-tc.net (http://www.es-tc.net) you'll find it on the right side.

ve9gra
11-03-2008, 09:47 PM
It is normally centred... this is caused by your CSS...

http://www.es-tc.net/tic/templates/my_template/css/template_css.css

table.moduletable td (line 268)
{
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
}

Amelia Pereira
11-04-2008, 05:42 PM
thanks a lot. Just one question: if I change this alignment to center, it will not only affect the calendar, but might also affect other tables that I havein my Joomla site, right?
:1book:

ve9gra
11-04-2008, 05:49 PM
Yes. You should find another way to apply the CSS to your site without affecting all TD's. You also have the option to place the calendar inside of a div where you would set the class differently.

Amelia Pereira
11-04-2008, 05:55 PM
Ah.. yep, that is a good suggestion. I'll try that. Thans a lot for your ever prompt support.
:clap: