View Full Version : how do i code this???


washawasha
08-24-2005, 05:59 PM
halloz,
i want my website to have a marquee that it direct up,but it must be in left hand and right hand of tha web{i wanna use this word to appear in left sid}
how are you
im ok
where you from
africa
and i wanna this words to appear in right hand side
i know you
you don't know me
please
but remember it must be at the same line,{take a look at www.codezwiz.com}
i need help :bow:

BrandonLee
08-24-2005, 06:23 PM
Wow.. what an interesting post.
Try...


<div>
<div style="float:left;">
<marquee></marquee>
</div>
<div style="float:right;">
<marquee></marquee>
</div>
</div>

I don't know the up and down marquee code by hand. Take a look around the site in HTML Help for that.

lukejtharries
08-25-2005, 07:36 PM
For "up" you'd go:
<marquee behavior=slide direction=up>your message here</marquee>