Re: CSS Float Versus Align= Right or Left?

  • From: "Jaffar@xxxxxxxxxxxxx" <jaffar@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sun, 16 Dec 2007 21:08:51 +0800

Hi Brian. Yes. When you cause text to float left or right, The text will scroll left or right as your page does so. When you cause the text to be aligned right or left, then all corresponding starting and ending text on separate lines of the text on your page will be aligned exactly to each other, either on the right or on the left of your page as your CSS instructions would instruct them too. Cheers! ----- Original Message ----- From: "Bryan Garaventa" <bgaraventa11@xxxxxxxxxxxxxx>

To: <programmingblind@xxxxxxxxxxxxx>
Sent: Sunday, December 16, 2007 7:11 PM
Subject: CSS Float Versus Align= Right or Left?


Is there any difference between CSS's Style="Float:Right;" and Align="Right"?

For instance, by applying each one of these attributes to a Table tag, it should align the table with the right side of the page, and wrap all surrounding text to the left of that space.

Is one method more reliable than the other for this purpose? Is one method more widely supported? Is it reliable to simply put both of these attributes within the same tag all the time?

Thanks,

Bryan

__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: