echo cutom css code to Wordpress page template file ? is this safe?
I created wordpress page template and i want to add this css code only in to inside of this template only.for the security concern should i escape?. can anyone help me to solve this?. here is the code i used.
?php $style = style type='text/css' .post-related {position: relative; width: 21.333%!important;} /style;
echo $style ;
?