Hi dear, Could anyone teach me how can I move the buttons "HOME | LOG OUT | MY ACCOUNT | CHECKOUT | WISH LIST " on my top right homepage all a bit to the left?
This is my website. www.missyone.com
Thanks in advance.
Hi dear, Could anyone teach me how can I move the buttons "HOME | LOG OUT | MY ACCOUNT | CHECKOUT | WISH LIST " on my top right homepage all a bit to the left?
This is my website. www.missyone.com
Thanks in advance.
You would need to add an id to the table that you are using to format them. Them you can use css to move the table around.
You might want to consider using an unordered list for the links wrapped in a div tag. Tables should really only be used for tabular data, not layout
Thanks,
Anne