Welcome Guest Search | Active Topics | Sign In | Register

CCS3 text-shadow Options
Code Your Enthusiasm
Posted: Friday, April 18, 2014 11:33:57 AM
Rank: Newbie
Groups: Member

Joined: 4/18/2014
Posts: 2
Hi, the following HTML displays fine in Chrome but the text shadow effect doesn't show up in the resulting PDF.

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<style>
h1
{
text-shadow: 3px 3px 3px #00FF00;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
eo_support
Posted: Friday, April 18, 2014 11:46:17 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

I don't think that's supported in the current version. We should be able to support that in our next version. Sorry about it!

Thanks!
Code Your Enthusiasm
Posted: Friday, April 18, 2014 12:14:50 PM
Rank: Newbie
Groups: Member

Joined: 4/18/2014
Posts: 2
Thanks for the quick reply!
eo_support
Posted: Friday, April 18, 2014 12:34:06 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
You are very welcome. Sorry that it couldn't do what you were hopping for. But please feel free to let us know if you have any other questions.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.