php - echo html contents with some css -


i have been trying echo html css styles in css destroys main html layout other css.

how suppose without destroying main layout

try this

echo '<style>/* styles want */</style>'; echo '<div><!-- html code --></div>'; 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -