Images, Backgrounds and Alignment.
Code:
<div align="center">
<marquee bgcolor="orange" direction="left" width="90%">
<img src="cat.gif" align="absbottom">HAVE A SPOOKY HALLOWEEN<img src="cat.gif" align="absbottom">
</marquee>
</div>
Code:
<table width="500" border="0" cellpadding="0" cellspacing="0" background="bgtrain.gif">
<tr valign="bottom">
<td width="76"><img src="tree.gif"><img src="building1.gif"></td>
<td width="353">
<marquee direction="right" width="100%">
<img src="traincaboose.gif">
<img src="train3.gif">
<img src="train2.gif">
<img src="train1.gif">
<img src="trainengine.gif">
</marquee>
</td>
<td width="71"><img src="building2.gif"></td>
</tr>
</table>
Note: The images for the train are reversed to compensate for the scroll going backwards.
|