Adding Text onto image
-
I am creating a page where I want to display a coupon that my visitors can print. I was hoping to use an image as my coupon with a text(code) on top of the image that will display the expiration date on the image.
I have the code to create a date Xnumbers of days plus from todays date.
[php] $future = mktime(0,0,0,date("m"),date("d")+14,date("Y")); $mydate = date("F j, Y", $future); echo $mydate; [/php]
I thought just placing a text area on the image would be a simple solution, however I cannot seem to find the way with WordPress.
Any and all help is appreciated,
Alanrh
https://www.liangs-garden.com
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding Text onto image’ is closed to new replies.