![]() |
|
Text over Image - Printable Version +- Computer Graphics Community (http://www.cgshelf.com/forum) +-- Forum: Web Designing (/forum-39.html) +--- Forum: CSS (/forum-44.html) +--- Thread: Text over Image (/thread-246.html) |
Text over Image - moonlight - 08-05-2007 09:48 AM How can I place text over an image? RE: Text over Image - albinjoseph - 08-05-2007 05:25 PM If your image displayed inside a td you can give the image as the background of the image. PHP Code: <td backgrond="image.gif">My text</id> |