....... The Date of Birth, Registration Date,Local Time and etc fields there?
I'm sure it is a default profile........?
I think OP wants to have the "tab" menu on the profile.
Yes, I was taling about the tables in fav browser, team..
And how did you aligned all the info like this:
Because look how mine looks like:
probably a mixture of css and the tabs and tables.. For example, create a class called prof, apply the same css rules as you do for thead, but no borders - just a colour for the background. Then instead of replacing the tabs at thead, replace them at prof.
For the alignment, its three td divisions in a table row - one aligned left, one with a width of 1px, one aligned left. The column containing the data on the left column has a border on the right side only.
(12-17-2010 11:19 PM)Skiilz Wrote: [ -> ]Yes, I was taling about the tables in fav browser, team..
I can't find any "unique trick" there, Skiilz (if what you meant is the table layout).
It is similar to what Lee has said:
(12-18-2010 02:44 AM)leefish Wrote: [ -> ]For example, create a class called prof, apply the same css rules as you do for thead, but no borders - just a colour for the background.
Instead of replacing the thead, I replaced the tborder.
I'm sorry if I misunderstand what you meant.
(12-17-2010 11:19 PM)Skiilz Wrote: [ -> ]And how did you aligned all the info like this:
Because look how mine looks like:
I'm sure it is a default code in member_profile, right?
Snippet:
HTML Code
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
|
So, maybe you've changed your code there?