Jump to content
MakeWebGames

Recommended Posts

Posted

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. :)

Posted

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

Posted

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?

Posted

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 ? =/

Posted

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

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...