Deprecated: The called constructor method for WP_Widget class in Ad_Injection_Widget is deprecated since version 4.3.0! Use __construct() instead. in /home1/ypbkbnmy/public_html/wp-includes/functions.php on line 6078

Warning: count(): Parameter must be an array or an object that implements Countable in /home1/ypbkbnmy/public_html/wp-content/themes/basel/inc/theme-setup.php on line 172

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home1/ypbkbnmy/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php on line 111
Easy way to Make A Scrolling Text Banner Using Your Notepad
OnlineCmag

Easy Way To Make A Scrolling Text Banner Using Your Notepad

Today we are going to show you an easy way to create your own Scrolling text banner by using notepad. You can even do this by using your html editor . Follow the steps below and have fun .

Steps To Create Your Own Scrolling Text Banner :

Step 1 : Open Notepad :

Click on your Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even Do it by just typing notepad in your Run dialog box.

Step 2 : Copy-Paste :

Code :

<html>
<marquee><scrollammount=8><font color=blue><font size=14>OnlineCmag.com</marquee></font>
</html>

Replace ”  OnlineCmag.com ” With the text you wanted . You can change the font size and also color .

Step 3 : Save It :

Go to the File Menu and select the ” Save As ” option . Save the file with a ”  .html ” Extension i.e like ” OnlineCmag.html ” . Set the File type as ” All Files ” and Encoding as ” ANSI “.

Step 4 : Run The File :

To Run the file just double-Click on it . This Application will run only on browsers .

I hope You All Liked It….