XFileSharing Pro - Help : Change the buttons to the right of the page

Message
Author
ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

Help : Change the buttons to the right of the page

#1 Postby ruben » Dec 15, 2010 6:34 pm

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.

krazyloads
Posts: 27
Joined: Oct 05, 2010 12:53 pm

#2 Postby krazyloads » Dec 16, 2010 6:33 pm

create a new div and float it to the right...

ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

#3 Postby ruben » Dec 16, 2010 7:56 pm

could u give an example please.

Thanks.

krazyloads
Posts: 27
Joined: Oct 05, 2010 12:53 pm

#4 Postby krazyloads » Dec 17, 2010 5:25 am

Code: Select all

<div id="whatever">

place your code here

</div>

in your css file 

#whatever {

float:right

}