Results 1 to 2 of 2

Thread: Linking the CSS

  1. #1
    Join Date
    Mar 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Linking the CSS

    Hi
    I'm new to css I understand it a little. There are some css templates on this website. I have an existing website was created in frontpage 2003. How do I link the style sheet to my site? I just want the CSS to control fonts, background etc.



    Thanks for any help.
    Gloria

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    upload the NAME.css file to your server, inside the root directory. On all the pages/files you want the css to be used put this in the <head> section of each page:

    Code:
    <link rel="stylesheet" type="text/css" href="NAME.css" >
    the href doesn't need to be either absolute or relative, as you can use either.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •