Is it possible to align an Anchor element?
This is not working...
Code:<div id="container"> <a href="#"> <strong>DoubleDee</strong> </a>
Code:#boxMemberProfile #container{ display: block; width: 50%; margin: 0 auto; background: #ffc; } #container a{ text-align: right; }
Debbie



Reply With Quote


They are also always aligned left and center as well 
Bookmarks