Not sure if this is the right section to be posting to but anyway,
I was wondering if you have a php script within a html page and on that html page you have a link .css file, can that .css have an effect on tags that are echo within the php script.
For example if you had some formatting for a paragraph tag (e.g. defined the font-family) would it effect this
[PHP]echo "<p> This is some text </p>";[/PHP]
Any help is welcome thanks
I was wondering if you have a php script within a html page and on that html page you have a link .css file, can that .css have an effect on tags that are echo within the php script.
For example if you had some formatting for a paragraph tag (e.g. defined the font-family) would it effect this
[PHP]echo "<p> This is some text </p>";[/PHP]
Any help is welcome thanks
Comment