Re: How to put text on an image?

You can do this with CSS. You will need to crate an element with
position absolute, then insert your image and text node inside. Apply
position absolute to the text and then you will be able to use top,
right, bottom, left to move it about.

You can also achieve this type of stuff with PHPs GD library or
Imagemagick, which is can be used with PHP.
-- 
      ,'/:.          David Arakelian 
    ,'-/::::.        http://www.theatons.com/
  ,'--/::(@)::.      Web Security Consultant
,'---/::::::::::.    Wales
____/:::::::::::::.  
  T H E A T O N S  

Received on Tuesday, 13 May 2008 15:30:22 UTC