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?? Link to comment https://forums.phpfreaks.com/topic/19058-colour-of-text/ 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. Link to comment https://forums.phpfreaks.com/topic/19058-colour-of-text/#findComment-82445 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 Link to comment https://forums.phpfreaks.com/topic/19058-colour-of-text/#findComment-82448 Share on other sites More sharing options...
runnerjp Posted August 29, 2006 Author Share Posted August 29, 2006 good man it work cheers Link to comment https://forums.phpfreaks.com/topic/19058-colour-of-text/#findComment-82451 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.