Websites? |
Websites? |
Feb 27 2009, 05:17 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Feb 2009 Member No: 716,792 |
Whats up everybody i'm Gage and i want to know where is the best site for tutorials on how to code a web page.I'm kind of a graphic designer i design mixtape covers and all that stuff and i want to add website pages to my services...i know how to code a div myspace layout but not a webpage...any help...my myspace...myspace.com/gagethedesigner...all i have up is a bunch a mixtape covers...only orders i've been getting.
|
|
|
|
![]() |
Feb 27 2009, 06:09 PM
Post
#2
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
It's pretty much like coding a div overlay except you're not using any hide codes, you're just making classes or id's and defining the css properties like links and text and all. Just make a custom stylesheet for your website for the basic properties such as body and then just make your own classes or id's like you would on a div overlay. Just make the stylesheet in notepad and save it as a .css file. Then, upload your .css file to your website and use the below code to link to the stylesheet. Put it in between you head tags. It's pretty much self-explanatory.
CODE <link rel="stylesheet" href="http://yoursite.com/stylesheetname.css" type="text/css" /> This will only link to the stylesheet so you'll need to do all the regular HTML tags and such in between your body tags. It's actually pretty easy. |
|
|
|
Feb 27 2009, 06:26 PM
Post
#3
|
|
![]() kthxbai ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,832 Joined: Feb 2008 Member No: 621,203 |
Some of your mix tapes are very cool!
CODE <html> Good luck with all the other parts! :D
<title>asdfasdf</title> <head>asdfsdf</head> <body>lkasjdflkasjflkdsajflkjsdflksjaflskfslkdafjsa!!</body> </html> |
|
|
|
Feb 27 2009, 07:46 PM
Post
#4
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
I don't mean to critique on emberfly post, but the title tag should always be within the head tag.
Designing Website layout is really similar to myspace layout Here is an XHTML default template: CODE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > <head> <title> Untitled Document </title> <link rel="Stylesheet" href="style.css" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> THE CODE TO BE DISPLAYED GOES HERE: </body> </html> as a beginner you should save those code in a .html or .htm file. The color coded line is not really needed but if you want you can saved all you style in an external .css file. You can also do an inline coding, the same way that you do myspace DIV layouts, which is not recommended but can be done. For more information you can message me here on CB |
|
|
|
Feb 27 2009, 07:47 PM
Post
#5
|
|
![]() kthxbai ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,832 Joined: Feb 2008 Member No: 621,203 |
^Oh :P
I don't mind. I've never done website coding before. |
|
|
|
Feb 27 2009, 07:52 PM
Post
#6
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
Yeah, Fawaz's post should help you the most.
|
|
|
|
Mar 2 2009, 06:49 PM
Post
#7
|
|
![]() i like boobies, yes I do. I like boobies - how 'bout you? ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 620 Joined: Jun 2008 Member No: 662,457 |
Y'all missed the point... he was looking for websites, not code snippits.
My favourite is probably the W3 collective. Can't remember any more. Will post again if I do, though. |
|
|
|
Mar 2 2009, 07:56 PM
Post
#8
|
|
![]() Melieized ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,372 Joined: Nov 2006 Member No: 478,715 |
i would suggest wordpress.org as a starter if you don't have coding experience. plus, there a lot of designs that you can use to make your wordpress the way you want it. just follow the site's instructions on how to put it up on your website. check out my site for an example: (click on sig)
|
|
|
|
Mar 3 2009, 08:18 AM
Post
#9
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
^Well WordPress is a blogging system. That would just set up a blog but I suggest that you go to W3 Schools if you want to learn. If you were looking for a template, then I suggest looking at Fawaz's post.
|
|
|
|
Mar 3 2009, 10:00 AM
Post
#10
|
|
![]() Melieized ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,372 Joined: Nov 2006 Member No: 478,715 |
^Well WordPress is a blogging system. That would just set up a blog but I suggest that you go to W3 Schools if you want to learn. If you were looking for a template, then I suggest looking at Fawaz's post. Wordpress is a good blogging system but it also can help when you're trying to establish stuff for your site that you don't know the coding for. i was struggling for awhile to get my website the way that i want to just using codes but wordpress was able to alleviate all of those issues i was having by making the coding for me. |
|
|
|
Mar 3 2009, 11:11 AM
Post
#11
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
Wordpress is a good blogging system but it also can help when you're trying to establish stuff for your site that you don't know the coding for. i was struggling for awhile to get my website the way that i want to just using codes but wordpress was able to alleviate all of those issues i was having by making the coding for me. Ah. ok. Well, I wasn't completly sure because I've never used wordpress but w/e. |
|
|
|
![]() ![]() |