Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a menu I placed each link in a table inside td's and the links are displaced from left side to right side each link inside a td. I want to display the log out button to be displayed alone in the right side far right side.
Posted
Comments
Soumitra Mithu 21-Oct-13 10:54am    
can you show your code please. then it is easy to solve the problem.
member 8888995 23-Oct-13 1:43am    
have you tried align="right"?

Exactly before solution i would like to suggest you that please place your code so we could judge your exact problem.
further you just try this in your css settings ul li{display:inline; /| text-align:right; /| float:left;}
still if you are facing same problem then you need to post your code.
 
Share this answer
 
I 've solve it myself!

It works with float="left".
 
Share this answer
 
Comments
bjdestiny 23-Oct-13 5:05am    
well exactly the float:left is a very helpful code but just remember that it might very dangerous while we are dealing with fluid or % design.
[no name] 23-Oct-13 5:18am    
Good point especially for responsive design.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900