문제

I am using Sitefinity Stylesheet widget.When i try to apply inline style sheet inside Write CSS tab,the styles are not applied as expected

This is my code:

    <style>

         .menu a{
                 text-decoration: none;
                }
.....
......
    </style> 

Could you please help me to figure out the issue here?

도움이 되었습니까?

해결책

Remove the tags <style> and </style>

There is already an instruction in "Write CSS tab".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top