Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm making a start screen, and i have a image acting as a button, and i have completely forgot how to position it on the page to where i want it to be.

<div id="SplashScreen" width="400" height="400">
    <h1>Game Title</h1>
    <img id="StartButton" src="play.png"/>
</div>

How would i place this where i want it on the screen? I don't mind how it is coded as i know

BTW I'm new to html, So please excuse my noob questions :)

share|improve this question
How would i place this where i want it on the screen? - No one here can read your mind. Where do you want it on the screen? – Sean Bright Oct 12 '12 at 18:42
It dose not really matter where i want it, i'm asking how to place it some where, you could put any value into the code. – corrigan_sam Oct 12 '12 at 18:44
Well depending on where you want it and the content of the rest of your page, the answer might be completely different... – Sean Bright Oct 12 '12 at 18:45
Well basicly all that will be on the screen will be the button. – corrigan_sam Oct 12 '12 at 18:46
you want centered div and CSS to achieve this. – FlavorScape Oct 12 '12 at 18:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.