
- Forum
- Programming Talk
- PHP
- Linking PHP Pages to CSS Stylesheet
Linking PHP Pages to CSS Stylesheet
This is a discussion on Linking PHP Pages to CSS Stylesheet within the PHP forums, part of the Programming Talk category; I have HTML and CSS working knowledge, lately I developed interest in PHP. What should I do to link PHP ...
-
02-16-2006, 01:02 PM #1
- Join Date
- Nov 2005
- Answers
- 4
Linking PHP Pages to CSS Stylesheet
I have HTML and CSS working knowledge, lately I developed interest in PHP.
What should I do to link PHP pages to a CSS stylesheet, just like how we link in HTML Pages? Is there any way to achieve the same.
A Couple of form scripts still use the <font> tag.
-
it's the same for any scripts web pages . just include in the head tags...
<link rel="stylesheet" type="text/css" href="template_css.css" />
-
02-17-2006, 12:59 AM #3
- Join Date
- Nov 2005
- Answers
- 4
Thanks Techguru
Its works!!!
-
Sponsored Ads

Reply With Quote





