Question / Help Browser Source not showing PHP Echo Variable

wafebreaker

New Member
Hey!
So i made an own website with php scripts for changing the text showing on the website. The Problem is: Any words i write through <p> </p> is showing up but if i write "echo '<span style="font-size: 20pt">' . $text . '</span>';" its not showing in the browser source in obs. But on the website both options show the right text. Anyone have an idea how i can fix that?
 

R1CH

Forum Admin
Developer
You probably need additional styling like a color for your span, since the browser source has a transparent background and you may be outputting black text.
 
Top