Link to home
Start Free TrialLog in
Avatar of brettanderson77
brettanderson77Flag for Australia

asked on

Javascript HTML - scrolling marquee text in email signature

Hi, I have the following scrolling html that is used in an email signature, but when it scrolls over to the left it simply keeps going and dissapears of the page!!! I want it to stop and sit aligned to the left after it loops once.
Cheers,
Brett

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR></HEAD>
<BODY>

<DIV align=left>
<FONT face=Arial size=2>
Brett Anderson<BR>
-----------------------------------------------------------<BR>
</DIV>
</FONT>

<DIV align=left>
<MARQUEE scrollAmount=50 loop=1 width="100%" ALIGN="LEFT">
<FONT face=Arial size=2>
Business Analyst / Delivery Team Lead<BR>
Business Operations, Emerging Markets<BR>
Email: bretande@cisco.com<BR>
Mobile: +44(0) 77 6688 6062
</FONT>
</MARQUEE>
</DIV>
<DIV align=left></A>
<FONT face=Arial size=2>
=============================
</FONT>
</DIV>

</BODY>
</HTML>
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brettanderson77

ASKER

Thanks!