Dropbox

Page 2 of 2 FirstFirst 12

  1. Posts : 8,398
    ultimate 64 sp1
       #11

    as i 'said' above, i didn't need to do anything special - i just have the html and css files in my dropbox public folder.

    how are you linking the css file?

    like this, in the <head> of the html?

    Code:
    <link rel="stylesheet" type="text/css" href="style.css" media="screen">
      My Computer


  2. Posts : 2,393
    Microsoft Windows 7 Ultimate: x64 (SP1)
    Thread Starter
       #12

    mickey megabyte said:
    as i 'said' above, i didn't need to do anything special - i just have the html and css files in my dropbox public folder.

    how are you linking the css file?

    like this, in the <head> of the html?

    Code:
    <link rel="stylesheet" type="text/css" href="style.css" media="screen">
    Yeah the code is totally like that.
    The only difference is the href src is called "css.css" here, which makes no differences.
    Yeah, it's in the <head> :)

    Best Regards,
    FredeGail
      My Computer


  3. Posts : 8,398
    ultimate 64 sp1
       #13

    and the css file is in the same public folder as the html?

    i'm sorry, but i don't have any more ideas nor help - it just works for me as i've said.
      My Computer


  4. Posts : 2,393
    Microsoft Windows 7 Ultimate: x64 (SP1)
    Thread Starter
       #14

    mickey megabyte said:
    and the css file is in the same public folder as the html?

    i'm sorry, but i don't have any more ideas nor help - it just works for me as i've said.
    Yeah it is. Could also be my coding is wrong. Who knows.
    I'll let you know when I fixed it

    Best Regards,
    FredeGail

    Update: All public documents has a broken URL for a short time.

    This is a snap of the Public Folder.
    Dropbox-udklip.png

    HTML Code:
    <html>
    
    <head>
    [B]<LINK REL=StyleSheet HREF="stylesheet.css" TYPE="text/css" MEDIA=screen>[/B]
    </head>
    
    <body>
    <b>This is my HTML document, you should be able to see this in your browser.
    To prove that the <h..> tags are working, look below</b>
    <br />
    <h1>test</h1>
    <h2>test</h2>
    <h3>test</h3>
    <h4>test</h4>
    </body>
    
    
    </html>
    Code:
    body {
    	background-color:lightblue;
    }
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:50.
Find Us