Interested in making a website, need ur help!! |
Interested in making a website, need ur help!! |
Apr 28 2006, 07:30 PM
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 |
|
|
|
![]() |
Apr 29 2006, 06:50 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
I already edited the values for you
Just use this: CODE <html>
<head> <title>Two Column CSS Layout</title> <style type="text/css"> A:link { text-decoration: none; color:#99CC32; } A:visited { text-decoration: line-through; color:#99CC32; } A:active { text-decoration: none; color:#99CC32; } A:hover { text-decoration: underline overline; color:#99CC32;} cursor: crosshair;} h1 {font-family: kartika color: #38B0DE;} p {font-family: value; [arial] color: #38B0DE; } body { background: #FFFFFF; background-image: url("http://tinypic.com/sfxx6f_th.gif"); background-repeat: repeat; background-attachment: fixed; font-family: kartika; color: #38B0DE; letter-spacing: 3pt; font-weight: normal; font-size: 16pt' 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: kartika color: #EE6AA7; padding-left: 4cm; padding-right: 4cm; padding-top: 2cm; padding-bottom: 2cm; padding: 2cm; padding: 2cm; } input, text area { background: #FFFFFF; font-family: kartika; color: #EE6AA7; border-style: dotted; border-color: #FFFFFF; border-width: 3px; } #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> |
|
|
|
SHAWTYxxSOxxFLY Interested in making a website Apr 28 2006, 07:30 PM
SHAWTYxxSOxxFLY okay, so I'm trying to learn how to make a web... Apr 28 2006, 07:37 PM
elainedcuzunome in resource center. website. use that stuff to hel... Apr 28 2006, 09:49 PM
peggysturr It is not a good layout to START with, IMO. It is ... Apr 28 2006, 09:56 PM
Kristinaa Learn design software.
Learn about divs. Apr 28 2006, 10:59 PM
towntown2 Nobody can truly help you make a site like the one... Apr 28 2006, 11:35 PM
SHAWTYxxSOxxFLY where would i go from here:
CODE<html>
... Apr 29 2006, 02:19 PM
SHAWTYxxSOxxFLY also, where do I put the tag that would say what t... Apr 29 2006, 03:37 PM
fishcake-y Don't double post. Really. It's been a lit... Apr 29 2006, 03:48 PM
ikn0wurm0m This actually not that hard. learn divs and how to... Apr 29 2006, 05:29 PM
SHAWTYxxSOxxFLY obviously I did somthing wrong. I put in this:
CO... Apr 29 2006, 05:53 PM
fishcake-y Because that's what you told it to do. You ed... Apr 29 2006, 05:55 PM
SHAWTYxxSOxxFLY Ohhhh... okay. I didn't notice that. thanks. C... Apr 29 2006, 06:06 PM
toyo loco Try chaging"
CODEbody
{ background: #FFF... Apr 29 2006, 06:11 PM
starlette get your hands on dreamweaver. Thats how I built ... Apr 29 2006, 06:19 PM
SHAWTYxxSOxxFLY ok so i fixed all the values but now the boxes are... Apr 29 2006, 06:35 PM
SHAWTYxxSOxxFLY okay yeah I'm slow... could you tell where I s... Apr 29 2006, 07:50 PM
toyo loco Well if you want the boxes to be in the center you... Apr 29 2006, 08:53 PM
ikn0wurm0m Your still going to need some php to get it to tha... Apr 29 2006, 09:14 PM
SHAWTYxxSOxxFLY ooh btw toya i went to your page and Im am in love... Apr 30 2006, 10:58 AM
toyo loco QUOTE(SHAWTYxxSOxxFLY @ Apr 30 2006, 8:58... Apr 30 2006, 12:14 PM
SHAWTYxxSOxxFLY where do I go from here:
CLiCKY
What should I be... Apr 30 2006, 11:57 AM![]() ![]() |