Xanga - EnhancementsVarious upgrades and modifications for your xanga to enhance it. You will find various tools needed to make your Xanga as creative and pleasing as possible.
This is the module code that I recomend. I wrote it so if you have any questions you may ask, though it is a simple code so expect very few.
All dirrections are within the code.
You can place the css with an existing css sheet or by itself, so place the css where ever it is you want it, place the modules themself at the end of your header.
Code:
<style type=text/css>
/*The code below removes your old modules*/
texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none}
table.blogbody tr td {width:0px; padding: 0px;}
/*The code below formats your modules, tweak the code below to customize your new modules*/
table.module { border: 1px solid #FFFFFF; width:160px; background-color: #ff9900; filter:alpha
(opacity=85,style=0); }
table.module th { background-color: #FFffff; filter:alpha
(opacity=85,style=0); font: bold 10px arial; text-transform: uppercase; color: #ff9900; border: none; }
table.module td {color: #ffffff; text-align: left; border: 1px; background-image: none; }
</style>
<!-- START MODULE 1 -->
<table border=0 width="660"><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">
<!-- start title of module -->
<b>TITLE OF MODULE HTML ALLOWED</b>
<!-- end title of module -->
</th></tr><tr><td valign="top" class="module">
<p>
<!-- start content of module -->
INSERT CONENT HERE. Any type or html is allowed
<!-- end content of module -->
<br></td></tr></table><br>
<!-- END MODULE 1 -->
</td><td width="500" valign="top" align="left">
example: [Only registered and activated users can see links. ]
Ehhh... I was just wondering...
is there a code somewhere
that only adds ONE custom module??
Cuz I want just one new one
between my main profile and subscriptions...
instead of all new modules...
Ooo and is there a code that gets rid of your
subscriptions module?
Originally posted by rikaaqua@Jan 10, 08:02 PM Ehhh... I was just wondering...
is there a code somewhere
that only adds ONE custom module??
Cuz I want just one new one
between my main profile and subscriptions...
instead of all new modules...
Ooo and is there a code that gets rid of your
subscriptions module?
It aligns itself with the entries automatically. If you have a skin/theme on that moves your entry from the default spot then place the table in a div and use absolute alignment. Tweak the code to set right alignment if it is a must, I don't have the time to do it for you.
here is an expample of the code:
[Only registered and activated users can see links. ]
You can use this code with any xanga, even if it has nothing default on it. You just have to align it if you moved your entries or want it in a custom spot.