September 28, 201213 yr Echo displays some sort of output, but how do you move that output around the page? CSS?
September 28, 201213 yr Just put the echo statements on the place you want the output to appear. If you put the echo statement inside a div, the output would appear in that div. So if you want to style the ouput with CSS, you can just put the echo statement ( with <?php ?> tags of course ) inside an HTML element and style that element with CSS. Léon
September 28, 201213 yr Author Thanks, makes sense. I've inserted a php statement for date/time in a div classed as time, I've went into my css file. I uploaded my php file and css file to my web domain, but it doesn't seem the css file is being read. Any ideas why? Edited September 28, 201213 yr by POWERPLAY27
September 28, 201213 yr Author It's cool figured it out, cheers. Edited September 28, 201213 yr by POWERPLAY27
Create an account or sign in to comment