Results 1 to 2 of 2

Thread: methods for linking style sheets

  1. #1
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default methods for linking style sheets

    I have been using this to link my css to my html:

    <link href="basic.css" rel="stylesheet" type="text/css">
    While looking at a site that describes css techniques I can across this:

    <style type="text/css" media="screen"><!--
    @import url(modern.css) screen;
    --></style>
    I never used it -has anyone used it and why?

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

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
  •