I actually got gray hair from trying to align text :)

text-align only works on block level elements (e.g. <p>), table cells <td>
and inline blocks. It won't work on <span> or <a>. 

The only workaround I know does involve floated divs: create two divs (which
reside within div#footer), float one to the left, one to the right. 

If anybody has a better solution for this on the list, I'd also love to hear
it!

Edith 
"In omnibus requiem quaesivi, et nusquam inveni nisi in angulo cum libro" -
Thomas a Kempis  ("Everywhere I have searched for peace and nowhere found
it, except in a corner with a book")



Hello and thanks very much in advance.

I'm having a problem with the footer on this web page
.....http://www.youthtopia.org/

The text on the bottom, that says, "Learn More About Youthtopia" should be
aligned against the right margin, while the other text (to the left of that
phrase) on that line should stay precisely where it is.

I've tried

text-align: right;

that has no effect.

I tried to make a separate <div> for this phrase, but created more problems
-- other things jolted out of place.



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to