Question:

I need html/javascript plz!!!!!!!!!!!!!! for my sisters dogs?

by  |  earlier

0 LIKES UnLike

i need the words penny and ella to go down the side how do i do that?

 Tags:

   Report

2 ANSWERS


  1. <div style="width: 90%; height: 45%; margin: 1% auto;">

    <marquee onmouseover="this.stop()" onmouseout="this.start() " direction="down" scrollamount="8">PENNY</marquee>

    <marquee onmouseover="this.stop()" onmouseout="this.start() " direction="down" scrollamount="8">ELLA</marquee>

    </div>

    Or this if you want to style text:

    <div style="width: 90%; height: 45%; margin: 1% auto;">

    <marquee onmouseover="this.stop()" onmouseout="this.start() " direction="down" scrollamount="8"><span style="color: #700; font-size: 1.3em;">PENNY</span></marquee>

    <marquee onmouseover="this.stop()" onmouseout="this.start() " direction="down" scrollamount="8"><span style="color: #070; font-size: 1.3em;">ELLA</span></marquee>

    </div>

    Adjust styling as needed.

    Ron


  2. Use the align left or right tags.  

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions