Forums
This topic is locked
marquee to give data on multiple rows
Posted 29 Nov 2006 11:40:33
1
has voted
29 Nov 2006 11:40:33 sally bierton posted:
i have a marquee that pulls data from my database by using Id...so each line starts 1........2.......but i want it to look like1.......
2........
3.......
how can i achive this please.
this is my marquee code
<marquee height="85" scrollamount="1" direction="up" onMouseOver="this.stop()" onMouseOut="this.start()"><center><?php echo ($tsv); ?></center></marquee>