Results 1 to 4 of 4

Thread: Css Scripts

  1. #1
    Senior Member
    Join Date
    Oct 2007
    Location
    South Africa
    Posts
    100
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    I dont know if im just having a bad day, but i uploaded another site to a sub-directory and for sum reason it wont load the css script.

    Code:
     $theme = grey.css
    Code:
     echo webhead($uthm,$stitle);
    this is whats on my main page. [Only registered and activated users can see links. Click Here To Register...] and it works.


    although i use the same code above on [Only registered and activated users can see links. Click Here To Register...] and it doesnt work.

  2. #2
    Senior Member alesh's Avatar
    Join Date
    Mar 2007
    Location
    Croatia
    Posts
    604
    Thanks
    5
    Thanked 7 Times in 3 Posts
    Rep Power
    0

    Default

    Upload ur .css files 2 tht subdir also.... Or change the url of location .css files in tht subdir...
    eeeeerrr....

  3. #3
    Senior Member rukiya's Avatar
    Join Date
    Apr 2007
    Location
    Bangladesh
    Posts
    572
    Thanks
    0
    Thanked 12 Times in 12 Posts
    Rep Power
    0

    Default

    Its called External CSS
    follow like this
    test.css
    Code:
    body{ background-color: gray } 
    p { color: blue; } 
    h3{ color: red; }
    case 1
    if you put the css file in same dir
    usage
    Code:
    <?
    echo "<html><head>";
    echo "<link rel="stylesheet" type="text/css"
    href="test.css" />";
    echo "</head><body>"
    echo "<h3> A Red Header </h3>";
    echo "</body></html>";
    ?>
    case 2
    if you put the css file in same dir but in a sub dir
    use
    Code:
    echo "<link rel="stylesheet" type="text/css"
    href="subdirname/test.css" />";
    case 3
    if you put the css file in diffrent dir
    use
    Code:
    echo "<link rel="stylesheet" type="text/css"
    href="../test.css" />";
    [Only registered and activated users can see links. Click Here To Register...]




  4. #4
    Senior Member
    Join Date
    Oct 2007
    Location
    South Africa
    Posts
    100
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    ok i did it, i dont know why i didnt think of that myself. but it worked. tnx bro

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 75 Web Scripts
    By KillaKlan in forum Scripts Forum
    Replies: 4
    Last Post: 19-04-11, 18:36
  2. [web] 65 Most Needed Php Scripts
    By jayasanka in forum Scripts Forum
    Replies: 19
    Last Post: 09-11-10, 15:30
  3. Russian Scripts
    By riderz in forum Translation
    Replies: 11
    Last Post: 11-05-10, 20:57
  4. None Mysql English Scripts
    By SpiderWap in forum Scripts Forum
    Replies: 8
    Last Post: 03-12-09, 21:41
  5. Help With Css
    By SpiderWap in forum Coding Forum
    Replies: 3
    Last Post: 28-05-07, 16:15

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
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19