| Author |
Message |
gatekeeper |
|
Post subject: My text does not show unless I highlight it.
Posted: Mar 15, 2008 - 05:30 AM
|
|
Joined: Feb 08, 2008
Posts: 23
Status: Offline
|
|
| Is there a way you can make typed text show up on a white background? I have the Call of duty 4 Nuke theme purchased from this website and when I go into nukematch to type in the rules in the supplied text box I can not see the text unless I highlight it. If you go to my website at unitedbrotherhoodclub.com and click on the (*UBC*) Tournament link located on the left under modules you will see what im talking about. thanks |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: My text does not show unless I highlight it.
Posted: Mar 15, 2008 - 01:51 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3931
Status: Offline
|
|
| That is something in the module setting the TD back color to #FFFFFF |
_________________
|
| |
|
|
|
 |
gatekeeper |
|
Post subject: RE: My text does not show unless I highlight it.
Posted: Mar 15, 2008 - 03:25 PM
|
|
Joined: Feb 08, 2008
Posts: 23
Status: Offline
|
|
i found this in the print module, what do i set it too so i can see my text?
$notes = stripslashes($row['notes']);
$row2 = $db->sql_fetchrow($db->sql_query("SELECT gametext FROM ".$prefix."_nmatch_games WHERE gameid='$game'"));
$gametext = stripslashes($row2['gametext']);
formatTimestamp($time);
echo "<html>
<head><title>$leaguename - $title</title></head>
<body bgcolor=\"#ffffff\" text=\"#000000\">
<table border=\"0\" align=\"center\"><tr><td>
<table border=\"0\" width=\"640\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#000000\"><tr><td>
<table border=\"0\" width=\"640\" cellpadding=\"20\" cellspacing=\"1\" bgcolor=\"#ffffff\"><tr><td>
<center>
<img src=\"images/$site_logo\" border=\"0\" alt=\"\"><br><br>
<font class=\"content\">
<b>$title</b></font><br>
<font class=tiny><b>"._NMPDATE."</b> $datetime<br><b>"._NMPGAME."</b> $gametext</font><br><br>
</center>
<font class=\"content\">
$hometext<br><br>
$bodytext<br><br> |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: My text does not show unless I highlight it.
Posted: Mar 15, 2008 - 03:47 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3931
Status: Offline
|
|
| Remove bgcolor=\"#ffffff\" |
_________________
|
| |
|
|
|
 |
gatekeeper |
|
Post subject: RE: My text does not show unless I highlight it.
Posted: Mar 15, 2008 - 07:39 PM
|
|
Joined: Feb 08, 2008
Posts: 23
Status: Offline
|
|
remove the whole line or bgcolor=\"#ffffff\"
i also see the same line here: cellspacing=\"1\" bgcolor=\"#ffffff\"><tr><td>
do i delete that to? thanks |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: My text does not show unless I highlight it.
Posted: Mar 15, 2008 - 09:55 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3931
Status: Offline
|
|
| Just the bgcolor=\"#ffffff\" part. |
_________________
|
| |
|
|
|
 |
gatekeeper |
|
Post subject: RE: My text does not show unless I highlight it.
Posted: Mar 16, 2008 - 04:38 PM
|
|
Joined: Feb 08, 2008
Posts: 23
Status: Offline
|
|
| it did not work. i guess i need to find it in another file. |
|
|
| |
|
|
|
 |
|
|