You are on page 1of 4

Boxes (Tables) in HTML Step by Step HTML ~ Index Auction Listing Templates

<marquee> Your Text Here </marquee>

<marquee direction=right> Your Text Here </marquee>

<marquee behavior=alternate> Your Text Here </marquee>

<marquee scrolldelay=xxx> Your Text Here </marquee>

<marquee scrollamount=xxx> Your Text Here </marquee>


 

Before   After

Before  After 
<marquee width=xx%> Your Text Here </marquee>

<marquee bgcolor=a_colour> Your Text Here </marquee>

<marquee> Your Text Here <br> Next Line </marquee>

<marquee> <a href="url_goes_here">Description</a> </marquee>


<marquee> <img src="image_url_goes_here"> </marquee>

<table background="image_url_here" width=100%><tr><td>


<marquee> Your text here </marquee>
</td></tr></table>

With a little work you can create a marquee which resembles an animated logo

<table width=200 border=1 bordercolor=red style="border-collapse:collapse"


background="backs/b71.jpg"><tr><td>
<font size=+3 face="arial black" color=red> <marquee>
<img src="images/ukah.gif"> UK Auction Help <img src="images/ukah.gif">
</marquee> </font>
</td></tr></table>
<marquee><blink>
Your text here
</blink></marquee>

<marquee direction=up loop=true height="100" >


Your text here
</marquee>

<marquee direction=down loop=true height="20" >


Your text here
</marquee>

You might also like