View Full Version : Problems with code in Blogger


WebBaka
11-23-2005, 05:10 PM
http://expressionproject.blogspot.com/ is my Blog, but I'm having a few problems with it. As you can see, where it says "The Official Weblog of the Expression Project" is white, but it should be green. I also custumized the scrollbar, but that doesn't show up either. When I preview the code it looks fine, but when I save it and look at the actual thing, it's all messed up again.

Here's my code, it may take a couple posts (the full code is too long to post, but I can give it to you if you need it):
Relevant CSS:

body {
background:#000000;
margin:0;
padding:40px 20px;
font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
text-align:center;
color:#ccc;
font-size/* */:/**/small;
font-size: /**/small;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-shadow-color: #333333;
scrollbar-3dlight-color: #777777;
scrollbar-arrow-color: #33ff66;
scrollbar-track-color: 111111;
scrollbar-darkshadow-color: #777777;
}

#header {
width:660px;
margin:0 auto 10px;
border:1px solid #333;
}

#blog-title {
margin:5px 5px 0;
padding:20px 20px .25em;
border:1px solid #222;
border-width:1px 1px 0;
font-size:200%;
line-height:1.2em;
color:#ccc;
text-transform:uppercase;
letter-spacing:.2em;
}

#description {
margin:0 5px 5px;
padding:0 20px 20px;
border: 0;
border-width:0;
font-size: 10px;
font-family: Lucida Console, Courier, Monotype;
text-transform:uppercase;
letter-spacing:.2em;
color:006600;
font-weight: bold
}

WebBaka
11-23-2005, 05:12 PM
Relevant HTML:

<body>

<div id="header">


<div id="matrix"><$BlogTitle$></div>
<br>


<div id="description"><font style=" font-size: 10px;
font-family: Lucida Console, Courier, Monotype;
text-transform:uppercase;
letter-spacing:.2em;
color:006600;
font-weight: bold"><$BlogDescription$><img src="http://i29.photobucket.com/albums/c279/KandE_layouts/insertonpoint.gif"></font>


</div></div>