We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
  • 2
Website building
Topic Started: May 7 2005, 07:04 AM (1,256 Views)
JoeC
Euch! IE tastes horrible!
[ *  *  *  *  * ]
Nicer now. Still that banner though :P

And Plat, your site isn't indexed, people can browse through everything you have on there...just letting you know.
Offline Profile Quote Post Goto Top
 
Platyna
Lady Lazarus
[ *  *  * ]
Joezif
May 7, 2005 04:05 PM
Nicer now. Still that banner though :P

And Plat, your site isn't indexed, people can browse through everything you have on there...just letting you know.

Banner you seem to have cached, since I have converted it to .JPG long time ago.
And I know that site isn't indexed. It is my swap directory. ;-)

Regards.
Offline Profile Quote Post Goto Top
 
tropicaldawn (CC)
Member
[ * ]
I made a site on microsoft word a while ago, is it possible to transfer that to the net?
Offline Profile Quote Post Goto Top
 
FearKiller
Member Avatar
www.drewscripts.com
[ *  *  *  *  * ]
Platyna
May 7, 2005 02:36 PM
Building your own website isn't really a big deal. Here is some example code of a simple website if you want:
Code: HTML
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="author" content="Zuzanna K. Filutowska">
<meta name="generator" content="mcedit">
<meta name="keywords" content="me, my, homepage, page, first, website">
<meta name="language" content="English">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="creation-date" content="07.05.05">
<meta http-equiv="reply-to" content="me@mydomain.com">
<title>My first Website!</title>
<!-- Magic code that does alot of nice things begin. -->
<style type="text/css">
<!--
body {
margin-top: 1.5cm;
margin-right: 3.0cm;
margin-left: 3.0cm; color: #D0FFD0;
background-color: #000000;
font-family: courier, monospace;
font-size:12px
}
A:link {
color:#78CBF8;
text-decoration:none;
}
A:hover {
color:#FFA500;
text-decoration:none;
}
A:active {
color:#6FBCE6;
font-weight:bold;
}
A:visited {
color:#00BBCC;
font-weight:bold;
text-decoration:none;
}
td {
background-color:#000000;
padding: 5px;
}
.tableborder {
border:1px;
background-color: #4096E1;
}
-->
</style>
<!-- Magic code end. -->
</head>
<center>
<table border="0" class="tableborder">
<tr>
<td style="padding: 0px">
<img src="my_banner.png" alt="I rule!" height="130" width="775" border="0">
</td>
<tr>
<td align="center">
<a href="http://some.site1.com">Menu Option1</a> <b><font color="#4096E1">|</font></b>
<a href="http://some.site2.com">Menu Option2</a> <b><font color="#4096E1">|</font></b>
<a href="http://some.site3.com">Menu Option3</a> <b><font color="#4096E1">|</font></b>
<a href="http://some.site4.com">Menu Option4</a> <b><font color="#4096E1">|</font></b>
<a href="something.html">Menu Option5</a> <b><font color="#4096E1">|</font></b>
<a href="somedir/something2.html">Menu Option6</a> <b><font color="#4096E1">|</font></b>
<a href="mailto:me@mydomain.com">Menu Option7</a>
</td>
</tr>
<tr>
<td align="center" style="padding: 10px">
<h2>
<font color="#4096E1">Welcome at my My Cool Website!</font>
</h2>
</td>
</tr>
<tr>
<td style="padding: 30px; padding-top: 20px">
Put here some text...
<br><br><br><br><br>
</td>
</tr>
<tr>
<td>
$Id: index.html,v 1.0 2005/05/07 20:36:19 Platyna Exp $
</td>
</tr>
</table>
</center>
</body>
</html>

It will give you something like that http://pt.platinum.linux.pl/sillyhtml/ (it is only an example site).
After you will read manuals you should quickly figure out what is going on in this code. ;-)

Regards.

Whoa that is terrible. Tables and line breaks and font tags oh my. :P
Offline Profile Quote Post Goto Top
 
Sani
Member Avatar
Member
[ *  *  *  *  * ]
At least it doesnt have the dreaded
Code:
 
<blink>
tag... :P
Offline Profile Quote Post Goto Top
 
Gogf
Indescribable
[ *  *  *  *  *  * ]
FearKiller
May 8, 2005 09:34 AM
Platyna
May 7, 2005 02:36 PM
Building your own website isn't really a big deal. Here is some example code of a simple website if you want:
Code: HTML
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  <meta name="author" content="Zuzanna K. Filutowska">
  <meta name="generator" content="mcedit">
  <meta name="keywords" content="me, my, homepage, page, first, website">
  <meta name="language" content="English">
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  <meta http-equiv="creation-date" content="07.05.05">
  <meta http-equiv="reply-to" content="me@mydomain.com">
    <title>My first Website!</title>
