1 re4med Mar 30, 2005 05:04
3 village_idiot Mar 30, 2005 08:29
i take that back .. actually that page looks pretty good in FF. something musta been hosed in my IE (apologies )
4 re4med Mar 30, 2005 13:00
Thanks for the reply...
I will try to work on it this evening. Hopefully it will be as easy as it looks. :D
W. Hill
thats a plugin for wordpress however ... I was doing that for a while on my b2evo blog, and thought I had posted about it on my blog (apparantly I didnt). Im also unsuccessfully looking for the file-- it was VERY easy to do, and if I reme correctly I only needed one file. If and when i locate them, ill post back
In the meantime, if no-one else helps you google ...(thinking).. well heres a start
http://www.alistapart.com/articles/dynatext/
http://www.mezzoblue.com/tests/revised-image-replacement/
ill try to find that file
----
OK, I found the files ....
Here is what I was doing ...
inside your skins _main.php where the text title of the post would be...
I had, instead:
Notice that I am calling a php file (/heads/itB.php) and that it's being supplied the title of the post.
the contents of that php file (itB.php) is :
The second line will need to be changed to match your domain, I added that so that other sites couldnt call the script remotely
the font is declared toward the bottom, notice I was using Georgia. The font will need to go into the same directory as the php file, IF you dont change any pathes.
the imagettftext variables are all explained here:
http://www.php.net/imagettftext
thats all you need, the shadowing is done with the script, and btw, that example page looks like crap (to me) I hope yours looks better :)
have fun!