Generate Image Buttons on the fly in C5?
Permalink
Hi
My client wants to use a non web font for
navi and headlines.
In my old CMS I generated buttons via PHP and GD and saved them on the Webserver.
Is their also a possiblitity in C5 to do that?
Thanks
cheers
Philipp
My client wants to use a non web font for
navi and headlines.
In my old CMS I generated buttons via PHP and GD and saved them on the Webserver.
Is their also a possiblitity in C5 to do that?
Thanks
cheers
Philipp
No I'm actually looking for a libary
or PHP class which I can call and pass a
string inkl. an background image and some parameters like the font and get an generated image back. (Caching would be perfect)
Is anybody using something like that in C5?
THX
Philipp
or PHP class which I can call and pass a
string inkl. an background image and some parameters like the font and get an generated image back. (Caching would be perfect)
Is anybody using something like that in C5?
THX
Philipp
just google around for a library that does that, Concrete5 can only generate the buttons that you see in the interface.
or insert an image into a text block and then link it. Not sure exactly what you mean though.