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

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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help with making a website - by random on 11-02-2004 at 08:53 AM
RE: help with making a website - by gnownoskcid on 11-02-2004 at 09:02 AM
RE: help with making a website - by Kryptonate on 11-02-2004 at 09:04 AM
RE: help with making a website - by .Roy on 11-02-2004 at 09:09 AM
RE: help with making a website - by gnownoskcid on 11-02-2004 at 09:13 AM
RE: help with making a website - by Kryptonate on 11-02-2004 at 09:18 AM
RE: help with making a website - by gnownoskcid on 11-02-2004 at 09:24 AM
RE: help with making a website - by Mike on 11-02-2004 at 07:19 PM
RE: help with making a website - by Eljay on 11-02-2004 at 07:23 PM
RE: help with making a website - by random on 11-04-2004 at 01:16 AM
RE: help with making a website - by .blade// on 11-04-2004 at 01:24 AM
RE: help with making a website - by ayjay on 11-18-2004 at 09:38 PM
RE: help with making a website - by saralk on 11-18-2004 at 09:42 PM
RE: help with making a website - by jren207 on 11-19-2004 at 05:57 PM
RE: help with making a website - by ayjay on 11-19-2004 at 07:47 PM


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