Click to See Complete Forum and Search --> : align: right;


davidbrent
01-09-2004, 11:25 AM
Hello.

Is there such thing as:


<style type="text/css">

.x { align: right;

</style>

I would be eternally grateful if any body could answer.


Thank you very much.

fredmv
01-09-2004, 11:33 AM
If you're talking about text:text-align: right;Else, you probably want:float: right;

davidbrent
01-09-2004, 11:39 AM
Hello fredmv,


Thank you for your very quick response.
"float" has solved my problem.

Thank you.