Forum Moderators: not2easy
You have a DB with all kinds of content in it.
you have PHP pages?
you want the data from the DB into the site, with some CSS
[DB]--->(css formatted)--->[PHP page]
What you can do best is, make a table called css,
and read that table before you read the table content.
but make sure the css will be between the <style ...>(CSS from DB)</style> code otherwise it will not work.
it this what you mean?