A simple question for some., PLEASE help. |
![]() ![]() |
A simple question for some., PLEASE help. |
Aug 15 2006, 09:19 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 46 Joined: May 2006 Member No: 408,731 |
I designed my layout and I had someone code it for me. She sent me everything via email about 10 minutes ago. I don`t understand how I`m supposed to put this on my website - I put the CSS code in where the HTML code goes, but nothing shows up - probably because it`s not an HTML code ... duh [l0l], but what am I supposed to do? Here`s what she sent me.
My background The actual image [top] And she also sent me the CSS code which is : CODE body {background-color: transparent} <!--body { scrollbar-base-color: #000000; scrollbar-track-color: #000000; scrollbar-arrow-color: #CACACA; scrollbar-highlight-color: #818181; scrollbar-shadow-color: #CACACA; scrollbar-darkshadow-color: #818181; } --> body, html, div, font, td { font-family: Tahoma; font-size: 8pt; line-height: 8pt; color: #000000; padding: 0; margin-left: 0; } h1 { background: #CACACA; color: #818181; font-family: Tahoma; font-size: 7pt; line-height: 7pt; font-weight: bold; text-transform: uppercase; text-align: left; margin: 0; margin-bottom: 1px; padding: 0px; padding-bottom: 0px; border-bottom: 2px solid #908F93; } h2 { background: #CACACA; color: #818181; font-family: Tahoma; font-size: 7pt; line-height: 7pt; font-weight: bold; text-transform: uppercase; text-align: left; margin: 0; margin-bottom: 1px; padding: 0px; padding-bottom: 0px; border-bottom: 2px solid #908F93; } i, em { color: #9B7F4F; } b { color: #908F93; text-transform: uppercase; } u { color: #D49E0A; } strike { color: #828282; } .con { font-size: 9px; color: #000000; margin:0 0px 0px 0; padding:0px 0 8px 0px; text-align:justify; font-family: trebuchet, verdana; } .bar { font-size: 9px; color: #CACACA; margin:0 0px 0px 0; padding:0px 0 8px 0px; text-align:justify; font-family: trebuchet, verdana; } a:link, a:visited, a:active { text-decoration: none; font-weight: bold; font-family: Tahoma; font-size: 7pt; color: #BC7D7A; } a:hover { text-decoration: underline; font-weight: bold; font-family: Tahoma; color: #F5DDC5; } textarea , input , select, { border: #F3DACE solid 1PT; background: #00233E; color: #F3DACE; font-size: 7pt; font-family: tahoma; text-align: justify; } What am I supposed to do? Please help me. |
|
|
|
Aug 15 2006, 09:23 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Um first you need to fix your background, its not going to work correctly the way you have it too big .
Secondly if thats all she gave you? If so she didn't code the div part, or the part where you align your content etc. For the css , add style tags and put it between: <head> and </head> If you know the basic setup of a page. If not I suggest your start coding yourslef because obviously their not helping you out much. CODE <html> <head> <title> site name here</title> CSS HERE (W/ STYLE TAGS) </head> <body> Divs everything else. Images, etc </body> </html> There is your basic setup. |
|
|
|
Aug 15 2006, 09:28 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 46 Joined: May 2006 Member No: 408,731 |
Thank you!
l0l - yeah, that`s all she gave me and maybe I should stop being lazy and just learn how to code on my own. |
|
|
|
Aug 15 2006, 09:37 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Yea and I and anyone else can help. If you want I can help you know. By telling you how to get the background to repeat w/ the image , etc. That will get more than half of it done. Then all you have to do is add the div for text.
|
|
|
|
![]() ![]() |