Exforsys
+ Reply to Thread
Results 1 to 3 of 3

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 ...

  1. #1
    RajaniLokesh is offline Junior Member Array
    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.


  2. #2
    techguru is offline Senior Member Array
    Join Date
    Mar 2005
    Answers
    112
    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" />


  3. #3
    RajaniLokesh is offline Junior Member Array
    Join Date
    Nov 2005
    Answers
    4
    Thanks Techguru

    Its works!!!


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...