this sites for quick learner, Who wants to create website or who wants to learn about webpage design for them html full code, code, uploading system, tips and tools for blog and blogger or blogspot.com sites.
Code <table width="700" border="3"> <tr> <td width="601"><marquee direction="right"onmouseover="this.stop();" onmouseout="this.start();">marquee with right side heading and right side direction</td> <td width="83" style=" text-align:center; background:#00F; ">Heading</td> </tr>
marquee with grove border borderDemo <marquee direction="left" bgcolor="red" onMouseOver="this.stop();" onMouseOut="this.start();" style="border:10px groove orange; color:white;">marquee with grove border border</marquee> Code edit the code of border color, border size and text color: border:10px groove orange; color:white;
marquee with double border Demo <marquee direction="left" bgcolor="yellow" style="border:10px double blue; color:green;">marquee with double border</marquee> Marquee Code for mouse over stop and start code: mouseover="this.stop();" mouseout="this.start();" for border, border size and text color edit this code: border:10px double blue; color:green; you can also change the bgcolor, direction and more see all marquees demo and code click here
marquee with dashed borderDemo <marquee direction="left" bgcolor="#FF33FF" style="border:3px dashed red; color:green;">marquee with dashed border</marquee> code For mouse over add this code in marquee code: mouseover="this.stop();" mouseout="this.start();" for border color or size and text color edit this code: border:3px dashed red; color:green;
marquee with boderDemo
<marquee direction="left" height="30px" bgcolor="#0000FF" style="border: 3px solid red; color:#00FF33">marquee with boder</marquee> Code Marquee with border and text color marquee with boderDemo
<marquee direction="left" onMouseOver="this.stop();" onMouseOut="this.start();" height="30px" bgcolor="#0000FF" style="border: 3px solid red; color:#00FF33">marquee with boder</marquee> Code Marquee with border and text color with mouseover
marquee with background color 1. Marquee with Background color without mouseover. CODE
<marquee bgcolor="red" direction="left">marquee with background color</marquee>
marquee with background color and moouseover 2. Marquee with Background color without mouseover. CODE
<marquee bgcolor="#00FF00" direction="left" onmouseout="this.start();" onmouseover="this.stop();">marquee with background color and moouseover </marquee>
Note: choose bgcolor name or color code:
color chart
3. Add HTML Code different direction and different behavior with our full code and demos.
<marquee bgcolor="green" direction="left" behavior="alternet or slide or scroll" loop="5 or 1 or 5 or .....">marquee with background color</marquee>
Code: <marquee direction="left" behavior="slide" loop="5">marquee left direction with slide behavior and loops style</marquee> Demomarquee left direction with slide behavior and loops styleMarquee loop mean how much time are you want to slide/scroll in website.
1. Without Mouseover marquee code & Demo Code: <marquee
direction="down" height=" 40px" behavior="slide"> down direction with slide behavior marquee </marquee> Demo down direction with slide behavior marquee2. Marquee Code and Demo with Mouseover
code: <marquee
direction="down" height="40px" behavior="slide"
onMouseOver="this.stop();"
onMouseOut="this.start();">left directon with scroll behavior
marquee with mouseover</marquee> Demoleft directon with scroll behavior marquee with mouseover
1. Without Mouseover marquee code & Demo Code: <marquee
direction="up" height=" 40px" behavior="slide">
up direction with slide behavior marquee </marquee> Demo up direction with slide behavior marquee2. Marquee Code and Demo with Mouseover code: <marquee
direction="up" height="40px" behavior="slide"
onMouseOver="this.stop();"
onMouseOut="this.start();">up directon with slide behavior
marquee with mouseover</marquee> Demoup directon with slide behavior marquee with mouseover
1.Without Mouseover marquee code & Demo Code: <marquee
direction="right" behavior="slide"> right direction with slide behavior marquee </marquee> Demo right direction with slide behavior marquee2. Marquee Code and Demo with Mouseover code: <marquee
direction="right" behavior="slide"
onMouseOver="this.stop();"
onMouseOut="this.start();">left directon with scroll behavior
marquee with mouseover</marquee> Demoleft directon with scroll behavior marquee with mouseover
1. Without Mouseover
marquee code & Demo Code: <marquee
direction="left" behavior="slide"> left direction with slide behabior marquee </marquee> Demo
left direction with slide behabior marquee 2. Marquee Code and Demo with Mouseover code:
<marquee
direction="left" behavior="slide"
onMouseOver="this.stop();"
onMouseOut="this.start();">left directon with slide behavior
marquee with mouseover</marquee> Demoleft directon with slide behavior marquee with mouseover
1. Without Mouseover marquee code & Demo Code: <marquee
direction="down" behavior="scroll"> down direction with Scroll behavior marquee </marquee> Demo down direction with Scroll behavior marquee2. Marquee Code and Demo with Mouseover code: <marquee
direction="down" behavior="scroll"
onMouseOver="this.stop();"
onMouseOut="this.start();">left directon with scroll behavior
marquee with mouseover</marquee> Demodown directon with scroll behavior marquee with mouseover
1. Without Mouseover
marquee code & Demo Code: <marquee
direction="up" behavior="scroll">
up direction with scroll behavior marquee </marquee> Demoup direction with scroll behavior marquee2. Marquee Code and Demo with Mouseover code: <marquee
direction="up" behavior="scroll"
onMouseOver="this.stop();"
onMouseOut="this.start();">up directon with scroll behavior
marquee with mouseover</marquee> Demoup directon with scroll behavior marquee with mouseover
1. Without
Mouseover marquee code & Demo Code: <marquee
direction="right" behavior="scroll"> right direction with scroll behavior marquee </marquee> Dem
right direction with scroll behavior marquee 2. Marquee Code and Demo with Mouseover code: <marquee
direction="left" behavior="scroll"
onMouseOver="this.stop();"
onMouseOut="this.start();">right directon with scroll behavior
marquee with mouseover</marquee> Demoright directon with scroll behavior marquee with mouseover
1. Without Mouseover marquee code & Demo Code: <marquee direction="left" behavior="scroll"> left direction with scroll behavior marquee </marquee> Demo
left directiom marquee with scroll behavior2. Marquee Code and Demo with Mouseover code: <marquee direction="left" behavior="scroll" onMouseOver="this.stop();" onMouseOut="this.start();">left directon with scroll behavior marquee with mouseover</marquee> Demo
left directon with scroll behavior marquee with mouseover
1. Without Mouseover marquee code & Demo Code: <marquee direction="right" behavior="alternate"> right direction alternate marquee </marquee> Demo
right direction alternate marquee 2. Marquee Code and Demo with Mouseover code: <marquee direction="right" behavior="alternate" onMouseOver="this.stop();" onMouseOut="this.start();">right directon altarnate marquee with mouseover</marquee> Demo
right directon altarnate marquee with mouseover
1. Without Mouseover marquee code & Demo Code: <marquee direction="left" behavior="alternate"> left direction alternate marquee </marquee> Demo
left directon alternate marquee2. Marquee Code and Demo with Mouseover code: <marquee direction="left" behavior="alternate" onMouseOver="this.stop();" onMouseOut="this.start();">left directon altarnate marquee with mouseover</marquee> Demo
left directon altarnate marquee with mouseover
1. Without Mouseover marquee code & Demo Code: <marquee direction="up">edit the text</marquee> Demo up direction marquee2. Marquee Code and Demo with Mouseover code: <marquee direction="up" onMouseOver="this.stop();" onMouseOut="this.start();">left directon marquee with mouseover</marquee> Demoup directon marquee with mouseover
1. Without Mouseover marquee code & Demo Code: <marquee direction="right">edit the text</marquee> Demo
right directon marquee2. Marquee Code and Demo with Mouseover code: <marquee direction="right" onMouseOver="this.stop();" onMouseOut="this.start();">left directon marquee with mouseover</marquee> Demo
right directon marquee with mouseover
1. Without Mouseover marquee code & Demo Code: <marquee direction="left">edit the text</marquee> Demo left directon marquee 2. Marquee Code and Demo with Mouseover code: <marquee direction="left" onMouseOver="this.stop();" onMouseOut="this.start();">left directon marquee with mouseover</marquee> Demo left directon marquee with mouseover
when the slideshow without next, previous, pause, play and bullets, feel something missing. so these steps follow for Wowslider design upload in blogger or blogspot.com.
fist step: make design with bullets, buttons, and play and pause button.
upload bullets, buttons, pause button and play button in online store (like google sites)
open style.css file from WOW Slider and uploaded bullets, button, paly and pause buttons copy link address and past in ./bullet.png, ./arrows.png,./pause.png,./play.png
Google Sites is one of the online store where we can easily upload the files which required for us.People can work together on a Site to add file attachments, information from other Google applications (like Google Docs, Google Calendar, YouTube and Picasa), and new free-form content.Creating a site together is as easy as editing a document, and you always control who has access, whether it's just yourself, your team, or your whole organization. You can even publish Sites to the world. The Google Sites web application is accessible from any internet connected computer. its losts of benefits but if you are confused to how to create google sites or how to upload files in google sites follow these steps:
Create a gmail Account.
Search Google Sites or o[en url: www.google.com/sites
Login with your Gmail Account.
Click on Create
after Create the sites> open create sites> i have already a sites so i am open this
Are you Confuse..................., your WOW Slider slideshow is not working in your blogger/blogspot.com. don't worry.............. follow these steps to upload your Wow slider Design in Blogger/blogspot.com.
Create your WOW Slider Design. when you create design these files will be created.
open data file of wowslider > images> upload in online store (like google sites). I am using google sites so i refer use google sites for data stores.
open engine file and upload these files.
after uploaded > copy link address > open wowslider.html > past where is images and other css, css, jquery and wowslider.js files link address
<!DOCTYPE html>
<html>
<head>
<title>Slideshow html</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Made with WOW Slider - Create beautiful, responsive image sliders in a few clicks. Awesome skins and animations. Slideshow html" />
<!-- Start WOWSlider.com HEAD section --> <!-- add to the <head> of your page -->
<link rel="stylesheet" type="text/css" href="engine2/style.css" />
<script type="text/javascript" src="engine2/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
</head>
<body style="background-color:#d7d7d7;margin:auto">
<!-- Start WOWSlider.com BODY section --> <!-- add to the <body> of your page -->
<div id="wowslider-container2">
<div class="ws_images"><ul>
<li><img src="data2/images/1.jpg" alt="1" title="1" id="wows2_0"/></li>
<li><img src="data2/images/2.jpg" alt="2" title="2" id="wows2_1"/></li>
<li><a href="http://wowslider.com"><img src="data2/images/3.jpg" alt="jquery photo gallery" title="3" id="wows2_2"/></a></li>
<li><img src="data2/images/4.jpg" alt="4" title="4" id="wows2_3"/></li>
</ul></div>
<div class="ws_script" style="position:absolute;left:-99%"><a href="http://wowslider.com/vi">slideshow html</a> by WOWSlider.com v7.8</div>
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="engine2/wowslider.js"></script>
<script type="text/javascript" src="engine2/script.js"></script>
<!-- End WOWSlider.com BODY section -->
</body>
</html>
UPLOAD YOUR SCRIPT.JS OF WOWSLIDER IN YOUR ONLINE STORE AND COPY&PASTE LINK ADDRESS HERE
UPLOAD YOUR WOWSLIDER.JS OF WOWSLIDER IN ONLINE STORE AND COPY&PAST LINK ADDRESS HERE
UPLOAD YOUR JUERY.JS OF WOWSLIDER IN ONLINE STORE AND COPY& PASTE LINK ADDRESS HERE
UPLOAD YOUR STYLE.CSS OF WOWSLIDER IN ONLINE STORE AND COPY&PASTE LINK ADDRESS HERE
UPLOAD YOUR 4TH IMAGES IN ONLINE STORE AND COPY & PASTE LINK ADDRESS HERE
UPLOAD YOUR 3RD IMAGE IN ONLINE STORE AND COPY &PASTE LINK ADDRESS HERE
UPLOAD YOUR 2ND IMAGE IN ONLINE STORE AND COPY & PASTE LINK ADDRESS HERE
UPLOAD YOUR 1ST IMAGE IN YOUR ONLINE STORE AND COPY & PASTE LINK ADDRESS HERE
6. Copy WOW Slider html code> open blogger > new post and click html or add gadget and choose html/javascrip> paste and upload.
7. see the Demo 1, Demo 2.