rejetto forum

Changing text color for file size column, file time and dl

Guest · 7 · 7771

0 Members and 1 Guest are viewing this topic.

Anonymous

  • Guest
I have tried I believe every background colir possible to make the text for the subject column white in my template which is almost totally black.  I cannot seem to find the right spot within the emplate that will change it. I have tried adding font tags and no luck...any help would be appreciated.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
search for
Quote
<td class="row right">
replace with
Quote
<td class="row right" style="background:COLOR1; color:COLOR2">

and choose colors yourself


Anonymous

  • Guest
Using beta 17 and when I search for what I was told to...no find.....I believe I am in the right area, but don't understand HTML that well....but I am not a dummy either..... :eek:
[files]

<div class=little><b>%number-folders% Folders,  %number-files% Files - Total Size: %total-size%</b></div>
<table width=90%>
<th><a href="%encoded-folder%?sort=n"><span class=column>Filename</span></a>
<th><a href="%encoded-folder%?sort=s"><span class=column>Filesize</span></a>
<th><a href="%encoded-folder%?sort=t"><span class=column>Filetime</span></a>
<th class=column>DLs
%list%
</table>

[file]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_file"> %item-name%</a>%comment%<td align=center class=row>%item-size%<td align=center class=row>%item-modified%<td class="row center">%item-dl-count%

[folder]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_folder"> <b>%item-name%</b></a>%comment%<td align=center class=row><i>Folder</i><td align=center class=row>%item-modified%<td class="row center">%item-dl-count%


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Anonymous

  • Guest
Quote from: "rejetto"
i'm referring to the default template of the last beta

Okay thanks anyway...????? Any help with this one........


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Anonymous

  • Guest
Thank You...much appreciate your help and your expedient reply.  ;)