Tutorial
Inserting a name on a blank graphic

We start with a graphic in which you have made. Do not put a name on it. This is good when you want to have menu with buttons and often change the subjects. Here I am using a graphic the size of 428 pixels by 100 pixels
| SharonKay |
Now to insert the name on the blank graphic here is the code used for the above:
Important: do not use the . I have used after each < or it will not work, this is only done so that you can view the code to use. Take the dot out! The things showing in pink are the items you can change according to your needs and graphic.
<.table width="428" height="100"
cellpadding="0" cellspacing="0"
border="0">
<.tr>
<.td background="images/Image1.jpg" valign="middle"
align="center">
<.font size="7" color="#6A570D"> SharonKay</font>
<./td>
<./tr>
<./table>
You can do this on any image you wish but you will need to know the size of the graphic being used so that you can insert it in the code.