posted 19 years ago
I want to apply this style to entire page or part of it. It is dynamic.
I was wondering if there is a way to do this. Like
<style>
"font-size: 12pt; color: fuchsia"
</style>
will apply to any object that follows this. In my case, I am generating
some pages based on data in the database. So I like to apply this to entire page or any specific section etc. Is there a general syntax that applies to whatever object follows. Examples I have read only apply to specific table etc, here I do not know where I am applying as the page
layouts are driven by database.
Thanks