Liquid Fire Posted June 14, 2007 Share Posted June 14, 2007 Is their a css tag the replaces the html attribute align="left"/align="right"/etc...? I am just wondering if that is something i am going to have to keep in the HTML or if their is a way to elimite that for the HTML, the more I can pull out of the HTML and into the CSS, the better. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 14, 2007 Share Posted June 14, 2007 yep - text-align: left/right/justify/center; that is for aligining the text content. to position the div itslef use float:left/right or podition:absolute/fiexed/relative. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.