Jump to content

ievi

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by ievi

  1. Hello so I made an array and it works fine when you refresh the page the image changes but at lower screen resolutions the image cuts of the edge. With my basic code it worked fine I was wondering what I was doing wrong.

     

    This was my old code which was just one image and at lower resolutions it would still fit on the screen <center><img src="my image url" width=47%> </center>

     

    But when I use my array it cuts of I want to make the image center and just put width=47% like the top code but not sure where to put it

     

    <script language="JavaScript"><!--function random_imglink(){var myimages=new Array()myimages[1]="my image url"myimages[2]="my image url"myimages[3]="my image url"myimages[4]="my image url"myimages[5]="my image url"myimages[6]="my image url"var ry=Math.floor(Math.random()*myimages.length)if (ry==0)ry=1document.write('<img src="'+myimages[ry]+'" width=47%')}random_imglink()//--></script>
    If you could help me it would be much appreciated
×
×
  • Create New...