i have somthing like this
echo $example;
when appears it appears grey
i want to change it to white for example
echo <font color='white'>$example</font>; <<--- this doesn`t work
is there any way i cand do it?
😕
Serediuc wrote:is there any way i cand do it?
Yup - use proper PHP syntax. A [man]string[/man] must be delimited, such as by single or double quotes.
and font is very depreciated html, you should be using css
css solved the problem..thx