Here are some ways to do advanced HTML.
How to make words MOVE ACROSS THE SCREEN (LEFT).
1. Type "<marquee>" without qouatations
2. Type your text
3. Type "</marquee>" after your text without qoutations
How to make words MOVE ACROSS THE SCREEN (RIGHT).
1. Type "<marquee direction=right>" without qoutations
2. Type your text
3. Type "</marquee>" after your text without qoutations
Now to make words BOUNCE BACK AND FORTH:
1. Type "<marquee behavior=alternate>" without the qoutations
2. Type your text
3. Type "</marquee>" after your text without qoutations
How to make words go UP:
1. Type "<marquee behavior=scroll direction=up>" without qoutations
2. Type your text
3. Type "</marquee>" after your text without qoutations
How to make words go DOWN:
1. Type "<marquee behavior=scroll direction=down>" without qoutations
2. Type your text
3. Type "<marquee>" after your text without qoutations
How to make a LINK THROUGH A PICTURE:
1. Type "A href=" without qoutations
2. Copy and paste the sites web address
3. Type ">" after the sites name without qoutations
4. Copy and paste the pictures web address
5. Type "</a>" after the pictures web address
How to make words do DIFFERENT SPEEDS:
[for slow speed text]
1. Type "<marquee behavior=scroll direction=left scrollamount=1>" without qoutations
2. Type your text
3. Type "</marquee>" after your text without qoutations
[for medium speed text]
1. Type "<marquee behavior=scroll direction=left scrollamount=10>" without qoutations
2. Type your text
3. Type "</marquee>" after your text without qoutations
[for fast speed text]
1. Type "<marquee behavior=scroll direction=left scrollamount=20>" without qoutations
2. Type your text
3. Type "</marquee>" after your text without qoutations
How to add a SMILEY FACE to your page:
1. Type "<marquee behavior=scroll direction=left><img src=/pix/smile.gif width=100 height=100 alt=smile / </marquee>" without qoutations
How to ADD A BACKGROUND PICTURE.
1. Type "<body style="background: url(URL of picture here)" without qoutations
2. Copy and paste the pictures address to where it says 'URL of picture here'
3. Type ">"" without the qoutations on the end
*Make sure you follow this correctly
~Daniel Smith
Permalink | November 21, 2009, 12:03 am