What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » help with making a website

Pages: (2): « First « 1 [ 2 ] Last »
help with making a website
Author: Message:
.blade//
Veteran Member
*****

Avatar

Posts: 2856
Reputation: 39
35 / Male / –
Joined: Jan 2004
RE: help with making a website
Look dude, use geocities or another free host - though not the best, it's a start. Also, use this basic framework to create your site:

code:
<html>
<head>

<title> WEBSITE TITLE HERE </title>

</head>

<body bgcolor="black">

<img src="images/image.jpeg">

Use this area for text and things, use the img src code where images are needed, and use the table code for tables (below) (tr = table row, td = table cell). Use the <font face="arial" size="4" color="red"> TEXT HERE </font> code to change fonts and use the <b> BOLD </b> and <i> ITALICS </i> codes where needed.

<table>
<tr>
<td>
1
</td>
</tr>
<tr>
<td>
2
</td>
</tr>
</table>



</body>
</html>


and that's basic HTML code.
[Image: A%20Pointy%20Rock.jpg]
11-04-2004 01:24 AM
Profile PM Web Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: help with making a website
If you don't know HTML, I imagine that is probably the most confusing thing ever. HotMetal Pro used to be quite good, but I can't seem to find a link anymore.
11-18-2004 09:38 PM
Profile PM Find Quote Report
saralk
Veteran Member
*****

Avatar

Posts: 2598
Reputation: 38
35 / Male / Flag
Joined: Feb 2003
RE: help with making a website
HTML is pretty simple, if you can use bbcode (i.e. [b]bold[/b]) then HTML would be pretty easy.
The Artist Formerly Known As saralk
London · New York · Paris
Est. 1989
11-18-2004 09:42 PM
Profile PM Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
34 / Male / –
Joined: Sep 2003
RE: help with making a website
Learning HTML is the best way (y) . You can customise the page how you want it and make your own templates etc. Just find HTML tutorial using google then open notepad and start making :P
11-19-2004 05:57 PM
Profile E-Mail PM Web Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: help with making a website
www.htmlgoodies.com is quite helpful for anything to do with HTML (if you can ever find what you're after)
11-19-2004 07:47 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« 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