Hi, The following DIV with id of log failed to right aligned the div, how come? Thanks in advance.
<html> <head> <title>Quick Notes Access by Subject</title> <style> .menu { float: right; text-align: right; background-color: #EFF9FC; } </style> </head> <body> <table> <tr> <td colspan="2" nowrap="true" style="font: bold 120% verdana; color:#3366CC;">Quick Notes by Subject</td> </tr> </table> <div id="log" style="align:right" > ... </div> <table> .... </table> </body> </html> -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: css-design@googlegroups.com To unsubscribe: css-design-unsubscr...@googlegroups.com