Well, I know how to get people custom made images (f.eg. banners) with PHP... and then the users just insert a
<IMG SRC=something.php>
tag which will call the script and the script will return an image...
What I am interested in is how to do the same thing with text... what tags to use in HTML and how to code this in PHP... (I want to let people build in news tickers that will be managed centrally)...