B Billn Member Jan 7, 2017 #1 I have watch a few videos of adding snow to you site using browsersource. What web site do I link to for snow? thanks
I have watch a few videos of adding snow to you site using browsersource. What web site do I link to for snow? thanks
SeeOHZeeVT Member Jan 7, 2017 #2 https://www.youtube.com/watch?v=W-c2rkFOHnk I found one and that works well.
B Billn Member Jan 7, 2017 #3 To a non programmer that is so confusing. Can I not just type in a link with snow somewhere?
B Billn Member Jan 7, 2017 #4 I finally figured out the zip file thanks <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>DHTML SnowStorm: Basic Example</title> <script type="text/javascript" src="snowstorm.js"></script> </head> <body style="background:#000000;font:100 1.75em helvetica neue, helvetica,arial,verdana,sans-serif;color:#fff"> <h1 style="font-size:2em;margin:0px;font-weight:100"></h1> <p> </p> <p> </p> </body> </html>
I finally figured out the zip file thanks <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>DHTML SnowStorm: Basic Example</title> <script type="text/javascript" src="snowstorm.js"></script> </head> <body style="background:#000000;font:100 1.75em helvetica neue, helvetica,arial,verdana,sans-serif;color:#fff"> <h1 style="font-size:2em;margin:0px;font-weight:100"></h1> <p> </p> <p> </p> </body> </html>