Jump to content

Drycodez

Members
  • Posts

    314
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

Drycodez's Achievements

Member

Member (2/7)

4

Reputation

  1. What JSG is saying, is that you should test for one particular Value inside the Array. Ex: If for example, you want to get the first value inside the Array (ondays), then you will do something like this: if(ondays[0]=="A")//if the first value in the Array is: A.
  2. why? I tried it some time ago and it works!
  3. or make the link a block element. E.g: <a href="xxxx.html" style="display:block; height:100px; width:100px">click anywere!</a>
  4. Try puting a <div> element inside an anchor. <a href="xxxxx.html"> <div> </div></a> make sure you giv the div element a width and height. EDIT: please note that this will work in some browser and ll not work in some. The best way to do it is to use the code below!
  5. Yes. I was born may 25, 1958 in Lincoln, Nebraska.

  6. Is that your real age?

×
×
  • Create New...