Help - Search - Members - Calendar
Full Version: Custom Module Questions
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
Egg
Ok how do you change the width of the custom modules. how do you add scroll bars.

my xanga is here. My Webpage
LudaKriSs
just after every custom module code, put width: 160px;
Egg
didnt work. also I keep getting this problem with typing my profile in a custom module i keep having problems with spaces. Can someone help me

CODE
<!-- begin code provided by createblog.com -->

<div style="margin-top: -104px; margin-left: -10px"><img src="http://img14.exs.cx/img14/6941/newdirection018vi.jpg"></div>

<style type="text/css">
/*Much Love and Thought*/
/*by Egg!*/
body {

background-image:url(http://img14.exs.cx/img14/7669/newdirection022ry.jpg);
background-color: #530D0D;
scrollbar-arrow-color: #27ABE0;
scrollbar-track-color: #27ABE0;
scrollbar-shadow-color: #408A9E;
scrollbar-face-color: #408A9E;
scrollbar-highlight-color: #408A9E;
scrollbar-darkshadow-color: #408A9E;
scrollbar-3dlight-color: #27ABE0;
overflow-x: hidden;
}


div.blogheader, .caption {
font-family:Fixedsys;
text-transform:none;
font-size:20px;
line-height:13px;
font-weight:none;
color:#27ABE0;
letter-spacing:0px;
background-color: #408A9E;
text-align: center;
}


table.navigation, table.footer { display:; }

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {

font:normal #9px;
line-height:justify;
color: #COLOR;
letter-spacing:2px;
text-align:justify;}

a:link, .footernav.link, a.footernav:link, a.footernav:active {
color: #COLOR OF LINK;
text-decoration: none;}


a:hover {
color: #27ABE0;
cursor: url(http://www.boomspeed.com/sfhelpers/cursors/185.cur);
text-decoration: none;}

{align=justify}
BODY{cursor: url(http://www.boomspeed.com/sfhelpers/cursors/150.cur);}

table.blogbody {
/* this edits the other the place where the  blog is */
border: 0px dashed none;
background-color: transparent;
width:434px;}


table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 400px;}



/* edit to your liking */
table.module { border: 0px solid; width:160px; background-color:transparent; }
table.module th { background-color: transparent;font: bold 10px arial; text-transform: uppercase;color: #000000; border: none; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }


</style>

<div style="left=200; top=520;position=absolute;">

<script language="JavaScript">
document.title = "Marco is so much cooler than you.BE A SLAVE!FOLLOW OR GUITAR FURIOUS LEADER!";
</script>

<table border=0 width="600"><tr><td valign="top" width="160">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b></b></th></tr><tr><td valign="top" class="module">
<center><img src="http://p.xanga.com/Mikezzzotherside/profile.jpg"></center><p>

<b>name:</b> Mike Orellano<br>
<b>gender:</b> Male<br>
<b>I Love:</b><FONT SIZE=1>Photoshop,Illustrator,Archway classic chocolate chip cookies,Eggs,Street art,Pat's art,Rough lust sex,Biteing,Leaving marks,Low Dunks,Cons,Warm rainny summer days,My sweets,My duckie,my sydelita,The wine elemental ,Magic: the gathering, My mohawk,Stargazers,The cure,Dreamtheater,Mindless self indulgence,My "sis",My sis(sometimes),Motown,Metal,My mother(i wish you were here),Sparks,Tragedy by the bee gees,New york city,Southside,Love,Pain ::wink wink::,Food,Buying gits,Bdg jeans (so soft on the nuts),lofts,relaxing doing nothing,being alone.</FONT><br>
<b>I Hate:</b>faggies(j/k)<br>

</td></tr></table><br>


<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>On My I pod</b></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 scr="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/701/29134_1_11_04.asf"></OBJECT>
<FORM name=form>
<P style="TEXT-ALIGN: center"><SELECT style="FONT-SIZE: 8pt; BACKGROUND: #408A9E; WIDTH: 150px; COLOR: #27ABE0; font-face: arial" size=1
name=playlist>
<OPTION value=0>---</OPTION>
<OPTION value=1>---</OPTION>
<OPTION value=2>---</OPTION>
<OPTION value=3>---</OPTION>
<OPTION value=4>---</OPTION>
<OPTION value=5>---</OPTION>
<OPTION value=6>---</OPTION>
<OPTION value=7>---</OPTION>
<OPTION value=8>---</OPTION>
<OPTION value=9>---</OPTION>

</SELECT> <INPUT onclick="play(document.forms['form'].playlist);" type=button value=play name=PLAY> <INPUT onclick="document.darkplayer.Pause(); playstate=2;" type=button value=pause name=PAUSE> <INPUT onclick="document.darkplayer.Stop(); playstate=2;" type=button value=stop name=STOP></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
songs=new Array();
songs[0] ="---";
songs[1] ="---";
songs[2] ="---";
songs[3] ="---";
songs[4] ="---";
songs[5] ="---";
songs[6] ="---";
songs[7] ="---";
songs[8] ="---";
songs[9] ="---";

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;
}
//-->

</td></tr></table><br>


<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Good Reads</b></th></tr><tr><td valign="top" class="module">

<!-- Add your subscriptions here -->

<a href="http://www.xanga.com/crystalXwings">crystalXwings</a><br>
<a href="http://www.xanga.com/DarkMarcosis">DarkMarcosis</a><br>
<a href="http://www.xanga.com/MandyNeedsHELP">MandyNeedsHELP</a><br>
<a href="http://www.xanga.com/nameless_sidekick">nameless_sidekick</a><br>
<a href="http://www.xanga.com/nobigdealroadie">nobigdealroadie</a><br>
<a href="http://www.xanga.com/raine5387">raine5387</a><br>
<a href="http://www.xanga.com/speakXyourXfate">speakXyourXfate</a><br>
<a href="http://www.xanga.com/ThE_PhAnToM_JoHnSoN">Phantom Johnson</a><br>
<a href="http://www.xanga.com/typeangel">typeangel</a><br>
<a href="http://www.xanga.com/XxZeRo_cOoLxX">XxZeRo_cOoLxX</a><br>
<a href="http://www.xanga.com/ZepQueen">ZepQueen</a>

</td></tr></table><br>


<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Adult ONLY Reads</b></th></tr><tr><td valign="top" class="module">

<!-- Add your subscriptions here -->

<a href="http://www.xanga.com/Venus_Observa">Venus_Observa</a><br>
<a href="http://www.xanga.com/XPhenoBarbieDoll">XPhenoBarbieDoll</a><br>


</td></tr></table><br>

<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Blogrings</b></th></tr><tr><td valign="top" class="module">

None At The Moment!


</td></tr></table><br>




<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="center" class="module"><b></b></th></tr><tr><td valign="top" class="module">

<div align="center"><a href="http://www.amazingcounters.com" target="_top"><img border="0" src="http://www.amazingcounters.com/counter.php?i=60192&c=180889" alt="Web Counter"></a><br><small><a href="http://www.allonlinecoupons.com/st/lane-bryant/" target="_top"><font color="#999999">Lane Bryant Coupon Code</font></a></small></div>

</td></tr></table><br>

</td><td width="500" valign="top" align="left">


<!-- end code provided by createblog.com -->
shortvi3tlaydee
i think to change the width of the custom module is find this part:

QUOTE
width="160">


change the number its at the top of your custom module code
Egg
dosent work i give up
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.