Jump to content
MakeWebGames

Text Shadow's using PHP's GD?


Recommended Posts

Posted

Hey,

I'm making a new script with PHP and I was searching around on the internet for GD and Drop shadow (On text). Sadly I've managed not to find anything so i was wondering do any of the users on here know of any way to do this? Or if it's completely un-doable.

Thanks, Dave.

Posted

what like this

<head>
<style type="text/css">
<!--
#test {
text-shadow: #FF0000 4px 4px 2px;
}

-->
</style></head>

<body>

<div id="test">lol</div>
</body>
Posted

That my friend is CSS :P

what like this
<head>
<style type="text/css">
<!--
#test {
text-shadow: #FF0000 4px 4px 2px;
}

-->
</style></head>

<body>

<div id="test">lol</div>
</body>
Posted

I think some of you need to start reading the topic correctly before posting.

I cant find anything but this little case study that someone has done on Effects with GD: Case study

that has a little bit of code under Drop Shadow, i havent tryed it though.

Hope this helps

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...