PDA

View Full Version : How to? Include CSS Styles to PHP generated lines?


pininfarina
04-20-2007, 04:05 PM
I have a php script created for news headlines, these headlines are generated by this script and added by the authorized person

my question is how can I add css style sheets to code that's being generated by php?

pininfarina
04-23-2007, 01:15 PM
never mind found out that you can edit the style of php generated content by dropping a css style in the table where the script is active that way all text that is generated gets that style!