Results 1 to 2 of 2

Thread: I'm going bonkers with css - pls help! :(

  1. #1
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts

    I'm going bonkers with css - pls help! :(

    Code:
    <!DOCTYPE HTML PUBLIC
                     "-//W3C//DTD HTML 4.01 Transitional//EN"
                     "http://www.w3.org/TR/html401/loose.dtd">
    <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <title>PasTV :: Index</title>
      <link href= "c:/inetpub/wwwroot/pastv/css/pastv.css" rel="stylesheet" type="text/css">
      </head>
    <body>
    <div class="info" align=right>You are currently not logged in</div>
    <!--<div class="info" align=right></div> --><div class="mainbody">Wecome to PasTV</div>
    </br>
    <div class="siteinfo" align=center>&copy;2004 Scott Harman. All Rights Reserved  </div>
    </BODY>
    </HTML>
    Hey guys - I've just uploaded this code to the server - all generated using smarty and php - using php server vars to set the path variable for the css - bizarrely it's working fine on my test server at home, but not on my live server.
    unfortunately it has an absolute hissy fit when I use relative paths, so they're not really an option. Any ideas of where I'm going totally wrong here?

  2. #2
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts
    argh bollocks.
    sorted - forgot that it was locally rendered.
    that's the problem when you're doing "all" serverside stuff - you forget about the fact that ultimately it's rendered locally!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. divs and CSS
    By Kezzer in forum Software
    Replies: 11
    Last Post: 18-11-2003, 12:51 PM
  2. CSS + Your Opinions
    By Jonny M in forum Software
    Replies: 6
    Last Post: 14-11-2003, 07:00 PM
  3. CSS aid
    By Iain in forum Software
    Replies: 1
    Last Post: 14-10-2003, 11:40 PM
  4. CSS + Other Language Questions
    By Jonny M in forum Software
    Replies: 7
    Last Post: 11-10-2003, 11:17 PM
  5. CSS Help
    By Basher in forum Software
    Replies: 19
    Last Post: 10-09-2003, 08:13 PM

Posting Permissions

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