Adding the module, how to add the module in my skin |
![]() ![]() |
Adding the module, how to add the module in my skin |
Dec 15 2004, 07:26 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Oct 2004 Member No: 58,229 |
This is a snap shot of my site
![]() I want to add the module in the left side of the blog, how can i do that? Here is my script: <!-- begin code provided by createblog.com --> <div style="overflow: auto; width: 580px; height: 350px; margin-top: 0 px; margin-left:50px;"> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> table.navigation, table.footer { display:none; } </style> <!-- end code provided by createblog.com --> <!-- 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 --> Please help me~! |
|
|
|
Dec 15 2004, 11:12 AM
Post
#2
|
|
![]() Sweet sensations ![]() ![]() ![]() Group: Member Posts: 37 Joined: Mar 2004 Member No: 6,230 |
Just replace this code with your old one
CODE <!-- begin code provided by createblog.com -->
<div style="overflow: auto; width: 580px; height: 350px; margin-top: 0 px; margin-left:50px;" ONCONTEXTMENU="return false" dir="rtl"> <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 --> |
|
|
|
![]() ![]() |