Help, Need answers for a couple questions |
Help, Need answers for a couple questions |
Nov 30 2004, 06:53 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Sep 2004 Member No: 48,541 |
First, how do I move the jukebox, so it goes INTO my skin? Please give me the code, so I can edit the numbers.
Second, how do I make the skin, and still have everything, because usually, when you make a skin, everything but your blog is gone. Thirdly, how do I move the chatterbox, when I have the skin? Usually, the chatterbox is on the left-side module, but when I created the skin, there wasn't a left side module anymore, but if I put it in website status, it will go under my blog, which I don't want. Thanks if you answer my questions, if you don't, thanks anyways... |
|
|
|
![]() |
Nov 30 2004, 09:57 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
well this is how to move the music player
CODE <!-- begin code provided by createblog.com --> <div style="left=0; top=0; position=absolute;"><img src="PUT CODE HERE"></div> <!-- end code provided by createblog.com --> you use the same for a chatterbox i think and for the thing when everything is gone you probably used this code CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <!-- end code provided by createblog.com --> that disables everything ^^ |
|
|
|
![]() ![]() |