woltman123 Posted March 22, 2011 Posted March 22, 2011 Hey Guys ... Need a little help is possible .... I am new to making online games ect ... I have a Layout already but I'm not to sure how to add it to my website ? =/ May sound stupid but I really need help Please comment if you could help me Thanks. :) Quote
galdikas Posted March 22, 2011 Posted March 22, 2011 what do you have?? CSS layout? .psd file? To be honest you should start at learning HTML and CSS.. if you know it, you shouldn't have a problem with that.. and if you don't maybe not yet time to be creating a game ;) Quote
Paul Evans Posted March 22, 2011 Posted March 22, 2011 maybe try mccodes 2.0.3? easy startup engine Quote
Dayo Posted March 22, 2011 Posted March 22, 2011 How would that help him add a layout to his website? What format is the layout .html, .psd, .png, .php etc... And if you are using an engine what one are you using? Quote
Paul Evans Posted March 22, 2011 Posted March 22, 2011 Oh i misread the original post my bad :) but MCC 2.0.3 is quite simple to add a template compared to some engines out there if you are knowledgeable with php Quote
woltman123 Posted March 22, 2011 Author Posted March 22, 2011 Well it is a free Layout I found Some one posted it with the Header codes and stuff. But I have Copied and pasted into header And the Images for the template do not show on my webpage The Writing Shows But It All Messes Up and i do not understand what im doing wrong with it ? =/ Quote
Paddy Posted March 22, 2011 Posted March 22, 2011 Hi woltman123 Could you post the thread where you found this header, perhaps the person who did it could help ;) Quote
woltman123 Posted March 22, 2011 Author Posted March 22, 2011 This is the thread I found the Codes Need A Theme/Layout For My Mccodes V2 Game! - Really Need! :) Quote
Paddy Posted March 22, 2011 Posted March 22, 2011 Have you uploaded the default.css file? As you can see in the header.php <link href='default.css' rel='stylesheet' type='text/css' /> this is what links the header to the css file for example body { margin: 0; padding: 0; background: #252D37 url(images/hd1.jpg) repeat-x; font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #A4AFBD; Also make sure you put the images in a image folder in your public_html so that --->>> url(images/hd1.jpg) is linked correctly 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.