Jump to content

can php script have colour


yee

Recommended Posts

for .php files, you can code your page just like you would a normal (x)html page and then when you need to include php content, add the <?php ... ?> script where it's needed. So you can either code the background right in the body element or in the css if you'd like. You don't have to echo out everything. Only php script content.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...