Jump to content

PAYTON2000

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by PAYTON2000

  1. Thank You Very Much .....it works like a charm!!!!
  2. Sorry I am still working on it , I don't have it up and running. The only thing I have is listed in my first post, after that I tried the suggestions but nothing seems to work.Thanks
  3. Again , I appreciate any help that anyone actually takes the time to help with this,,,,,,,,,,but it didn't work either.
  4. I appreciate your help , but, this did not work either. It still just leaves the font very small and it doesn't change.
  5. Thank You for your help. As I said I'm really new and i tried for 2 hours to put this code in and I can't get it to work. Is there anyway someone can put this code in where it belongs...before I hang myself !! LOLThanks
  6. I want to change the font color of my websites Header, I have found this code but it is way too small and I need to be able to make the font larger and the font different. Any ideas? I'm new(In case you couldn't tell !)This is the code I found:<HTML><HEAD><TITLE> test</TITLE><script type="text/javascript">var colors=new Array();colors[0]="blue";colors[1]="green";colors[2]="red";colors[3]="gray";colors[4]="orange";colors[5]="aqua";colors[6]="brown";colors[7]="black";colors[8]="purple";colors[9]="chocolate";colors[10]="magenta";colors[11]="violet";colors[12]="indigo";colors[13]="sienna";colors[14]="yellow";var i=0;function writemess(){ if (i==15)i=0;document.getElementById('name').style.color=colors;i++;setTimeout('writemess()',200)}</script></HEAD><BODY onload="writemess()"><div id="name">test</div></BODY></HTML>
×
×
  • Create New...