href to css not recognized
Results 1 to 8 of 8

Thread: href to css not recognized

  1. #1
    Join Date
    Jun 2000
    Location
    California
    Posts
    4,129

    href to css not recognized

    I've got this line inside the <head> tag but the page doesn't respond to the css:

    <link href="style.css" rel="stylesheet" type="text/css"/>

    The .css file is present, and in the same folder as the page. Any guesses at why it's not being seen?

    Thanks - rev

  2. #2
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,392

  3. #3
    Join Date
    Jun 2000
    Location
    California
    Posts
    4,129
    Per the example below - that's what I have but it only works when there's nothing else in the <head> tag. I have a button menu script inside that tag too, I'm trying to find out if more than one script is allowed or if there are placement rules for the href.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <HTML>
    <HEAD>
    <LINK href="special.css" rel="stylesheet" type="text/css">
    </HEAD>
    <BODY>
    <P class="special">This paragraph should have special green text.
    </BODY>
    </HTML>

  4. #4
    photolady's Avatar
    photolady is offline Lifetime Friend of Site Staff
    Join Date
    Mar 2002
    Location
    At my computer, cruising VDR and watching your back
    Posts
    23,412
    Hey Rev. You might want to join our sister site and perhaps they can help you further:

    http://www.aspmessageboard.com/forum.php

  5. #5
    Join Date
    Jun 2000
    Location
    California
    Posts
    4,129
    That looks good because of their specialization - otherwise I'm much too loyal to go anywhere else!

    I'm the VirtualDr member with the longest membership - if you'll s'cuse the expression
    Last edited by Reverend; October 10th, 2014 at 11:36 AM.

  6. #6
    photolady's Avatar
    photolady is offline Lifetime Friend of Site Staff
    Join Date
    Mar 2002
    Location
    At my computer, cruising VDR and watching your back
    Posts
    23,412
    I'm a moderator over there so you'd not be really abandoning VDR, just visiting.

  7. #7
    Join Date
    Jun 2000
    Location
    California
    Posts
    4,129
    It paid off, I'm on the trail to a solution...

  8. #8
    photolady's Avatar
    photolady is offline Lifetime Friend of Site Staff
    Join Date
    Mar 2002
    Location
    At my computer, cruising VDR and watching your back
    Posts
    23,412
    Good deal!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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