How To Add Text Over Images in HTML

by Dinesh 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.
hiox-logo.jpg
<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>

Tagged in:

1313
like
0
dislike
0
mail
flag

You must LOGIN to add comments