|
#1
|
|||
|
|||
|
Horizontal calendar alignment issues
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 |
|
#2
|
|||
|
|||
|
I guess I should add that the calendar is centered in IE, but not aligned in Firefox.
|
|
#3
|
||||
|
||||
|
Try adding this to the end of your CSS file.
(/templates/lightwhitetwo/style.css) HTML Code:
#calendar {
margin-top: 35px;
}
#calendar td{
text-align: center;
}
#calendar table {
margin-left: auto;
margin-right: auto;
}
__________________
Jay Williams | A Different View |
|
#4
|
|||
|
|||
|
Amen, it worked!!!!
Thank you thank you thank you Now I'll get some sleep tonight Cheers, Crystal |
| Post Reply |
| Thread Tools | |
|
|