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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -