Interested in making a website, need ur help!! |
Interested in making a website, need ur help!! |
![]()
Post
#1
|
|
Yall Can't Neva Play Me ![]() ![]() ![]() Group: Member Posts: 43 Joined: Sep 2005 Member No: 230,431 ![]() |
okay, so I'm trying to learn how to make a website because I want to make a fan site. Now I want my layout to some how end up like this one
CLICK Now what should I do first to start this up. I already have a site (a practice site), but I don't know where to begin. Help me |
|
|
![]() |
![]()
Post
#2
|
|
Yall Can't Neva Play Me ![]() ![]() ![]() Group: Member Posts: 43 Joined: Sep 2005 Member No: 230,431 ![]() |
obviously I did somthing wrong. I put in this:
CODE <html> <head> <title>Two Column CSS Layout</title> <style type="text/css"> A:link { text-decoration: value; [none] color:#000000; } A:visited { text-decoration: value; [line-through] color:#000000; } A:active { text-decoration: value; [none] color:#000000; } A:hover { text-decoration: value; [underline overline] color:#000000; cursor: value; [crosshair]} h1 {font-family: value; [arial] color: value; [#FF00000] } p {font-family: value; [arial] color: value; [#FF0000] } body { background: #FFFFFF; background-image: url(value); [http://tinypic.com/sfxx6f_th.gif] background-repeat: value; [repeat] background-attachment: value; [fixed] font-family: value; [arial] color: #38B0DE; letter-spacing: value; [3pt] font-weight: value; [normal] font-size: value; [small] scrollbar-face-color :#FFFFFF; scrollbar-highlight-color : #FFFFFF; scrollbar-3dlight-color : #FFFFFFF; scrollbar-shadow-color : #FFFFFF; scrollbar-darkshadow-color : #FFFFFF; scrollbar-track-color : #FFFFFF; scrollbar-arrow-color : #ED9121; margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; } td { font-family: value; [arial] color: #FF0000; padding-left: value; [4cm] padding-right: value; [4cm] padding-top: value; [2cm] padding-bottom: value; [2cm] padding: value; [2cm] padding: value value; [2cm] } input, textarea { background: #FFFFFF; font-family: value; [arial] color: #EE6AA7; border-style: value; [dotted] border-color: #FFFFFF; border-width: valuepx; [3] } #menu { position: absolute; left: 15px; top: 160px; width: 200px; background-color:#FFFFFF; border: 1px solid #EE6AA7; } #content{ top: 0; margin-left: 230px; margin-right: 15px; background-color:#FFFFFF; border: 1px solid #38B0DE; } </style> </head> <body> <div id="menu"> Your menu will go here. You can place images, text links, etc. in this div. To change the properties of this layer you can change the #menu selector in the style sheet that is located on this page between the head tags. </div> <div id="content"> All of your content goes in this div. This side is fluid so that if the window is collapsed, your div will collapse also and fit the screen perfectly. To change the properties of this div you can change the #content selector in the style sheet that is located on this page between the head tags. </div> </body> </html> and end up with this: CLICK |
|
|
![]() ![]() |