Microsoft Developer Network > 포럼 홈 > Office Live Small Business - Web Site > Third-party design method not applying theme
질문하기질문하기
 

제안된 답변Third-party design method not applying theme

  • 2009년 5월 8일 금요일 오전 8:43TGirgenti 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hello,

    I developed a web site using VS2008 Pro.  When i activate the third-party design tools and upload my site, it displays but none of the themes/stylesheets/css takes effect.

    Is it possible to develop for office live this way?

    Any help would be gratefully appreciated.

    Thanks,
    Tony

모든 응답

  • 2009년 5월 19일 화요일 오후 7:22Matthew1Clarke 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     제안된 답변

    make sure that the css is linked correctly.

    <LINK REL=StyleSheet HREF="www.website.net/themes/stylesheets/css/style.css" TYPE="text/css" MEDIA=screen>

     

    • 답변으로 제안됨Matthew1Clarke 2009년 6월 27일 토요일 오후 4:27
    •  
  • 2009년 5월 19일 화요일 오후 8:38TGirgenti 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hello Matthew.

    I have this:

     

    <link href="../App_Themes/Standard/css-content.css" rel="stylesheet" type="text/css" media="interactive, braille, emboss, handheld, projection, screen, tty, tv" />

    Does the href= have to be in the format you have?

    Thanks,
    Tony

  • 2009년 6월 27일 토요일 오후 4:33Matthew1Clarke 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    no it does not have to include the www.domain.net 
    the ../ goes up one level from your current page.  If your css is in a subdirectory from your page then you may find ./ would be enough but if the style sheet is in a completly different subdirectory from your page you may need to do ../../

    Matt