ActiveX Marquee Control Shows Blank SpaceLast reviewed: September 29, 1997Article ID: Q155342 |
The information in this article applies to:
SYMPTOMSWhen you are viewing a Hypertext Markup Language (HTML) page that uses the Microsoft ActiveX Marquee control, a portion of the marquee may have a blank space.
CAUSEThe width specified for the Marquee control is greater than the width of the marquee page.
RESOLUTIONChange the HTML page as outlined below. If the page is not your Web page, notify the author of the page and suggest the following changes: Place the contents of the marquee page into a table. Set the width of the Marquee object to equal the width of the table. For example:
<table background="background.jpg" width=440 border=0 bgcolor="#E4E6E7"> <tr><td align=center><font size=4 color="#7E003C"><b>Welcome to My Home Page!</b></font></td></tr> <tr><td align=center><font size=4 color="#7E003C">This is a marquee! </font></td></tr> <tr><td align=center><font size=4 color="#FF0000">Use ActiveX! </font></td></tr> <tr><td align=center><font size=4 color="#0000A0">Draw Attention To Your Site!</font></td></tr> </td></tr></table>The above HTML code should be in the HTML page that defines the marquee. On the page in which the Marquee object is defined, set the width of the object to be equal to the width of the table (in this example, 440).
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |