Quote:
Originally posted by squawell
it's great bira~~~
but how to move the gif file to the red place??
see my attachment pic~~
|
You just need to move $sortarrow[XXXXX] to before the text.
For example, change this:
Code:
<a href="$sorturl&order=asc&sortby=username"><smallfont color="{ tableheadtextcolor }"><b>User Name</b></smallfont></a> [high]$sortarrow[username][/high]
with this:
Code:
[high]$sortarrow[username][/high] <a href="$sorturl&order=asc&sortby=username"><smallfont color="{ tableheadtextcolor }"><b>User Name</b></smallfont></a>