Friday, October 5, 2018

How To Add Together Moving Text To Blogger Or Website(Magic Text)

THIS  TUTORIAL IS FOCUSED ON HOW TO MAKE YOUR BLOG OR WEBSITE LOOK ATTRACTIVE FOR THE VISITORS.

Here are the eleven Codes on 

How to add together Moving text or 
Scrolling text or Marquee 
text to your Website 


This is moving text Moving Right to Left
Code 1
For Simple Moving Text:
Copy & glue this code In Html
 <marquee>This is moving text Moving Right to Left </marquee>


Surprisingly, Simple Moving Text create non hold back attractive much.
To larn inwards attractive,

we volition add together background color to it by bgcolor="hexadecimal code".


This is moving text With Background Colour

Code 2
For Moving Text With 
Background Colour:
Copy & glue this code In Html
<marquee bgcolor="#33cc99">This is moving text amongst Background Colour </marquee>

You volition let on that text is not clearly readable.You tin modify the color of the text.


This Is Coloured Scrolling Text With background colour.

Code 3
For Scrolling Text With 
Coloured Text & Background.:
Copy & glue this code In Html
<marquee bgcolor="#33cc99" style="color:white;">This Is Coloured Scrolling Text With Background Colour </marquee>



You tin fifty-fifty command the 
speed of scrolling with scrollamount="

You tin Put the value of 

number from 1 to 10 depend 
on the speed you lot want
Note: If you lot set value 

as 0 text volition halt moving.

Now, 

I volition learn you lot how to 
bold the moving text.




This Is Coloured Scrolling Bolded Text With background colour.

Code 4
 For Bolded Scrolling Text 
With Coloured Text &
 Background.:
Copy & glue this code In Html
<marquee bgcolor="#33cc99" style="color:white;"><b>This Is Coloured Scrolling  Bolded Text With Background color </b></marquee>

You tin brand the text italic or underlined past times replacing <b> amongst <i> or <u>.


This Is Scrolling Text amongst scrollamount="6"

Code 5
 For Scrolling Text With Speed Contol.:
Copy & glue this code In Html
<marquee bgcolor="#33cc99">This Is Scrolling Text amongst scrollamount="6" </marquee>



You tin modify management of text with direction="option"

And options are

 left,right,up,down

Note:

By default management is railroad train to left.
By using management ,

you are telling text inwards which management to go.


This Is Moving Text amongst Up Direction
This Is Moving Text amongst Down Direction
This Is Moving Text amongst Left Direction
This Is Moving Text amongst Right Direction

Code 6
For Scrolling Text With
 Direction Control.
Copy & glue this code In Html
<marquee bgcolor="#33cc99" direction="up">This Is Moving Text amongst Up Direction </marquee>


You tin modify the 

behaviour of the text also 
from scrolling to alternate


This Is Moving Text amongst Alternate Behavior

Code 7
For Scrolling Text With
 Alterate Behaviour.:
Copy & glue this code In Html
<marquee bgcolor="#33cc99" behavior="alternate" style="color:white;">This Is Moving Text amongst Alternate Behavior</marquee>



Note:
By Default,
Behavior is railroad train to scroll. 
Check the spellings of behaviour ,its behavior

For Moving Links.:
Copy & glue this code In Html
<marquee bgcolor="#33cc99" style="color:white;"><br />
<a href="url">Link 1</a><br />
</marquee>

Note: Replace url amongst page address as well as link amongst text which should appears on moving text every bit link

In higher upwards example url is http://yahoo.com as well as link is yahoo.
http://google.com every bit url as well as google every bit link.

Place every bit many links as 
you wish.


TUTORIAL IS FOCUSED ON HOW TO MAKE YOUR BLOG OR WEBSITE LOOK ATTRACTIVE FOR THE VISITORS How to Add Moving Text to Blogger or Website(Magic Text)

Code 9
 For Moving Image.:
Copy & glue this code In Html
<marquee bgcolor="#33cc99" style="color:white;"><br />
Moving Image<img src="image url"><br /></marquee>


Note:
Replace picture url past times image 
Source address.


This Text Can live on Paused.Just Point Mouse Over It.

Code 10
 For Pausing the text when 
mouse Cursor is pointed over the text::
Copy & glue this code In Html

<marquee bgcolor="#33cc99" style="color:white;width:500px;" onmouseover="this.stop()" onmouseout="this.start()"><br />
This text tin live on paused.Just Point Mouse Over It.<br />
</marquee>

Now, We volition role all of the 
features mentioned above



Follow me on TUTORIAL IS FOCUSED ON HOW TO MAKE YOUR BLOG OR WEBSITE LOOK ATTRACTIVE FOR THE VISITORS How to Add Moving Text to Blogger or Website(Magic Text)

Code: eleven For Twitter, Facebook, LinkedIn etc
just modify the www....
Copy & glue this code In Html
<marquee onmouseover="this.stop()" onmouseout="this.start()"<br />
bgcolor="#33cc99" style="color:white;width:300px;Height:130px;" scrollamount="4" direction="Up">Follow me on <a href="http://twitter.com/hellcaretaker"> <img src="twitter.com" alt="TUTORIAL IS FOCUSED ON HOW TO MAKE YOUR BLOG OR WEBSITE LOOK ATTRACTIVE FOR THE VISITORS How to Add Moving Text to Blogger or Website(Magic Text) "> </a><br /></marquee>



In higher upwards example you lot tin role picture every bit a link
These features tin live on very 
usefull to hand of import tidings or making your spider web log attractive

HOW TO IMPLEMENT THE CODES
Note: Change this contestation to whatsoever suitable text you lot desire to display on your website "This Is Coloured Scrolling Text With Background Colour "
1.Login to www.Blogger.com

2.Click on Layout

3.Click on Add element

4.Html/Text

5.Paste the code

Artikel Terkait

How To Add Together Moving Text To Blogger Or Website(Magic Text)
4/ 5
Oleh