04-28-2010, 01:23 AM
I've been throwing together a website to put on the back of my school project site in order to load a proxy and a few games for us to play with at school.
So far, here is my progress:
http://eshlads.cwahi.net/Photos/unicorn.php
My question is, how the hell do I align that game in the centre? I've tried all the different alignments dreamweaver shows up, and some of my own made up ones, haha.
This is the code I am currently using to "align" the object:
Used:
And it worked fine.
So far, here is my progress:
http://eshlads.cwahi.net/Photos/unicorn.php
My question is, how the hell do I align that game in the centre? I've tried all the different alignments dreamweaver shows up, and some of my own made up ones, haha.
This is the code I am currently using to "align" the object:
PHP Code:
<object width="653" height="490" align="middle">
<embed src="Unicorn.swf" align="middle"></embed>
</object>
Used:
PHP Code:
<center><object width="653" height="490" align="middle">
<embed src="Unicorn.swf" align="middle"></embed>
</object></center>
And it worked fine.