Results 1 to 4 of 4

Thread: quotes
      
   

  1. #1
    jane ward is offline Sergeant
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    25

    Default quotes

    Hi,
    I want to put quotes on the bottom right hand of my pages that continually change, what is the best way i can do this? Do i use scripts, if so how do i activate it.
    Thank you in advance.
    jane
    www.janeclare.biz

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: quotes

    Hi, paste this in a html box & preview to give yourself a months worth.

    HTML Code:
    <table border="0" width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="0">
    <tr><td width="100%">
    
    <script>
    <!--
    
    var today_obj=new Date()
    var today_date=today_obj.getDate()
    
    var tips=new Array()
    //Configure the below variable to contain the "header" of the tip
    var tiptitle=''
    
    //Configure the below array to hold the 31 possible tips of the month
    tips[1]='Tip 1 goes here'
    tips[2]='Tip 2 goes here'
    tips[3]='Tip 3 goes here'
    tips[4]='Tip 4 goes here'
    tips[5]='Tip 5 goes here'
    tips[6]='Tip 6 goes here'
    tips[7]='Tip 7 goes here'
    tips[8]='Tip 8 goes here'
    tips[9]='Tip 9 goes here'
    tips[10]='Tip 10 goes here'
    tips[11]='Tip 11 goes here'
    tips[12]='Tip 12 goes here'
    tips[13]='Tip 13 goes here'
    tips[14]='Tip 14 goes here'
    tips[15]='Tip 15 goes here'
    tips[16]='Tip 16 goes here'
    tips[17]='Tip 17 goes here'
    tips[18]='Tip 18 goes here'
    tips[19]='Tip 19 goes here'
    tips[20]='Tip 20 goes here'
    tips[21]='Tip 21 goes here'
    tips[22]='Tip 22 goes here'
    tips[23]='Tip 23 goes here'
    tips[24]='Tip 24 goes here'
    tips[25]='Tip 25 goes here'
    tips[26]='Tip 26 goes here'
    tips[27]='Tip 27 goes here'
    tips[28]='Tip 28 goes here'
    tips[29]='Tip 29 goes here'
    tips[30]='Tip 30 goes here<img src="http://www.vodahost.com/vodatalk/vb3bluesaint/misc/logo.gif" alt="">'
    tips[31]='Tip 31 goes here<img src="http://www.vodahost.com/vodatalk/vb3bluesaint/misc/logo.gif" alt="">'
    
    document.write(tiptitle)
    document.write(tips[today_date])
    
    //-->
    </script>
    
    </td></tr></table>

  3. #3
    tecktalk is offline Private
    Join Date
    Oct 2008
    Posts
    1

    Default Re: quotes

    ohh great thanks for sharing with uss..
    ____________________________
    Internet Business Opportunity DOG BED

  4. #4
    Jimmy777 is offline Private
    Join Date
    Jan 2009
    Posts
    2

    Default Re: quotes

    That is a great code to use for a table. Thanks for sharing the html code.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49