

























The first example below uses four colors combined to generate a multi-colored animated title. It also reduces the size as I have shown in a previous example. |
| <center> <IMG SRC = "m_red.gif" HEIGHT=35 WIDTH=30> <IMG SRC = "a_yello.gif" HEIGHT=35 WIDTH=30> <IMG SRC = "n_green.gif" HEIGHT=35 WIDTH=30> <IMG SRC = "y_blue.gif" HEIGHT=35 WIDTH=30> </center><BR><BR> |
This last example shows the effect of mixing different sized letters to form a title. Pay attention to the "HEIGHT= attribute withing the image tag for "s_yello.gif", the first letter in the string. Notice how it's "HEIGHT=" setting is 140 as oposed to the other letters in the string which are set at "HEIGHT=60". |
| <center> <IMG SRC = "s_yello.gif" HEIGHT=140 WIDTH=60> <IMG SRC = "i_yello.gif" HEIGHT=70 WIDTH=60> <IMG SRC = "z_yello.gif" HEIGHT=70 WIDTH=60> <IMG SRC = "e_yello.gif" HEIGHT=70 WIDTH=60> <IMG SRC = "s_yello.gif" HEIGHT=70 WIDTH=60> </center><BR><BR> |