What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Code/template Help

Code/template Help
Author: Message:
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. Huh?  Code/template Help
Hi I want to make my own design like but I don't know where to start. How do I create buttons or where do I get them?
Where can I get mini images for buttons?
What images do I use?
Do I make it out of html?
How do I fix it into the corner of page?
Do I use ftp?
Maybe Graphics?

If you still don't understand I want to make the layout. Like to put the menu and logo and buttons.


Thanks for caring!




This post was edited on 07-03-2006 at 10:01 PM by welshboy222.
If the worst comes to the worst eat a cake makes you feel better!
07-03-2006 09:58 PM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Code/template Help
Well, you have to learn HTML first. [Learn it here]

You use whatever images you want, it's not easy to make a layout. It will take a long time to learn how to make it all, etc.

Buttons, just search Google. [Button Generator]

A good place to start is making it on Microsoft Frontpage.

You also need a website to host your layout & website on. [Lots of free hosts]
Twitter: @ChrisLozeau
07-03-2006 10:04 PM
Profile PM Find Quote Report
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. RE: Code/template Help
I have used css to map out the layout but how do I put all the images in the right place?


<html>
<head>
<title>Two Column CSS Layout with Header</title>
<style type="text/css">

body
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header {
  margin: 20px;
  padding: 10px;
  height: 100px;
}
#left {
  position: absolute;
  left: 15px;
  top: 160px;
  width: 200px;
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 15px;
}
</style>
</head>

<body>

<div id="header">

Your header will go here.  You can place images, text links, etc. in this div.  To change the properties of this div you can change the #header selector in the style sheet that is located on this page between the head tags.

</div>

<div id="left">

Your left menu will go here.  You can place images, text links, etc. in this div.  To change the properties of this div you can change the #left selector in the style sheet that is located on this page between the head tags.

</div>


<div id="center">
All of your content goes in this div.  This section is fluid so that if the window is collapsed, your div will collapse also and fit the screen perfectly.  To change the properties of this div you can change the #center selector in the style sheet that is located on this page between the head tags.
</div>

</body>
</html>


This post was edited on 07-03-2006 at 10:08 PM by welshboy222.
If the worst comes to the worst eat a cake makes you feel better!
07-03-2006 10:06 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Code/template Help
quote:
Originally posted by welshboy222
how do I put all the images in the right place?
With <img> tags maybe?
[Image: spartaafk.png]
07-03-2006 11:16 PM
Profile PM Web Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
RE: RE: Code/template Help
quote:
Originally posted by welshboy222
I have used css to map out the layout
Don't you mean that you have copied somebody else's code?
quote:
Originally posted by welshboy222
how do I put all the images in the right place?
Just put the image tag where you want the image to appear.
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
07-03-2006 11:50 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On