rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Anonymous on March 03, 2005, 10:43:47 PM

Title: Changing text color for file size column, file time and dl
Post by: Anonymous on March 03, 2005, 10:43:47 PM
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.
Title: Changing text color for file size column, file time and dl
Post by: rejetto on March 03, 2005, 11:46:46 PM
search for
Quote
<td class="row right">
replace with
Quote
<td class="row right" style="background:COLOR1; color:COLOR2">

and choose colors yourself
Title: Changing text color for file size column, file time and dl
Post by: Anonymous on March 04, 2005, 12:44:31 AM
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%
Title: Changing text color for file size column, file time and dl
Post by: rejetto on March 04, 2005, 01:12:35 AM
i'm referring to the default template of the last beta
Title: Changing text color for file size column, file time and dl
Post by: Anonymous on March 04, 2005, 01:18:21 AM
Quote from: "rejetto"
i'm referring to the default template of the last beta

Okay thanks anyway...????? Any help with this one........
Title: Changing text color for file size column, file time and dl
Post by: rejetto on March 04, 2005, 01:48:43 AM
just search for: <td align=center class=row>
Title: Changing text color for file size column, file time and dl
Post by: Anonymous on March 04, 2005, 01:57:06 AM
Thank You...much appreciate your help and your expedient reply.  ;)