Implement CSS

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: Implement CSS

Post by twinedev »

Fist you would need to define what you mean by "implement a CSS in PHP"

My initial reply, PHP doesn't use CSS, so you don't. But I'm sure you mean something else.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Implement CSS

Post by social_experiment »

as twinedev says php doesn't use css but php can create html that does use css, from that point it is no issue, just treat the 'html' as you would other html. You've given us too little information to assist you accurately :)
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
uday.strad
Forum Newbie
Posts: 10
Joined: Wed Oct 02, 2013 1:03 am

Re: Implement CSS

Post by uday.strad »

The agree with the above answer but also remember its a php file. Php file has extension .php while css file has extension .css
So if u r including css in a php file your extension would be .php
whereas including a css file externally would require a .css extension
Post Reply