View Full Version : left modules


x0xshortayycx0x
10-12-2004, 10:02 PM
is there any way to get the "subscriptions", "blogrings", and "calendar" modules out? thank you! <33

smileygurl119
10-13-2004, 02:43 AM
you can get all of the left modules out by using this code...

<style type="text/css">
}
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, {display: none;}
}
</style>

but to if you still want the 'profile' to be still in it, you should go here, and use this one code that can be found here; http://www.createblog.com/forums/index.php?showtopic=178

x0xshortayycx0x
10-13-2004, 08:57 PM
i tried to use that code, the second one you suggested, but all the modules still came up... x\ is there any way without premium to get just one custom module?

smileygurl119
10-14-2004, 06:50 AM
well, i used this:

[put this in the custom header]

<style type=text/css>
/* remove regular modules */
texttable.left, td.mainleft, table.left, table.navigation, table.search, footer.navigation{display:none}
table.blogbody tr td {width:0px; padding: 0px;}
/* edit to your liking */
table.module { border: 1px solid #99ccff; width:190px; background-color:ffffff; }
table.module th { background-color: #FFFFFF;
font: bold 8pt arial; text-transform: lowercase;color: #FFFFFF; border: none; }
table.module td {color: #99ccff; text-align: left; border: none; background-image: none; }
</style>
<!-- add this below all the CSS -->
<table border=0 width="660"><tr><td valign="top" width="190">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b><MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>3</font></MARQUEE><MARQUEE scrollAmount=1 direction=left width="2%">| | |</MARQUEE> naviqation <MARQUEE scrollAmount=1 direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=3 width="4%"><font face=Webdings>4</font></MARQUEE></b></th></tr><tr><td valign="top" class="module">

blah blah blah

</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b><MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>3</font></MARQUEE><MARQUEE scrollAmount=1 direction=left width="2%">| | |</MARQUEE> music <MARQUEE scrollAmount=1 direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=3 width="4%"><font face=Webdings>4</font></MARQUEE></b></th></tr><tr><td valign="top" class="module">

blah blah blah

</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b><MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>3</font></MARQUEE><MARQUEE scrollAmount=1 direction=left width="2%">| | |</MARQUEE> Auqust 2004 <MARQUEE scrollAmount=1 direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=3 width="4%"><font face=Webdings>4</font></MARQUEE></b></th></tr><tr><td valign="top" class="module">
<center><table bgcolor=FFFFFF border=0 style="border: 0pt solid #000000" cellpadding=0 cellspacing=0 width=150>

bleh bleh bleh

</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b><MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>3</font></MARQUEE><MARQUEE scrollAmount=1 direction=left width="2%">| | |</MARQUEE> counters <MARQUEE scrollAmount=1 direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=3 width="4%"><font face=Webdings>4</font></MARQUEE></b></th></tr><tr><td valign="top" class="module">

ahhhhhhhhhhhhhhhhh

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


then this in your website stats;

<!-- begin code provided by createblog.com -->
</td></tr></table>
<!-- end code provided by createblog.com -->

and they both worked on my xanga. but for both codes, i put them as my first codes in the custom header and website stats part. and thats the only way to get 'one' custom module. it works both with premium and non premium.