grant101 Posted February 17, 2006 Posted February 17, 2006 are html colour codes the same as php.. and wheres a good place on the net for colour codes for php if different to html codes.. cheers Grant. :)
kgt Posted February 17, 2006 Posted February 17, 2006 What color codes? Contributions Discount Coupon Codes Donations
grant101 Posted February 17, 2006 Author Posted February 17, 2006 don't i need colour codes to change things like font colour, background colour... ??
kgt Posted February 17, 2006 Posted February 17, 2006 PHP is a server-side programming langauge that dynamically produces HTML code to display in a browser. Your browser never sees nor in any way interprets PHP code. Thus, the answer to your question is that you use standard hexadecimal color codes in your CSS file and in your code files where PHP is outputting HTML. Contributions Discount Coupon Codes Donations
grant101 Posted February 17, 2006 Author Posted February 17, 2006 ok cool... thankyou.... that answer my question.. Cheers. Grant.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.