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 |
|
|
|
blitz chatterbox dissapearing after adding custom module Aug 24 2004, 05:39 AM
ji_cabinx hmm...i don't know if u can have a chatterbox ... Aug 24 2004, 12:19 PM
DaToNeViEtBoI916 QUOTE/* remove regular modules */
texttable.left, ... Aug 24 2004, 12:31 PM
LatinaLady look at this part
QUOTE<!-- Here's you... Aug 24 2004, 12:42 PM
shortvi3tlaydee QUOTE<style type=text/css>
/* remove regular... Aug 24 2004, 03:39 PM
sewerz1000 yea.... that mite do it.... not sure. mvr had a ch... Aug 24 2004, 03:45 PM
blitz heh, never thought of that. Thank you everyone... Aug 24 2004, 07:30 PM![]() ![]() |