Apply this Action to an HTML box to add a CSS3 text shadow to all text within it.
3 Comments
James Wages
Walter, this Action seems to not be outputting a semicolon after the color in the HTML code. For example, it generates something like this:
BodyText { text-shadow: 1px 1px 1px #000000 }
But it should be this:
BodyText { text-shadow: 1px 1px 1px #000000; }
max fancourt
Hi james
Its not Walter but Max
The last attribute in a style doesn't need a semi colon, it's just there to spilt up the different segments of a complete style eg:
James Wages
Walter, this Action seems to not be outputting a semicolon after the color in the HTML code. For example, it generates something like this:
BodyText { text-shadow: 1px 1px 1px #000000 }
But it should be this:
BodyText { text-shadow: 1px 1px 1px #000000; }
max fancourt
Hi james
Its not Walter but Max
The last attribute in a style doesn't need a semi colon, it's just there to spilt up the different segments of a complete style eg:
and so if its the only thing specified or at the end then it doesn't need the last semicolon.
all the best max
max fancourt
oops!! UK spelling of COLOUR that should have read
:o)
and so if its the only thing specified or at the end then it doesn't need the last semicolon.
all the best max
Sign In or to comment.