I have php code from my server passing data into a rich-text field in a 
standalone Revolution stack.? Presently, it does it something like this:

put URL "http://urltomyserver/getdata.php"; into field "rtfoutput"

This is a text field which is set up as a table with columns.
So far, this works well for me, but now I need the text field to have different 
colored text data for some of the columns in this text field.

The only way I can think to do this is to do something like has the PHP code 
pass data to revolution for the field like:

<?php
echo "<rtfcode for green>This text is green<rtfcode for red>and this text is 
red in the same column.";
?>
but I have no idea what would need to get passed to do such a thing.? 

Any thoughts are greatly appreciated.



________________________________________________________________________
Email and AIM finally together. You've gotta check out free AOL Mail! - 
http://mail.aol.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to