Log in

View Full Version : Problem with text color



tkfranz
11-10-2007, 07:13 PM
Here is the code that enables me to change bg color etc

<!-- Templates list code start. -->
<script type="text/javascript" src="http://www.templatehelp.com/codes/pr_interface.php?cols=2&amp;rows=2&amp;sadult=0&amp;sp=3&amp;bgcolor=%23CCFF00&amp;type=1&amp;iw=600&amp;ih=500&amp;category=0&amp;pr_code=3kbi2B51VhodgTX43TZ392v0OV3gOe"></script>
<!-- Templates list code end. -->

I want to use a black bg. color, but the thing is that when i actually change it the nubers on top stay black and not visible. How do i change them to white. Is iit somewhere within the given code?

tkfranz
11-10-2007, 07:16 PM
here is another code that i use and was able to change the background. However cannot find where to change the text from black to white. Cannot find it in css so i quess it must be somewhere in the code, but where? :)



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
<title></title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript" src="common.js"></script>
<script language="JavaScript" type="text/javascript" src="input-descrs.js"></script>
<script language="JavaScript" type="text/javascript" src="njs.js"></script>
<script language="JavaScript" type="text/javascript">
function ResizeMainFrame(size){
document.getElementById('ifrMain').style.height = size+'px';
}
document.onreadystatechange = HideStatus;
if ((GetNamePage()=="index.html") || (GetNamePage()=="")) {r=4;} else {r=7;}
affInterfaceOptions += '&bgcolor=%23ffffff&cols=3&rows='+r+'&ih=1550&sp=4';
IncludeAffInterface('categories&authors','pr_data.js');
</script>
</head>
<body>
<div>
<div class="text" style="text-align:justify;width:470px;">
<script language="JavaScript" type="text/javascript">
document.write(top.curCatName ? top.curCatName : 'Search Results');
top.SetDescrs(top.document.forms.search);
</script>
<div>

<script language="JavaScript" type="text/javascript">IncludeAffInterface('type=fit&bgcolor=000000')</script>

</div>

</div><br/>
<script language="JavaScript" type="text/javascript">
IncludeAffInterface(window.location.search.substring(1));
</script>
</div>

</body>
</html>