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
Post a Comment