Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Would You Help Me To Design My Website?, Im new to this
KliddY
post Apr 25 2006, 08:49 PM
Post #1


Newbie
*

Group: Members
Posts: 5
Joined: 25-April 06
Member No.: 22,479



Anyone know how I can actually make my website?

Notice from BuffaloHELP:
"Need Help" is not a good topic title. Trap17 asks you to post with quality contribution, instead of one-liners


This post has been edited by BuffaloHELP: Apr 25 2006, 09:28 PM
Go to the top of the page
 
+Quote Post
BuffaloHELP
post Apr 25 2006, 09:30 PM
Post #2


Desperately seeking "any key" to continue...
Group Icon

Group: Admin
Posts: 3,497
Joined: 23-April 05
From: Trap17 storage box
Member No.: 6,042



When requestion for assistance, it would be nice to list or describe your vision, intension and theme you would like to focus on your website. Blankly asking for help does not help any others trying to help you, it further creates useless posts.

Please make your post detailed and contributing to the forum.
Go to the top of the page
 
+Quote Post
KliddY
post Apr 28 2006, 08:53 PM
Post #3


Newbie
*

Group: Members
Posts: 5
Joined: 25-April 06
Member No.: 22,479



Buffalo can you create a website for me? Cause when i try it never works. So if you can just get it up, i can design and stuff. I just need it to be up. K thanks.
Go to the top of the page
 
+Quote Post
whyme
post Apr 28 2006, 11:04 PM
Post #4


Privileged Member
*********

Group: Members
Posts: 661
Joined: 10-January 05
Member No.: 3,189



Maybe you should actually try learning HTML and CSS.

Here are some links. Indulge yourself.

http://en.wikipedia.org/wiki/XHTML
http://en.wikipedia.org/wiki/Cascading_Style_Sheets
http://www.w3schools.com
http://oswd.org
Go to the top of the page
 
+Quote Post
agentblade
post Apr 30 2006, 12:22 AM
Post #5


Member [Level 1]
****

Group: Members
Posts: 71
Joined: 25-April 06
From: Singapore
Member No.: 22,460



Hmmm.. there are alot of free templates available, those will help someone starting out to design a basic website.

Go check them out, it may help you. There are numerous tutorials regarding how to upload websites onto servers etc.

No harm doing a little research..
Go to the top of the page
 
+Quote Post
leeleelee
post May 1 2006, 02:55 AM
Post #6


Advanced Member
*******

Group: Members
Posts: 130
Joined: 1-May 06
Member No.: 22,833



Download a simply wysiwyg. Download some templates and then change them to suit your style.
Go to the top of the page
 
+Quote Post
mole2k9
post May 1 2006, 09:15 AM
Post #7


Newbie [Level 1]
*

Group: Members
Posts: 21
Joined: 30-April 06
Member No.: 22,816



This will show you how to use a stylesheet (css) for your html.

Start of with the main page and call it index.html or if doing it in php call it index.php, this will cause the index file to be displayed if someone just types in your domain and subdomain name such as http://yoursite.trap17.com.

To create the actually html best of doing it by hand, notepad is pretty useful believe it or not.

start with,

CODE
<html>
<title>Your site</title>

<style type="text/css">


----> now goto http://www.mygen.co.uk and create a style profile and paste the contents inbetween these style tagd WITHOUT the style tags that mygen creates as i have already put them in here and without the html between the <div style and </div> that mygen create at the bottom of the generated html as its an ad thing they add.

example,


CODE
.mygen { Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
    background-color:882222;
        }

.mygen { Text Properties }
table, tr, td, li, p, div { font-family:arial black; color:000000; font-size:12px;     }

.mygen { Miscellaneous Properties }
a:hover { cursor:crosshair;}




CODE
</style>


this will set things like the text font, background colour, table properties etc, you dont need all the options in mygen as a lot of them are specific to myspace html tags.
CODE

<body>


Now in here you would put all you main html like tables, text , images movies etc...

CODE
</body>
</html>


End of stylesheet tutorial

so all together,

CODE
<html>
<title>Your site</title>

<style type="text/css">

.mygen { Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
    background-color:882222;
        }

.mygen { Text Properties }
table, tr, td, li, p, div { font-family:arial black; color:000000; font-size:12px;     }

.mygen { Miscellaneous Properties }
a:hover { cursor:crosshair;}


</style>

<body>

Now in here you would put all you main html like tables, text , images movies etc...

</body>

</html>


This post has been edited by mole2k9: May 1 2006, 09:25 AM
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Tutorial Website(13)
  2. Games For Website(15)
  3. What Website Do You Find Your Always Goin Back To?(77)
  4. Oldest Website?(37)
  5. How To Make Website Popular(28)
  6. Un-filtered Browsing(0)
  7. The Devils Forum(6)
  8. How Do I Make A Website(21)
  9. How To Track Your Website Visitors. Free Excellent Tool!(0)
  10. A Website With Features To Promote Your Sites(0)
  11. My Website(17)
  12. How To Improve Security Of Your Website?(3)
  13. Xhaloforums(3)
  14. Favicon - Icon For Website Bookmark(14)
  15. Need Help Naming My Website(13)
  1. What Is Your Website About?(11)
  2. Create You Own Operating System(4)
  3. Proxy Website(2)
  4. Home Page Startup(6)
  5. Password Protecting Website(2)
  6. Can Your Website Be Deleted?(5)
  7. Make You Own Website Toolbar ^^/(1)
  8. How To Make A Website ?(11)
  9. Images For Website(0)
  10. How To Manage The Database For E-books Website In My Sql?(3)
  11. Making A Picture Viewer Website(3)
  12. Website On A Cd(3)
  13. Professional Website Solutions By Scorpius Designs(0)


 



- Lo-Fi Version Time is now: 13th October 2008 - 05:01 PM