Log In · Register

 
how to change the background on the left module?
photoboothromanc...
post Apr 30 2004, 12:34 AM
Post #1


Senior Member
****

Group: Member
Posts: 105
Joined: Apr 2004
Member No: 12,416



Hey... I just made a layout, and everything is working, except that I cannot seem to change the background and font colors of the left module (that I moved to the right). I want the background to be #E2898B and the text to be #8E2E2E, but for some reason, they both remain white. I'm not sure if I'm missing something in the code or if I just made a silly error... Could someone please help me? Here is my code.

In Custom Header:
CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
table.header { width: 598px; }
table.navigation { width: 598px; border: none; }
table.footer { width: 598px; border: none; }
table.main { width: 598px; border: none; }
table.left { width: 180px; border: 3px dashed
#E2898B; background-color: #8E2E2E; }
table.right { width: 418; border: 3px dashed
#E2898B; background-color: #8E2E2E; font-family:arial; color: E2898B; font-size:
8pt }
</style>

<script language=javascript>
document.title=('i'll be yours my dear.')
</SCRIPT>

<DIV style="border: 0px solid; border-color:#transparent; width: 598px">
<DIV id=  scroll style="overflow: auto; background-color: #transparent;
HEIGHT:100%"></style>

<img src="http://img50.photobucket.com/albums/v154/photoboothromance/asloversgo.png" border=0>

<map name="asloversgo.png">
<area shape="rect" coords="178, 14, 224, 37" href="http://www.xanga.com">
<area shape="rect" coords="225, 14, 279, 37" href="http://www.xanga.com/private/SubscribeTo.aspx?user=photoboothromance" onclick="javascript:window.open('http://www.xanga.com/private/SubscribeTo.aspx?user=photoboothromance','subscriptions','width=470,height=455,scrollbars=1,resizable=1');return false;">
<area shape="rect" coords="280, 14, 325, 37" href="http://www.xanga.com/signin.aspx">
<area shape="rect" coords="326, 14, 376, 37" href="http://www.xanga.com/private">
<area shape="rect" coords="377, 14, 430, 37" href="http://www.xanga.com/logout.aspx">
<area shape="rect" coords="431, 14, 502, 37" href="http://www.createblog.com" target="_blank">

<STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: #8E2E2E;
SCROLLBAR-HIGHLIGHT-COLOR: #E2898B;
SCROLLBAR-SHADOW-COLOR: #E2898B;
SCROLLBAR-3DLIGHT-COLOR: #E2898B;
SCROLLBAR-ARROW-COLOR: #E2898B;
SCROLLBAR-TRACK-COLOR: #8E2E2E;
SCROLLBAR-DARKSHADOW-COLOR: #8E2E2E
}
</STYLE>

<STYLE type="text/css"> <!--
P {font-family:arial; color: E2898B; font-size:
8pt}
B {font-family:arial; color: FFFFFF; font-
size:8pt}
I {font-family:arial; color: FFFFFF; font-
size:8pt}
TD {font-family:arial; color:E2898B; font-size:
8pt;}
TH {font-family:arial; color:E2898B}
A:link{color:FFFFFF;text-decoration:none;
text-transform: lowercase; font-size:8pt;}
A:visited{color:FFFFFF; text-decoration: none;
font-size:8pt;}
A:active{color:FFFFFF;text-decoration:none;font-
size:8pt;}
a:hover{color:E2898B;}-->
</style>

<STYLE type="text/css"><!--
BODY, P, TD {
font-family:arial;
color: E2898B;
line-height:11px;
letter-spacing:0pt;
word-spacing: 3px;}
-->
</STYLE>

<style type=text/css>
.blogbody {font-family: arial; size: 8pt; color:
#E2898B; width: 410px; line-
height:11px; background-color:#8E2E2E;
border-left:3px dashed #E2898B; border-right:
3px dashed #E2898B; border-bottom: 3px dashed
#E2898B}
.caption, .blogheader {
background-color: #8E2E2E;
font: 16px arial narrow;
font-weight: bold;
text-transform: lowercase;
color: #E2898B;
border-bottom: 0px solid #8E2E2E;
border-top: 3px dashed #E2898B;
border-left:3px dashed #E2898B;
border-right: 3px dashed #E2898B;
text-align: right;
padding-bottom: 4px;
padding-top: 4px;
padding-right: 8px;
line-height: 100%;
width:410px}
#pnlEnabled table, .htmleditor { width:410px; }
input, option, select{
font-family: arial;  font-size:8pt;
color:#E2898B; background:#8E2E2E;
border-top: dashed 1px #E2898B;
border-bottom: dashed 1px #E2898B;
border-right: dashed 1px #E2898B;
border-left: dashed 1px #E2898B;}
</style>

<style type="text/css">
BODY{cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);}
a {cursor: url(http://www3.telus.net/wilsoncheung/cursor.ani);}
</STYLE>

<STYLE>
/*top bar remover - xanga.com/add_ons*/
.leftmoduletitlebar, .leftmoduleborder,
.leftmoduleinterior, table.navigation, table.footer {display: none;};
</STYLE>
<!-- end code provided by createblog.com -->


In Website Stats:
CODE
<!-- begin code provided by createblog.com -->

<script language="javascript"><!--
//Get Involved! Box Remover - xanga.com/add_ons
//by blogring
if (location.href.match ("home.aspx")) {
var ht = document.getElementsByTagName ('table');
for (var t = 0; t < 10; t++) {
str = ht[t].cells[0].innerHTML;
if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none";
}
}
//--></script>

<script language="Javascript">
// original by sean http://www.xanga.com/seanmeister
var tds = document.getElementsByTagName("td");
for (var i = 0; i < tds.length; i++){
if (tds[i].width == "200"){
tds[i].parentNode.appendChild(tds[i].cloneNode(true));
tds[i].parentNode.removeChild(tds[i]);
break;
}}
</script>
<!-- end code provided by createblog.com -->

<!--Get this code at http://help.xanga.com/replacelinks.htm//-->
<script language="javascript">
<!--
var links = document.getElementsByTagName ("a");
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/d+:d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "good games");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "good game");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "unread letters");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "unread letter");
}//-->
</script>

<!-- begin code provided by createblog.com -->
<script type='text/javascript'>
// visitor logger by micron (client-side)
// for more xanga scripts and help go to createblog.com

// your createblog.com username
var createblog = 'photoboothromance';

// your xanga.com username
var xanga = 'photoboothromance';

// adjust timezone (0 is est, -3 is pst)
var offset = -3;

var log = 'http://www.createblog.com/tools/log.php?createblog='+ createblog.toLowerCase() +'&xanga='+ xanga.toLowerCase() +'&offset='+ offset +'&visitor=';

if (location.href.match(xanga.toLowerCase()) && location.href.match('home.aspx')) {
var links = document.getElementsByTagName('a');
for (var i=0; i<links.length; i++) {
if (links[i].href.match('http://www.xanga.com') && links[i].innerHTML.match('xanga') && (links[i+2].href.match('/logout.aspx') || links[i+2].href.match('/signin.aspx'))) {
 document.write('<img src="'+ log + links[i+1].innerHTML.toLowerCase() +'" width="0" height="0">');
 break;
}
}
}
</script>
<!-- end code provided by createblog.com -->




So, hopefully you geniuses out there could easily spot the error and help me out. I appreciate you even taking the time to read this. Thanks. biggrin.gif And I attached a screenshot so you can have a better understanding of my problem.
Attached File(s)
Attached File  module.jpg ( 46.49K ) Number of downloads: 0
 
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: