How To Add Text Over Images in HTML
by Dinesh[ Edit ] 2014-03-13 20:46:58
<h1>How To Add Text Over Images in HTML</h1>It is the simple code that helps you to add your customized text to the image.
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td ackground="hiox-logo.jpg" valign="bottom">
<font size="+1" color="green">Created By Dinu..</font></td>
</tr>
</table>
Source Code:
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td ackground="hiox-logo.jpg" valign="bottom">
<font size="+1" color="green">Created By Dinu..</font></td>
</tr>
</table>