custom modules |
![]() ![]() |
custom modules |
Dec 22 2004, 08:51 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 43 Joined: Dec 2004 Member No: 72,638 |
i've tried the script for the custom modules, but everything gets messed up..how do u position it where u want it to be?
|
|
|
|
Dec 22 2004, 09:50 PM
Post
#2
|
|
![]() High Voltage!∞ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,728 Joined: Jul 2004 Member No: 29,157 |
hmm..can you show the script you're using?
|
|
|
|
Dec 23 2004, 03:38 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 43 Joined: Dec 2004 Member No: 72,638 |
i used the one in the script section called custom modules
|
|
|
|
| *mona lisa* |
Dec 23 2004, 12:32 PM
Post
#4
|
|
Guest |
yea we know, but post the code that you put in and we'll see if theres anything wrong with it.
|
|
|
|
Dec 24 2004, 04:56 PM
Post
#5
|
|
![]() xxx hobo ;) ![]() ![]() ![]() ![]() Group: Member Posts: 272 Joined: Dec 2004 Member No: 74,219 |
Here's the code I use.. I got it from megare's post
This goes into your custom header CODE <!-- begin code provided by createblog.com --> <style type=text/css> /* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} /* edit to your liking */ table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; } table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; } table.module td {color: #000000; 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="160"> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module"> <center><img src="http://p.xanga.com/USERNAME/profile.jpg"></center><p> <b>name:</b> uhhhh..<br> <b>gender:</b> errr<br> <b>hobbies:</b> blah blah<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>Subscriptions</b></th></tr><tr><td valign="top" class="module"> <!-- Add your subscriptions here --> <a href="http://www.xanga.com/SOMEONE">someone</a><br> <a href="http://www.xanga.com/SOMEONE2">someone 2</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>Bloggies</b></th></tr><tr><td valign="top" class="module"> <!-- Add your blogrings here --> <a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">Xangans.com</a> </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>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module"> La la la =] </td></tr></table><br> </td><td width="500" valign="top" align="left"> <!-- end code provided by createblog.com --> Although I havn't figured out how to move it... LoL Enjoy |
|
|
|
Dec 26 2004, 11:40 AM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 43 Joined: Dec 2004 Member No: 72,638 |
oh thnx, but i already figured out how to do it. by the way, if u wanna position them, add a div code before the table
|
|
|
|
Dec 26 2004, 05:06 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
QUOTE(xo_teknikal @ Dec 26 2004, 11:40 AM) oh thnx, but i already figured out how to do it. by the way, if u wanna position them, add a div code before the table [ topic closed ] |
|
|
|
![]() ![]() |