CSS PATH problem

  •  12-04-2006, 9:22 AM

    CSS PATH problem

    Hi, another css problem,  the path to use a css file for the command "EditorWysiwygModeCss" must be a virtual path and i need tyo use a "web" path like that :
     
    What he accept :
     
    HtmlTextBox1.EditorWysiwygModeCss ="css/style.css"
     
    What i need :
     
    HtmlTextBox1.EditorWysiwygModeCss = "http://www.mywebsite.com/css/stylesheet.css"
     
     
     
    thanks
View Complete Thread