chatterbox |
![]() ![]() |
chatterbox |
Dec 31 2004, 08:37 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Dec 2004 Member No: 77,221 |
i made my own skin according to the skin guide line and that erases my chatterbox... so then i tried to fix it by plugging in these codes into the java script module, doesn't work... now my chatterbox is under "website stats", it works but when u go to the commenting pages, the chatterbox moved... how can i fix that???
CODE CODE <!-- begin code provided by createblog.com --> <div style="position:static; margin-left: ###px; margin-top: -505px;border: 0px solid #ffffff; width: ###px; height: ###px; background:none;overflow: auto"> <TABLE width="100%" border=0> <TBODY> <TR> <TD> <P class=nav> <!-- the place where chatterbox HTML code goes --> <!-- the place where chatterbox HTML code goes --> <!-- end code provided by createblog.com --> my site |
|
|
|
Dec 31 2004, 10:47 PM
Post
#2
|
|
![]() All i want is a HERO to be there for me...is it too much to ask? ![]() ![]() ![]() ![]() Group: Member Posts: 287 Joined: Nov 2004 Member No: 66,293 |
umm i'm not sure but i dun think the skin that was provided for u had a place for chatter box i mean it doesn't show the links fo subscriptions and alll so u can't expect to be anywhere else besides the webstats section...
|
|
|
|
Dec 31 2004, 11:35 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 192 Joined: Feb 2004 Member No: 3,204 |
first off... where you see "###"... those are supposed to be actual numbers. if you want them to be null or just no numbers there, get rid of the ###'s.
next, what code is that for? to add the chatterbox under your entries? lol sorry, i don't know if there's a code for it or if it was for something else... haha i know why it moves but i can't explain it. sorry :( i don't know what you should do... but where is the code from? lol maybe that'll help me? |
|
|
|
Jan 1 2005, 03:40 AM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Dec 2004 Member No: 77,221 |
QUOTE(snowymoon06 @ Dec 31 2004, 8:35 PM) first off... where you see "###"... those are supposed to be actual numbers. if you want them to be null or just no numbers there, get rid of the ###'s. next, what code is that for? to add the chatterbox under your entries? lol sorry, i don't know if there's a code for it or if it was for something else... haha i know why it moves but i can't explain it. sorry :( i don't know what you should do... but where is the code from? lol maybe that'll help me? the code is from here is a tutorial on how to make ur own skin, is way down step 11, it said use this if u are using div layers... so i guess i need to since the codes for my skin is from there also |
|
|
|
Jan 1 2005, 04:38 AM
Post
#5
|
|
![]() High Voltage!∞ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,728 Joined: Jul 2004 Member No: 29,157 |
you need to plug in numbers
|
|
|
|
Jan 1 2005, 10:51 PM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Dec 2004 Member No: 77,221 |
CODE <div style="position:static; border: 1px solid #ffffff; width: 400px; height: 450px; margin-left: -490px; background:none;overflow: auto"> <TABLE width="100%" border=0> <TBODY> <TR> <TD> <P class=nav> <!-- Flooble chatterbox for kayanyan1028 start --> <script language="javascript"> var chatterbox = 'no'; </script> <script language="javascript" src="http://chatter.flooble.com/chatter.php?js=true&id=kayanyan1028&sid=1889127"> </script><noscript> <a href="http://chatter.flooble.com/chatter.php?id=kayanyan1028&sid=1889127&popup=true&w=380&h=400" target="flooblechatterbox" onClick="window.open('about:blank','flooblechatterbox','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,re izable=no,copyhistory=no,width=400,height=450');return true;"> <img src="http://img.flooble.com/images/chatter/chaticon.gif" border="1" align="absbottom">Talk</a> in my <a href="http://chatter.flooble.com/">flooble chatterbox, a free javascript chat tag board / shoutbox / tagboard program for your xanga, diary, blogger or weblog</a> | <a href="http://www.flooble.com/scripts/">get free javascript games and effects</a> </noscript> <script language="javascript"> if (!chatterbox || chatterbox != 'ok') { document.write('This <a href="http://chatter.flooble.com/">flooble chatterbox</a> is'); document.write(' temporarily unavailable. It will be back up shortly.'); } </script> <!-- Flooble chatterbox for kayanyan1028 end --> here's the code for my chatterbox in my site... i plugged in the numbers... but whenever i go to the commenting pages, the chatterbox moved... |
|
|
|
![]() ![]() |