Jump to content
MakeWebGames

Recommended Posts

Posted

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?

Posted

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?)

Posted

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.

Posted

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?

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...