Log In · Register

 
Websites?
gageishere
post 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.
 
 
Start new topic
Replies
newkidontheblock
post 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
 

Posts in this topic


Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: