Stylesheet CSS deisgn question/problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Slick
    Confirmed User
    • Feb 2001
    • 7338

    #1

    Stylesheet CSS deisgn question/problem

    I got a design for one of my sites that's done using a lot of css, which I'm not familier with. Well, I want to use the design for multiple pages for archives, but when my scripts create the archives, of course the ccs is in the main directory, so it doesn't work. I did put a copy of the css in the same folder as the archives, it works until the pages update, then it's lost until I re-upload the file to the archive directory. What's the trick ??
    Last edited by Slick; 04-09-2009, 09:03 AM.
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #2
    use the url either /style.css or http://www.domain/style.css

    instead of just style.css
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

    Comment

    • mikeyddddd
      Viva la vulva!
      • Mar 2003
      • 16557

      #3
      <link rel="stylesheet" type="text/css" href="http://www.domain_name/style.css">

      Comment

      • Slick
        Confirmed User
        • Feb 2001
        • 7338

        #4
        Thanks for the replies, I'll see if I can get them to work. Most of the page uses code like this

        <div class="thumb">
        <div id="header">

        How would I deal with those ??

        Comment

        • Mutt
          Too lazy to set a custom title
          • Sep 2002
          • 34431

          #5
          Originally posted by Slick
          Thanks for the replies, I'll see if I can get them to work. Most of the page uses code like this

          <div class="thumb">
          <div id="header">

          How would I deal with those ??

          keep those in there - it would look like shit without those - all those class= and id= thingies take their direction from the CSS style sheet - Mikeydddd's post shows how to link each page to ONE CSS style sheet so all those elements get the proper style the designer intended.
          I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

          Comment

          • PSD CSS XHTML
            Confirmed User
            • Mar 2009
            • 546

            #6
            Hit me up on icq. I'll take care of it for you. Or you could send the html to psd.css@gmail and I'll get it working. I'll even add some notes to your code so you'll see what's going on. No charge.

            . . psd to xhtml/css conversions . . cost effective css template solutions . . and now offering css lessons . .
            My XBIZ profile

            Comment

            Working...