runnerjp Posted August 29, 2006 Share Posted August 29, 2006 [code]<?php require("forum/SSI.php"); ssi_boardStats(); ?>[/code]how can i add to the above so the outcome text is white and not black?? Quote Link to comment Share on other sites More sharing options...
ober Posted August 29, 2006 Share Posted August 29, 2006 This is not a PHP question. Moved to CSS. Quote Link to comment Share on other sites More sharing options...
joking Posted August 29, 2006 Share Posted August 29, 2006 u can try: [code]<div style="color:#FFFFFF"><?php require("forum/SSI.php"); ssi_boardStats(); ?></div>[/code]Usually i prefer to do it from inside the SSI.php page..../I think if u have tables inside that page, the style wont affect inside themJoKinG Quote Link to comment Share on other sites More sharing options...
runnerjp Posted August 29, 2006 Author Share Posted August 29, 2006 good man it work cheers Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.