PDA

View Full Version : Text align?


FlorisvanBreugel
Oct-05-2008, 10:40 PM
Hi,

The text at the bottom of my website used to be centered... and now it's not anymore, and I don't even remember changing anything.

Any idea why it's not centered, and how I can center it?

http://florisvanbreugel.smugmug.com/

Thanks!

- Floris

J Allen
Oct-06-2008, 03:32 AM
Might try putting center tags around your code in your footer box

<center>your footer code here</center>

Allen
Oct-06-2008, 06:35 AM
Hi,

The text at the bottom of my website used to be centered... and now it's not anymore, and I don't even remember changing anything.

Any idea why it's not centered, and how I can center it?

http://florisvanbreugel.smugmug.com/

Thanks!

- Floris
I think you lost the opening div.

<div align="center">
<span class="myFooter1">
...
...

FlorisvanBreugel
Oct-06-2008, 08:33 AM
I think you lost the opening div.

<div align="center">
<span class="myFooter1">
...
...

Thanks :)