rootbeerhoney
03-11-2006, 04:50 AM
ok here's my problem im using div layers. and I'm using a 2 column page design. With this css:
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE type=text/css>P {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
BODY {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
TD {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
TR {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
DIV {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
A {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
CURSOR: move; COLOR: #ffffff
}
A:active {
CURSOR: move; COLOR: #ffffff
}
A:hover {
BORDER-TOP: #ffffff 1px solid; BACKGROUND: #000000; CURSOR: move; COLOR: #ff0e6f; BORDER-BOTTOM: #ff0e6f 1px solid; FONT-FAMILY: Verdana, sans-serif; TEXT-DECORATION: none
}
HR {
BORDER-RIGHT: #306a30 1px solid; BORDER-TOP: #306a30 1px solid; BORDER-LEFT: #306a30 1px solid; WIDTH: 100%; COLOR: #191f1b; BORDER-BOTTOM: #306a30 1px solid; HEIGHT: 1px; TEXT-ALIGN: center
}
BODY {
SCROLLBAR-HIGHLIGHT-COLOR: #ff0e6f; SCROLLBAR-SHADOW-COLOR: #ff0e6f; SCROLLBAR-3DLIGHT-COLOR: #ff0e6f; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #000000; SCROLLBAR-BASE-COLOR: #ff0e6f
}
</STYLE>
All my text is showing up on the right side column. On the left side column I'm trying to add <script src="http://kwikblog.com/"></script>. for a blog. And normally when you enter that code that page for the blog displays. Now the problem I'm running into is that my bgcolor on the layout is hot pink. and when this script src shows up , the text is also hot pink.
Now I tried this right before the <script src="http://kwikblog.com/"></script>
div id="Layer1" align="justify" style="position:absolute; left:35px;top:222px; width:203px; height:309px; border:0px solid #000000; overflow: auto; z-index:1">
<font color="#000000">
and the text shows if i type something. But the text that should be showing in that script src, is still hotpink?? I dont get it. I've been at this for 3 hours and still no luck. I real sorry If its confusing. it was hard explaining lol.
But thank you so much in advance at oneone who can help
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE type=text/css>P {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
BODY {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
TD {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
TR {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
DIV {
FONT-WEIGHT: normal; FONT-SIZE: 10px; CURSOR: crosshair; COLOR: #ff0d6e; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, sans-serif
}
A {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
CURSOR: move; COLOR: #ffffff
}
A:active {
CURSOR: move; COLOR: #ffffff
}
A:hover {
BORDER-TOP: #ffffff 1px solid; BACKGROUND: #000000; CURSOR: move; COLOR: #ff0e6f; BORDER-BOTTOM: #ff0e6f 1px solid; FONT-FAMILY: Verdana, sans-serif; TEXT-DECORATION: none
}
HR {
BORDER-RIGHT: #306a30 1px solid; BORDER-TOP: #306a30 1px solid; BORDER-LEFT: #306a30 1px solid; WIDTH: 100%; COLOR: #191f1b; BORDER-BOTTOM: #306a30 1px solid; HEIGHT: 1px; TEXT-ALIGN: center
}
BODY {
SCROLLBAR-HIGHLIGHT-COLOR: #ff0e6f; SCROLLBAR-SHADOW-COLOR: #ff0e6f; SCROLLBAR-3DLIGHT-COLOR: #ff0e6f; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #000000; SCROLLBAR-BASE-COLOR: #ff0e6f
}
</STYLE>
All my text is showing up on the right side column. On the left side column I'm trying to add <script src="http://kwikblog.com/"></script>. for a blog. And normally when you enter that code that page for the blog displays. Now the problem I'm running into is that my bgcolor on the layout is hot pink. and when this script src shows up , the text is also hot pink.
Now I tried this right before the <script src="http://kwikblog.com/"></script>
div id="Layer1" align="justify" style="position:absolute; left:35px;top:222px; width:203px; height:309px; border:0px solid #000000; overflow: auto; z-index:1">
<font color="#000000">
and the text shows if i type something. But the text that should be showing in that script src, is still hotpink?? I dont get it. I've been at this for 3 hours and still no luck. I real sorry If its confusing. it was hard explaining lol.
But thank you so much in advance at oneone who can help