module titles messed up!, black titles dont show |
![]() ![]() |
module titles messed up!, black titles dont show |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 1 Joined: Feb 2004 Member No: 3,845 ![]() |
in my xanga code #000000 is the color for titles of modules...but it doesn't work...if you go to my xanga the title doesnt show and you have to highlight it to get it to show! help!
QUOTE <script LANGUAGE="Javascript"> <!--
// *********************************************** // AUTHOR: WWW.CGISCRIPT.NET, LLC // URL: http://www.cgiscript.net // Use the script, just leave this message intact. // Download your FREE CGI/Perl Scripts today! // ( http://www.cgiscript.net/scripts.htm ) // *********************************************** var isNS = (navigator.appName == "Netscape") ? 1 : 0; var EnableRightClick = 0; if(isNS) document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP); function mischandler(){ if(EnableRightClick==1){ return true; } else {return false; } } function mousehandler(e){ if(EnableRightClick==1){ return true; } var myevent = (isNS) ? e : event; var eventbutton = (isNS) ? myevent.which : myevent.button; if((eventbutton==2)||(eventbutton==3)) return false; } function keyhandler(e) { var myevent = (isNS) ? e : window.event; if (myevent.keyCode==96) EnableRightClick = 1; return; } document.oncontextmenu = mischandler; document.onkeypress = keyhandler; document.onmousedown = mousehandler; document.onmouseup = mousehandler; //--> </script> <style type="text/css"> body { background-color: #000000; scrollbar-arrow-color:black; scrollbar-darkshadow-color: 63B8FF; scrollbar-3dlight-color: 63B8FF; scrollbar-highlight-color:black; scrollbar-shadow-color:black; scrollbar-track-color:black; scrollbar-face-color:black; } //blogringdocument.write .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px verdana; line-height:10px; color:white; letter-spacing:0px; text-align: center; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ text-align: center; font: bold 11px verdana; text-transform: lowercase; color: #63B8FF; } a:link, .footernav.link, a.footernav:link, a.footernav:active, a:visited, a.footernav:visited { /* edits all links */ color:#63B8FF; cursor: crosshair; font:normal 11px verdana; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #63B8FF; cursor: crosshair; font-weight: bold; filter:blur(add="0",direction="180",strength="2"); height:0; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #63B8FF; font:normal 11px verdana; color: #FFFFFF; text-align: center; background-color: #000000; filter: alpha (opacity=100, finishopacity=60, style=2); height:0; } table.left { /* this edits the menu module */ border: 1px solid #63B8FF; color: #FFFFFF; width:160px; background-color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #63B8FF; background-color: #000000; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ color: #000000; background-color: #63B8FF; font: bold 11px verdana; text-transform: lowercase; border: 1px solid #63B8FF; filter: alpha (opacity=100, finishopacity=50, style=2); } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; border: 1px solid #63B8FF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 5px solid #63B8FF; filter: alpha (opacity=100, finishopacity=50, style=2); } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #63B8FF; } </style><script language=javascript> document.title=("JENN.black&blue")</script> <BR><center>|<a href="http://www.freewebs.com/newyorklove/cliques.html" target="_blank">cliques</a>||<a href="http://www.boomspeed.com/nyluv/fanlistings.html" target="_new">fanlistings</a>||<a href="http://www.freewebs.com/newyorklove/" target="_new">hatelistings</a>| <BR><B>i own:</b> <a href="http://www.fancamp.net/501" target="_new">friends 501 fanlisting</a>|<a href="http://www.geocities.com/endtofriends" target="_new">end to friends hatelisting</a>||<a href="http://www.geocities.com/walletsfanlisting" target="_blank">wallets fanlisting</a>| <P> |
|
|
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 92 Joined: Feb 2004 Member No: 3,709 ![]() |
at the end, instead of <P>
use <BR> otherwise close it with </P> |
|
|
![]() ![]() |