my website

This is a discussion on "my website" within the Web Page Design section. This forum, and the thread "my website are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jan 22nd, 2006, 07:12
Eli Eli is offline
New Member
Join Date: Jan 2006
Location: Mozambique
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
my website

will someone tell me how can i make my own website that i can costumise it with my things
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jan 22nd, 2006, 15:51
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: my website

Do you know HTML? Do you know CSS?

If not, do you have access to a WYSIWYG editor, such as Frontpage, Nvu, Dreamweaver?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jan 22nd, 2006, 16:07
Eli Eli is offline
New Member
Join Date: Jan 2006
Location: Mozambique
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: my website

i know a lil bit of HTML
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jan 22nd, 2006, 18:07
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: my website

This is really a hugely vague question. Well, not vague, but so vast; it's like asking how to build a house.

There is such an abundance of advice needed to answer such a question, I'd recommend getting a free tempate somewhere and opening up your favorite text editing program and just start hacking away at it.

Or visit w3schools (google it) for more advice, although they'll only give you specifics on languages/code, not so much on "how to build a web site".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jan 22nd, 2006, 19:13
Eli Eli is offline
New Member
Join Date: Jan 2006
Location: Mozambique
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: my website

hey i just wanna know how i make my website but if u think thats a question like "how to build a house"... well watever but i just want to make my website ok
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jan 22nd, 2006, 19:53
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: my website

Quote:
Originally Posted by Eli
hey i just wanna know how i make my website but if u think thats a question like "how to build a house"... well watever but i just want to make my website ok
I understand you want to know how to make a web site, and what I'm telling you is that things like this just cannot be told in a web forum. While we can make suggestions and recommendations, "making a web site" takes years to learn.
I'm telling you, grab code from a template or another web site and start messing with it, it'll be far more educational than simply asking us and waiting to press the copy > paste command.
If you still want to sit around and wait for someone to tell you how to make a web site, that's cool too...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jan 22nd, 2006, 20:16
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: my website

I have to agree with herkalees. It's like where do you want us to start?
HTML: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Title Here</title>
</head>
<body>
</body>
</html>
If you do not recognize the above commands, I recommend you start with a WYSIWYG editor. This will at least help you create your site by writing the HTML code for you. And then in the body tag, this is where you put your text. You can use tables to help layout your website if you do not know CSS.
You say you know a little HTML - what is a little? Do you know CSS? Can you use both of these together?
If you could ask more exact questions maybe like how do you insert an image
HTML: Select all
<img src="images/yourimage.gif" alt="Alt text">
that would help us know your level of expertise / experience. But we do not know what exact problems you are facing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jan 23rd, 2006, 07:24
Eli Eli is offline
New Member
Join Date: Jan 2006
Location: Mozambique
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Re: my website

ok u 2 now... i'll try to do what u say but if i cant or it does not work i'l try it my way ok

Quote:
Originally Posted by Corey Bryant
I have to agree with herkalees. It's like where do you want us to start?
HTML: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Title Here</title>
</head>
<body>
</body>
</html>
If you do not recognize the above commands, I recommend you start with a WYSIWYG editor. This will at least help you create your site by writing the HTML code for you. And then in the body tag, this is where you put your text. You can use tables to help layout your website if you do not know CSS.
You say you know a little HTML - what is a little? Do you know CSS? Can you use both of these together?
If you could ask more exact questions maybe like how do you insert an image
HTML: Select all
<img src="images/yourimage.gif" alt="Alt text">
that would help us know your level of expertise / experience. But we do not know what exact problems you are facing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jan 23rd, 2006, 17:08
New Member
Join Date: Apr 2005
Location: VA
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: my website

If your unsure on how to start building one id suggest yahoo geocities. they have a extremly easy set up that you can build with until your comfortable building a professional site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
website

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Website Developer needed to re-build our website. Immediate start! lysworld Job Opportunities 0 Mar 14th, 2008 08:59
Is it possible to parse data from a different website into my website? Phil Classic ASP 7 Jan 11th, 2008 23:18
Website developers’ website - pls comment art Free Web Site Critique 4 Sep 2nd, 2006 16:54


All times are GMT. The time now is 18:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42