Hello, when i add this to my forum it doesn't work, even though it works here and in any other forum !
hello
hello
- Code:
[blur]hello[/blur]
[blur]hello[/blur]
.blur {
display: inline-block;
color: red !important;
text-shadow: 0 0 6px #AAAAAA;
}
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.
We advise you to reread your code.
.blur {
display: inline-block;
color: red !important;
text-shadow: 0 0 6px #AAAAAA;
}
Topic Solved & Locked |