<!-- Magic code that does alot of nice things begin. -->
    <style type="text/css">
    <!--
        body {
        margin-top: 1.5cm;
        margin-right: 3.0cm;
        margin-left: 3.0cm; color: #D0FFD0;
        background-color: #000000;
        font-family: courier, monospace;
        font-size:12px
        }
        A:link {
        color:#78CBF8;
        text-decoration:none;
        }
        A:hover {
        color:#FFA500;
        text-decoration:none;
        }
        A:active {
        color:#6FBCE6;
        font-weight:bold;
        }
        A:visited {
        color:#00BBCC;
        font-weight:bold;
        text-decoration:none;
        }
        td {
        background-color:#000000;
        padding: 5px;
        }
        .tableborder {
        border:1px;
        background-color: #4096E1;
        }
   
-->
    </style>
<!-- Magic code end. -->
</head>
<center>
<table border="0" class="tableborder">
    <tr>
        <td style="padding: 0px">
            <img src="my_banner.png" alt="I rule!" height="130" width="775" border="0">
        </td>
    <tr>
        <td align="center">
            <a href="http://some.site1.com">Menu Option1</a> <b><font color="#4096E1">|</font></b>
            <a href="http://some.site2.com">Menu Option2</a> <b><font color="#4096E1">|</font></b>
            <a href="http://some.site3.com">Menu Option3</a> <b><font color="#4096E1">|</font></b>
            <a href="http://some.site4.com">Menu Option4</a> <b><font color="#4096E1">|</font></b>
            <a href="something.html">Menu Option5</a> <b><font color="#4096E1">|</font></b>
            <a href="somedir/something2.html">Menu Option6</a> <b><font color="#4096E1">|</font></b>
            <a href="mailto:me@mydomain.com">Menu Option7</a>
        </td>
    </tr>
    <tr>
        <td align="center" style="padding: 10px">
            <h2>
                <font color="#4096E1">Welcome at my My Cool Website!</font>
            </h2>
        </td>
    </tr>
    <tr>
        <td style="padding: 30px; padding-top: 20px">
Put here some text...
            <br><br><br><br><br>
        </td>
    </tr>
    <tr>
        <td>
            $Id: index.html,v 1.0 2005/05/07 20:36:19 Platyna Exp $
        </td>
    </tr>
</table>
</center>
</body>
</html>

It will give you something like that http://pt.platinum.linux.pl/sillyhtml/ (it is only an example site).
After you will read manuals you should quickly figure out what is going on in this code. ;-)

Regards.

Whoa that is terrible. Tables and line breaks and font tags oh my. :P

I don't see any line breaks...

@Sani: :lol:
Offline Profile Quote Post Goto Top
 
FearKiller
Member Avatar
www.drewscripts.com
[ *  *  *  *  * ]
Gogf
May 8, 2005 09:39 AM
I don't see any line breaks...

There are five of them in a row near the bottom right after the text "Put here some text..."
Offline Profile Quote Post Goto Top
 
Platyna
Lady Lazarus
[ *  *  * ]
Inside the table cell. So the site will be not too small, it is just one line of text, you may use validator to
check it out if you are not sure it is 100% correct code. ;-)
Anyway, you don't have to quote whole that code...*sigh*

Regards.
Offline Profile Quote Post Goto Top
 
Jory
Member Avatar
Member
[ *  *  *  *  *  * ]
You didn't have to post it in the first place :r
(All of that can be learned in mostly all html tutorials, so...)

Anyway, tropicaldawn, how is your site getting along?
Offline Profile Quote Post Goto Top
 
tropicaldawn (CC)
Member
[ * ]
I decided to use freewebs and It's getting along ok, seems simple enough so I'll post about it when I'm finished.
Offline Profile Quote Post Goto Top
 
cowsgonemadd3
Member
[ *  * ]
I just left freewebs and they do so have adds there is a huge banner at the top!
Offline Profile Quote Post Goto Top
 
Deleted User
Deleted User

cowsgonemadd3
May 8, 2005 12:59 PM
they do so have adds there is a huge banner at the top!

Wrong. :yawn:
Quote Post Goto Top
 
Captain Kam
Custom member title
[ *  *  *  *  * ]
The "ad" is just a Banner. A very large (in filesize) banner that takes hell to load. :E
Offline Profile Quote Post Goto Top
 
Deleted User
Deleted User

Well, I have no idea what you guys are talking about.
I have several Freewebs sites and none of them have or have had ads or banners of any sort.
And I just made a new one to test it out and it doesn't have any either.
Just the little text line at the very bottom, as always:

Quote:
 
This site built and hosted for free by FreeWebs.com. Get your own free website now!
Quote Post Goto Top
 
kingy
1 in 10 people understands binary, the other 1 doesn't
[ *  *  *  *  *  * ]
you get a huge banner if you don't put the trakcer code in that gives the copyright. eg it is your own fault.

if you still have it, spyware is your problem
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Community Chat · Next Topic »
Add Reply
  • Pages:
  • 1
  • 2