Log In · Register

 
custom left module
[Zero]
post Jul 21 2006, 09:53 PM
Post #1


Member
**

Group: Member
Posts: 14
Joined: Jun 2004
Member No: 21,251



i got the scripts for the custom left module from this site and nomadder what i try nothing seems to work. there is always some like left over code such as an extra > or soemthing on my page when i use it and if i take it away it doesnt show up. please help. one example of what doesn't show up is this code: http://www.createblog.com/scripts/download.php?id=157
 
 
Start new topic
Replies
Layouts_by_leeuh
post Jul 23 2006, 12:08 AM
Post #2


Newbie
*

Group: Member
Posts: 3
Joined: Jul 2006
Member No: 442,666



I had the same problem. Apparently where ever I got the code from, the person didn't copy everything correctly, and so I had to figure out what was wrong. Anyway...


This code will remove the original left side module. This part was originally incorporated into the custom mod. code, but I took it out because that's what was messing up.
CODE
<style type="text/css">
/*FROM XANGA.COM/HTML_SCRIPTS*/
.mainleft, table.left, table.left TH, table.left TD, .leftmoduleborder {display: none;};
</style>



Here is the custom module code.
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
/* edit to your liking */
table.module { border-TOP: 2px solid #800080; border-LEFT: 2px solid #800080;border-RIGHT: 2px solid #800080;border-BOTTOM: 0px solid #800080;width:160px; background-color:FFFFFF; }
table.module th { background-color: #FFFFFF;font: 9px arial; text-transform: none;color: #cc0066; border: none; }
table.module td {color: #336600; text-align: CENTER; border-TOP: 0px solid #800080; border-LEFT: 0px solid #800080;border-RIGHT: 0px solid #800080;border-BOTTOM: 2px solid #800080; background-image: none; }
</style>

<!-- add this below all the CSS -->

<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"><center>TITLE HERE</center></th></tr><tr><td valign="top" class="module">

MODULE INFO GOES HERE


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

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


MODULE INFO GOES HERE


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

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

MODULE INFO GOES HERE

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


<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="CENTER" class="module">TITLE HERE</th></tr><tr><td valign="top" class="module">

MODULE INFO GOES HERE

</td></tr></table><br>
<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
</td><td width="500" valign="top" align="left">

<!-- end code provided by createblog.com -->



Make sure when you change the colors and add your own info that you're careful not to mess up any of the code.

Both of those go in the header by the way.
 

Posts in this topic


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