|
|
|
|
![]() ![]() |
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?
This post has been edited by BuffaloHELP: Apr 25 2006, 09:28 PM |
|
|
|
Apr 25 2006, 09:30 PM
Post
#2
|
|
|
Desperately seeking "any key" to continue... ![]() 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. |
|
|
|
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.
|
|
|
|
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 |
|
|
|
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.. |
|
|
|
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.
|
|
|
|
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 |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 13th October 2008 - 05:01 PM |