View Full Version : marquee help


Flash4life
07-22-2003, 07:11 AM
I want to make a Marquee going up, but with a border like the one shown in the HTML fun stuff. The color I can change but I don't know how to make the border with the message/items moving up.

angelivion
07-22-2003, 09:37 AM
how about putting the marquee code outside the table code?

like so:

<marquee bgcolor="#ffffff" behavior=scroll scrollamount="2" direction="up" width="200" height="200">
<table bgcolor=white border=8 bordercolorlight="#ff0000" bordercolordark="#0000ff" cellpadding=0 cellspacing=0>
<tr>
<td>
<FONT face="comic sans ms" COLOR="#0066ff" SIZE="3">
where your contents go
</font></td></tr></table>
</marquee>

well, at least something like that anyway.