Hello guys,
I have a problem with embedded HTML. I have a php web page and few lines of HTML code (couple of div tags put in php variable.
The problem is once I echo php variable that displays those DIVs, the style from linked CSS is lost or not applied.
If I write HTML code to the same file directly, without embedding it into php, the style is applied correctly.
What am I missing here ?
Thanks!