PDA

View Full Version : Horizontal calendar alignment issues


acrystalball
07-08-2007, 07:57 AM
Hello again wise and wonderful Pixelpost People,

I would like to center my calendar under my site title, but cannot for the life of me figure out how to do this in Go Live, and can't find on the CSS where the alignment for the calendar is. Can someone help me out? THANK YOU!!!!

Here's my site:
http://www.crystalkeesey.com/index.php

Kind regards,
Crystal

acrystalball
07-08-2007, 08:54 AM
I guess I should add that the calendar is centered in IE, but not aligned in Firefox. :confused: :confused: :confused:

jaywilliams
07-08-2007, 02:15 PM
Try adding this to the end of your CSS file.
(/templates/lightwhitetwo/style.css)

#calendar {
margin-top: 35px;
}

#calendar td{
text-align: center;
}

#calendar table {
margin-left: auto;
margin-right: auto;
}

acrystalball
07-08-2007, 02:39 PM
Amen, it worked!!!!
Thank you thank you thank you

Now I'll get some sleep tonight :rolleyes:

Cheers,
Crystal