dibuk Posted October 25, 2010 Posted October 25, 2010 hi.. just wondering, how to install template in your game? i have a template for main page, (log in page) can someone teach me how to put the template there and make the username and password in the right place? Quote
Kieran-R Posted October 25, 2010 Posted October 25, 2010 To do this it would require you to know how to cut and slice from the template, then use CSS and HTML to place it into the code. There is no simpler way around it unfortunatly if you have just made a PSD image from scratch. (well I hope it's not just a .jpg or something?) Quote
The Monk Posted October 26, 2010 Posted October 26, 2010 Slicing a PSD is easy, making it display you want in CSS/HTML is slightly more tricky but its something that the more you do, the faster you get at it. If you need CSS/HTML tutorials: http://www.w3schools.com Slicing tutorials are reasonably easy to find on google, personally I just used trial and error to learn slicing. Quote
dibuk Posted October 27, 2010 Author Posted October 27, 2010 slicing meaning? cutting the image over so it will be like multiple files? then put it all together in a code to make it seem one whole image again? is that it? any good site you can prefer for me to learn slicing? Quote
a_bertrand Posted October 27, 2010 Posted October 27, 2010 Yes the basic "slicing" is exactly that. Now there is a couple of tricks, for example if you want that your layout resize and is not a fixed width / height one. I would say this is something which should be done in most case even if common McCode games use an all fixed design. Quote
The Monk Posted October 28, 2010 Posted October 28, 2010 http://www.google.com That's the only one I know of. I just learnt by trial and error, its quite a good technique if your as stubborn as me haha. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.