| View previous topic :: View next topic |
| Author |
Message |
ruben
Joined: 06 Nov 2010 Posts: 57
|
Posted: Dec 15, 2010 6:34 pm Post subject: Help : Change the buttons to the right of the page |
|
|
how to place the buttons : my files, my account, upload etc. to the right of the page ?
i have tried to insert this code : <table align="right"> but it didn't help. |
|
| Back to top |
|
 |
krazyloads
Joined: 05 Oct 2010 Posts: 27
|
Posted: Dec 16, 2010 6:33 pm Post subject: |
|
|
| create a new div and float it to the right... |
|
| Back to top |
|
 |
ruben
Joined: 06 Nov 2010 Posts: 57
|
Posted: Dec 16, 2010 7:56 pm Post subject: |
|
|
could u give an example please.
Thanks. |
|
| Back to top |
|
 |
krazyloads
Joined: 05 Oct 2010 Posts: 27
|
Posted: Dec 17, 2010 5:25 am Post subject: |
|
|
| Code: | <div id="whatever">
place your code here
</div>
in your css file
#whatever {
float:right
} |
|
|
| Back to top |
|
 |
|