R rikitikitavi New member Jul 11, 2009 #1 I put in the code and the HTML code keeps putting the game on the upper left of the computer screen, moving my header banner down below it. How can I put it where I want it?
I put in the code and the HTML code keeps putting the game on the upper left of the computer screen, moving my header banner down below it. How can I put it where I want it?
D Duncan New member Jul 11, 2009 #2 use this script inside ur body tags <table border="0" width="100%" height="100%"> <tr> <td> <img src="image.jpg"> </td> </tr> <tr> <td> <img src="game.swf"> </td> </tr>
use this script inside ur body tags <table border="0" width="100%" height="100%"> <tr> <td> <img src="image.jpg"> </td> </tr> <tr> <td> <img src="game.swf"> </td> </tr>