how can i put a chatter box?, any codes? |
how can i put a chatter box?, any codes? |
Dec 20 2004, 06:13 PM
Post
#1
|
|
|
artzysmartz ![]() ![]() ![]() Group: Member Posts: 76 Joined: Aug 2004 Member No: 41,209 |
HOW CAN I PUT A CHATTER BOX ON A XANGA? HEELP!
THANKSS! |
|
|
|
![]() |
Dec 21 2004, 10:39 PM
Post
#2
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
put a chatterbox in a div, but set visibility to hidden. Then (I improvised here with my own javascript
Into Website Stats CODE <!-- begin code provided by createblog.com --> <script lanugage="JavaScript"> function showit (whichMenu,whatState){ if (document.getElementById) {document.getElementById(whichMenu).style.visibility = whatState; } else {document[whichMenu].visibility = whatState;} } </script> <!-- end code provided by createblog.com --> and this CODE <!-- begin code provided by createblog.com --> <a href="javascript:showit('chat','visible')"> On</a>/ <a href="javascript:showit('chat','hidden')">Off</a> <!-- end code provided by createblog.com --> as the links to show and hide the box. Make sure the div id is "chat" Have fun |
|
|
|
artzysmartz how can i put a chatter box? Dec 20 2004, 06:13 PM
electric shock next to the javascript module part, it says.
Follo... Dec 20 2004, 06:20 PM
artzysmartz nooo i mean i have a skin on my xanga..now how do ... Dec 20 2004, 06:27 PM
rnrn897 put the code and position it on the skin using div... Dec 20 2004, 06:34 PM
electric shock you cant unless it gives you a space to.
Because i... Dec 20 2004, 06:45 PM
artzysmartz but...does that go in header or footer? end of cha... Dec 21 2004, 03:39 PM
sweetdreamsx3 What kind of skin are you using anyway? Dec 21 2004, 04:45 PM
misskay when i have a skin on and there is no space for a ... Dec 21 2004, 04:53 PM
artzysmartz you see...i have a skin on my xanga, and i want to... Dec 21 2004, 05:09 PM
xSWEETxCANDiix hmmm...well..do you want it in a custom moduke? pl... Dec 21 2004, 08:22 PM![]() ![]() |