The title says everything. What is the CSS code to put shadows in the letters?
Asked
Active
Viewed 86 times
0
-
Not HTML, CSS. Updated question. – Kon Mar 27 '11 at 21:39
-
@Kon: Rolled back because your edit alters the meaning of the question completely. I think it's better to clarify with the OP what he's looking for first. – BoltClock Mar 27 '11 at 21:39
-
@BoltClock, he wants to put shadows on text. That's the end goal. – Kon Mar 27 '11 at 21:40
-
1@Kon: Yeah but is he looking for an HTML solution or a CSS solution? If the question is changed to say CSS our answers would have to be changed too because we addressed the HTML bit. And I think that's better for the OP to decide instead of anyone else... – BoltClock Mar 27 '11 at 21:44
-
Eh, whatever. I don't care enough to continue the argument. :) – Kon Mar 27 '11 at 21:46
1 Answers
6
There is no way to achieve this with HTML.
In supporting browsers, you can use the text-shadow property from CSS.

Quentin
- 914,110
- 126
- 1,211
- 1,335