TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Webpage sizes!

Page: 1 Reply
Jul 2nd 2004#154786 Report
Member since: Jun 26th 2004
Posts: 6
When making webpgs in PS wats the correct size ?? i dont want my website in top left like this, http://i.1asphost.com/mtgleague/test/index.html

i want it in the middle !! but i cant seem to get it, by the way ii have Dreamweaver if that would help.
Reply with Quote Reply
Jul 2nd 2004#154790 Report
Member since: Aug 12th 2002
Posts: 1693
Just stay under 800 px in width and you should do just fine.
To center the layout just but a < center > after the < body > tag.
Never used dreamweaver, but you can type in < center > there too..
Without the spaces offcourse...
Reply with Quote Reply
Jul 2nd 2004#154791 Report
Member since: Mar 18th 2001
Posts: 6632
Actually the correct way to do it would be to use < div align="center">< /div> (without the spaces after the first brackets). < center> isn't a valid HTML tag anymore, plus you have to have a closing tag.

Or you can do it with CSS, which is by far the best way.

#container {
margin: 0 auto;
width: 780px;
}

Then in your HTML you'd have

< body>
< div id="container">
Your site here
< /div>
< /body>
Reply with Quote Reply
Jul 2nd 2004#154816 Report
Member since: Jun 26th 2004
Posts: 6
Emm lol its not working!!!!!! i copyed at pasted wat iit said there , so a litlle more in depth would be good
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum