Free HTML code

Discussion in 'Computers & Technology Forum' started by tinytim, Mar 12, 2008.

  1. tinytim <img src =/tim2.jpg>

    Joined:
    Oct 31, 2003
    Messages:
    11,250
    Likes Received:
    0
    I thought it would be nice to have a thread in which we can list our favorite html codes for objects, flash, backgrounds, and stuff on the internet that we can use for our webpages, blogs, or myspace pages....

    Here is one I found today...

    It is an abortion counter that counts the number of abortions since Jan 1.
    Just copy and paste the following code where you want it:

    <embed src="http://www.poodwaddle.com/abortion.swf" width="359" height="400" type="application/x-shockwave-flash" bgcolor="#ffffff" />

    You can adjust the width and height to suit you.
     
  2. larryjf New Member

    Joined:
    Sep 14, 2005
    Messages:
    306
    Likes Received:
    0
    ESV verse of the day...

    Code:
    <script type="text/javascript" src="http://www.gnpcb.org/esv/share/js/?action=getDailyVerse&amp;include-audio-link=true"></script>
     
  3. Don Well-Known Member
    Site Supporter

    Joined:
    Oct 7, 2000
    Messages:
    11,048
    Likes Received:
    321
    Faith:
    Baptist
    Wow, that's funny. I just saw Poodwaddle referenced on another message board, and was about to post a reference to it. Clocks, counters, more.

    Vertical scrolling headlines from CNS News:
    Code:
    (in the HEAD section)
    <SCRIPT language="javascript1.2">
    //Specify the marquee's width (in percentage or pixels)
    var marqueewidth="100%"
    //Specify the marquee's height
    var marqueeheight="300px"
    //Specify the marquee's marquee speed (larger is faster 1-10)
    var marqueespeed=1
    //Pause marquee onMousever (0=no. 1=yes)?
    var pauseit=1
    //Absolute positioning
    var yCoord=400
    var xCoord=200
    </SCRIPT>
    (in the BODY section)
    <SCRIPT language="javascript1.2" SRC="<A href="http://www.cnsnews.com/ticker/vertical_code.js"></SCRIPT">http://www.cnsnews.com/ticker/vertical_code.js"></SCRIPT>