Log In · Register

 
help!, code help - left module on top! ugh!
darredondo
post Aug 24 2005, 03:45 PM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Jul 2005
Member No: 168,684



Hey, my left module is on top - i need it to get rid of the default left modules ( and replace it with the one with the music, icons, etc.!) , or get on the right side possibly. i tried working with it, and finding some topics, but it didnt' help. please help me!



this is everything in my custom header - please help!

<script language="javascript">
var titletext="hEy u GuYs, tHiS iS dOuG n U rAwK!"
var repeat=true; // SET TO true TO REPEAT, false TO "hEy u GuYs, tHiS iS dOuG n U rAwK!" OUT TITLE ONLY ONCE.
set=setTimeout;
var index=0;
function scrolltitle(){
if(index<=titletext.length){
document.title=titletext.substring(0,index);
index++;
set('scrolltitle()', 200);
}else{
index=0;
if(repeat)set('scrolltitle()',1000);
}}
window.onload=function(){
if(!document.layers)set('scrolltitle()',1000);
}
</script>


<style type="text/css">
/* <span class='searchlite'>Hollister co. layout</span> Stylesheet */
/* by lay0ut_l0vin117 (http://www.xanga.com/home.aspx?user=lay0ut_l0vin117) */
/* <a href='http://blogring' target='_blank'>http://blogring</a> */
body {
background-color: white;
background-image: url("http://www.geocities.com/rlk_117/holl.bmp");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
scrollbar-arrow-color: #EE9A49;
scrollbar-track-color: #FFDAB9;
scrollbar-shadow-color: #CC7F32;
scrollbar-face-color: #FFDAB9;
scrollbar-highlight-color: #CD353F;
scrollbar-darkshadow-color:#CD853F;
scrollbar-3dlight-color: #CD853A;
}
.left B, { font: bold 11px arial; color: "white"; line-height: 16px;}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #FEE8D6;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:16px;
color:white;
letter-spacing:0px;
text-align:justify;
}
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 */
font-family:arial;
text-transform:uppercase;
font-size:18px;
line-height:30px;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
color: white;
letter-spacing:4px;
text-align: right;
background color: #EE8833;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:white;
text-decoration: none;
font:normal 11px arial;
line-height:16px;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:white;
text-decoration: none;
font:normal 11px arial;
line-height:16px;

}
a:hover {
/* edits when user mouseovers the links */
color:white;
text-decoration: overline;
font:bold 11px arial;
line-height:16px;
filter:alpha (opacity=0, finishopacity=100, style=2);
background-color: #F4A460;
border: 5px solid #CC7F32;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 5px solid #CC7F32;
font:normal 11px arial;
background-color: transparent;
letter-spacing:3px;
color: black;
}
table.left {
/* this edits the menu module */
border: 5px solid #CC7F32;
width:160px;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 5px solid #CC7F32;
background-color: transparent;
width:400px;
font:normal 11px arial;
line-height:16px;
color: white;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: none;
background-color: transparent;
font: bold 11px arial;
text-transform: lowercase;
color: #FEE8D6;
border: 5px solid #CC7F32;
BORDER-BOTTOM: #CC6F32 2px dotted;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: none;
background-color: transparent;
border: 5px solid #CC7F32;
font:normal 11px arial;
line-height:16px;
color: white;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: transparent;
border: 5px solid #CC7F32;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 5px solid #CC7F32;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 5px solid #CC7F32;
}
</style>
<!-- Blink Boxes : Provided by blogring -->
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#CC7F32","#EE9A49","tan","white","#FFA54F","#CC7722","#CD853F");
// the border color
var blinkBorderColor = "transparent"
// the border width, in pixels
var blinkBorderWidth = 3;
// the # of rows
var blinkRows = 2;
// the # of columns
var blinkCols =50;
// the width of the entire box, in pixels or %
var blinkWidth = 600;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate =25;
// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
document.write("<TD height='" + blinkRowHeight + "'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... and this makes it blink
function blinkIt() {
changecell = Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor = Math.floor(Math.random() * blinkColors.length);
bb = document.getElementById("blinkbox");
bbtd = bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor = blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
</SCRIPT>
<!-- End Script by blogring -->
<a href="http://www.xanga.com/home.aspx?user=lay0ut_l0vin117" target="_blank">lay0ut_l0vin117</a><br />
<!-- End Script by blogring -->

<!-- begin code provided by createblog.com -->
<!-- Script by Paul Chen -->
<td id="customRight" style="display:none" vAlign="top" width="200">
<!-- module:start -->
<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">
<tr><th class="left" vAlign="top" align="center">
--» It‘s <u>all</u> about <b>me</b><I>!!</I> <b>&hearts;</b>
</th></tr>
<tr><td class="left" vAlign="top">
isn't this a totally hot layout! this is <b>MY</b> new XanGa! my name is doug, my birthday is 12-31-77 and i live in h-tOwN, teJas!i go 2 SoUtHweSteRn! yuH! hMmMm, i LOVE 2 drAw, paInt, <b>TaKe FoTos n ViDeOs</b> - n edIt 'eM, <u>i LovE 2 pLay mY guItaR n wrIte soNgs</u>! leMmE sHouT oUt 2 aLL <i>mY frIends</i> - u Know Who u R! i loVe 2 shOp @ <b>abErCromBie&fItCH</b>, <i>HoLLiSter Co.</i>, faVoriTe baNds...<u>GreEn DaIyE</u>, n 2 MaNy otHerS 2 MenTIon! <img src="http://tinypic.com/66glxc" align=left></left>Blah, blah, blah, blah blah, <u>blah</u>, blah, blah, blah, blah, blah, <b>blah</b>, blah, blah, <i>blah</i>, blah, blah, blah, blah, blah. Just have fun <b>heeRe!</b>
<BR>
</td></tr>
</table>
<br/>
<!-- module:end -->
<!-- module:start -->
<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">
<tr><th class="left" vAlign="top" align="center">
<font face=arial><a>--» f<b>A</b>b<i>u</i>lou<u>s</u> i<b>c</b>o<i>n</i>s <b>&hearts;</b></th></tr>
<tr><td class="left" vAlign="top">
<marquee width="130" scrollamount="2"> <b></b></marquee><br><br><MARQUEE behavior=alternate>

<MARQUEE width=200> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/jeniusunplugged2.gif "><img src="http://www.geocities.com/movieautographkid@sbcglobal.net/2mci0k.jpg"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/4948576.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/5aesdc.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/5agw9v.bmp"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/690a7817.gif"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/69qdtl.png"><img src="http://www.geocities.com/movieautographkid@sbcglobal.net/69qf5e.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/69qfe0.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/9aa5q8.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/9h8hmx.jpg"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/abu.bmp"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/b3442333.gif"><img src="http://www.geocities.com/movieautographkid@sbcglobal.net/b4593409.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/cantsleep.jpg"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/ddr.gif"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/dfd08bab.gif"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/zhollister4.bmp"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/zhollister6.png"><img src="http://www.geocities.com/movieautographkid@sbcglobal.net/shrek47fb.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/stitch6jw.jpg"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/takemeaway.gif"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/z5888506.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/z5901124.bmp"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/zhollister6.png"><img src="http://www.geocities.com/movieautographkid@sbcglobal.net/zhollister7.png"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/zipod-06.gif"> <img src="http://www.geocities.com/movieautographkid@sbcglobal.net/zjuicy02.gif"><img src="http://www.geocities.com/movieautographkid@sbcglobal.net/zjuicy03.png"></MARQUEE></MARQUEE><script></script>
</td></tr>
</table>
<br/>
<!-- module:end -->
</td>
<script>
extra=false;
j=document.getElementById('MoreoverModule1_lblModuleTitle')
if(j){extra=true}
index=0;
var mytds = document.getElementsByTagName('td');
var i = 0;
for(i=0;i<mytds.length-1;i++){
if(mytds[i].width=="200"){
index++;
if(index==(extra ? 2 : 1)){break;}}
}
var sidebar = (extra ? mytds[i]: mytds[i].parentNode)
var tsibpc = document.getElementById('customRight');
var rightSide = tsibpc.cloneNode(true);
rightSide.style.display = "block";
sidebar.appendChild(rightSide);
</script>
<!-- end code provided by createblog.com -->

<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="center" class="module"><font face=arial> --» Hit It <I>!!</i> <b>&hearts;</b></a></th></tr><tr><td valign="top" class="module">

<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Shuffle" VALUE="True">
</object>
</p>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 170; COLOR: #FFFFFF; font-face: verdana; height:174" name="playlist" size="1">
<option value="1"> california- phantom planet </option>
<option value="3"> be my escape- relient k</option>
<option value="3"> breakaway- kelly clarkson</option>
<option value="4"> scars </option>
<option value="5"> let me go-3 doors down </option>
<option value="6"> (theres gotta be) more to life - stacie orrico</option>
<option value="7"> pieces- sum 41</option>
<option value="8"> untitled - simple plan</option>
<option value="9"> ThE CLiCk FivE/JuSt THe GiRL</option>
<option value="10"> rOb ThOmAs/ThIs iS HoW a HeArT BrEaKs</option>
<option value="11"> liFeHoUsE/YoU aNd Me</option>
<option value="12"> DoN'T ChA/PuSsYcaT DoLLs</option>
<option value="13"> HiLarY duFF/CoMe CleAn
</select><br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="PlAy" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="PaUsE" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="Sto0oP!" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>

<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // set to 0 to always play first song in list
// set to 1 to randomly choose the first song to play
// www.xanga.com/smartypants91780
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/8585/25681_1_1_05.asf";
songs[1]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/12595/30760_1_2_05.asf ";
songs[2]=" http://a425.v8384d.c8384.g.vm.akamaistream...1_05.asf";
songs[3]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/12536/30274_1_8_05.asf";
songs[4]=" http://a425.v8384d.c8384.g.vm.akamaistream...3_05.asf";
songs[5]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/1442/27581_1_2_05.asf";
songs[6]=" http://a425.v8384d.c8384.g.vm.akamaistream...1_05.asf";
songs[7]=" http://a425.v8384d.c8384.g.vm.akamaistream...1_05.asf";
songs[8]="mms://msent.wmod.llnwd.net/a304/o2/msftmsne/Prod/wmv/v9/Video/33/19/69/101691933.wmv";
songs[9]="mms://msent.wmod.llnwd.net/a304/o2/msftmsne/Prod/wmv/v9/Video/19/84/73/101738419.wmv";
songs[10]="mms://a903.v87253.c8725.g.vc.akamaistream.net/7/903/8725/v0001/msnent.download.akamai.com/8725/DBA90618/published/Video/Music/High/Lifehouse_YouAndMe.wmv";
songs[11]="mms://a688.v8725d.c8725.g.vc.akamaistream.net/7/688/8725/v0001/msnent.download.akamai.com/8725/DBA90618/published/Video/Music/High/PussyCatDolls_DontCha.wmv";
songs[12]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/24773/28079_1_2_05.asf";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>
<!-- end code provided by createblog.com -->

<STYLE TYPE="text/css">p {align=justify}
BODY{cursor: url(http://www.boomspeed.com/sfhelpers/cursors/203.cur);}
a {cursor: url(http://www.boomspeed.com/sfhelpers/cursors/203.cur);}
</STYLE><b style=position:absolute;left:137;top:15;font-family:verdana;font-size:8pt;></i>Cursor by www.Soup-Faerie.Com</b>






thanks a ton!
doug
 

Posts in this topic
darredondo   help!   Aug 24 2005, 03:45 PM
OhXiet_ItzDonnA   try this <style type=text/css> /* remove ...   Aug 24 2005, 03:48 PM
Kenado   Are you talking about custom modules? http://www.c...   Aug 24 2005, 04:00 PM


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