JustinF
04-03-2003, 01:24 AM
I need a code that randomly displays something. Say, you put 3 images in the code, one will show up on each refresh. I know it is possible, look at www.neopetsanonymous.com --- Please help me! Also, I need to know how to make two SEPERATE tables right next to eahc other. Please help me on these things someone - Thanks!
lefty
04-03-2003, 02:02 AM
random image: http://javascript.internet.com/miscellaneous/random-image.html
as far as the tables, if you put the codes right next to each other they should be next to each other, unless they're too big for the screen. You could also probably put each of them in a cell of one giant table... you'd have to play with it.
Also, you're not allowed to advertise, including in your signature. I hope you have read the rules. ;)
JustinF
04-03-2003, 02:06 AM
Ok, ill delete that. And I've even made the 2 tables size 15 and they have PLENTY of room, but the just go under each other...do u know? (and thanks for giving me the random code! :) )
table beside table == put them inside another table.
<table><tr><td>
code for first table here.
</td><td>
code for second table here.
</td></tr></table>