chatterbox dissapearing after adding custom module, code. Sorry if this has been answered. |
![]() ![]() |
chatterbox dissapearing after adding custom module, code. Sorry if this has been answered. |
Aug 24 2004, 05:39 AM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Aug 2004 Member No: 43,276 |
i've searched the forums for at least an hour looking for this topic, but no luck, so i guess it's okay to start one.
anyways, i've added a custom module code to my xanga, but now my chatterbox has completely dissapeared. i'm wondering if anyone can help me fix this with another code or readjusting the code shown below, or any other possible way. thanks in advance. EDIT: the sign out, xanga, reviews, events, etc. links that should be around the top of a regular xanga dissapeared too. EDIT #2: i made my own links to the sign out, xanga, etc., so that is solved, but the chatterbox dissapearing is still an issue. I have tried switching it from scrollbar mode to incline mode, but still no luck. this is the code: 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 --> This post has been edited by blitz: Aug 24 2004, 06:52 AM |
|
|
|
Aug 24 2004, 12:19 PM
Post
#2
|
|
![]() ^_^ ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,666 Joined: Feb 2004 Member No: 4,225 |
hmm...i don't know if u can have a chatterbox with custom modules. having custom modules sometimes disables other html stuff
|
|
|
|
Aug 24 2004, 12:31 PM
Post
#3
|
|
|
Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,286 Joined: May 2004 Member No: 18,822 |
QUOTE /* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} dat part removes da C box..to put it bak in juss copy da HTML of da chatterbox in put it in one of ur custom modules..=] |
|
|
|
Aug 24 2004, 12:42 PM
Post
#4
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
look at this part
QUOTE <!-- Here's your CUSTOM MODULE.. copy and paste as needed --> add the script of the chatterbox where it says la la la. it should work
<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> |
|
|
|
Aug 24 2004, 03:39 PM
Post
#5
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
QUOTE <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;} thats y u dont have the regular 1'z at the top see it says remove regular modules?? im not sure about the cb |
|
|
|
Aug 24 2004, 03:45 PM
Post
#6
|
|
![]() PUhaha.. NJ azN ![]() ![]() ![]() ![]() Group: Member Posts: 299 Joined: Aug 2004 Member No: 41,986 |
yea.... that mite do it.... not sure. mvr had a chatterbox wen i had custom modules..heh
|
|
|
|
Aug 24 2004, 07:30 PM
Post
#7
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Aug 2004 Member No: 43,276 |
heh, never thought of that. Thank you everyone! it works perfectly. =)
|
|
|
|
![]() ![]() |