XFileSharing Pro - Help editing user_public.html

Message
Author
RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

Help editing user_public.html

#1 Postby RockDiz » Nov 21, 2012 6:42 am

Hello,

I was wondering how can I change the loop of the tables. I see that they are looped like this:

Code: Select all

<tr>
	<td></td>
	<td></td>
	<td></td>
</tr>
 
How can I only make it 2 columns?
like this:

Code: Select all

<tr>
	<td></td>
	<td></td>
</tr>

Thanks for the help in advanced :D