|
<MARQUEE ...>WIDTH = "width expression"HEIGHT = integerWIDTHHEIGHT
<MARQUEE WIDTH=200 HEIGHT=50> Howdy! </MARQUEE>
Neither attribute is required. The default value for WIDTH100%. The height defaults to the natural height of content as it appears in the width. So, for example, this markup creates a marquee that is 200 wide and as tall as it needs to be:
<MARQUEE WIDTH=200> Happy Halloween!<BR> <IMG SRC="graphics/pumpkin.gif" HEIGHT=100 WIDTH=100 ALT="picture of a pumpkin"> </MARQUEE>
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.