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, 07:46 PM
Post
#2
|
|
![]() 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 |
|
|
|
gageishere Websites? Feb 27 2009, 05:17 PM
Mikeplyts It's pretty much like coding a div overlay exc... Feb 27 2009, 06:09 PM
emberfly Some of your mix tapes are very cool! sorry..... Feb 27 2009, 06:26 PM
emberfly ^Oh :P
I don't mind. I've never done webs... Feb 27 2009, 07:47 PM
Mikeplyts Yeah, Fawaz's post should help you the most. Feb 27 2009, 07:52 PM
HeartOfPandora Y'all missed the point... he was looking for w... Mar 2 2009, 06:49 PM
Melie i would suggest wordpress.org as a starter if you ... Mar 2 2009, 07:56 PM
Mikeplyts ^Well WordPress is a blogging system. That would j... Mar 3 2009, 08:18 AM
Melie QUOTE(Mikeplyts @ Mar 3 2009, 07:18 AM) ^... Mar 3 2009, 10:00 AM
Mikeplyts QUOTE(Melie @ Mar 3 2009, 11:00 AM) Wordp... Mar 3 2009, 11:11 AM![]() ![]() |