Could someone tell me the coding like the gamerenders index.html page? Thanks! 20 credits if you do.. If that matters lol.
With a clickable link?.. And what about the code for the background? Also, what determines the size of the picture.. I remember doing one a long time ago and it was more than just a <a href> or whatever code..
<html> <head> <title>Site name</title> </head> <body background-color="#000"> <a href="link here"><img src="image url"></a> </body> </html> something like that