Sidebar? |
![]() ![]() |
Sidebar? |
Nov 27 2004, 11:49 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 66,797 |
I need to know the code to get the side bar in my xanga layout, and how to get the add at the top gone.:
xanga.com/jmeisbetterthensex |
|
|
|
Nov 28 2004, 12:00 AM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
first off what do you mean by side bar?? example would be nice and createblog doesnt suppoet the ad remover code
|
|
|
|
Nov 28 2004, 12:27 AM
Post
#3
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
If am correctly....Am not sure what you mean but this is what am guessing what you mean..
side bar?..do you mean scroll bar to be transparents? Try this? CODE <!-- begin code provided by createblog.com --> <style type="text/css"> div { filter:chroma(color=#00FF00); /* here you are defining which color you want to be transparent in your scrollbars */ scrollbar-arrow-color: #000000; scrollbar-face-color: #00FF00; /* transparent */ scrollbar-3dlight-color: #00FF00; /* transparent */ scrollbar-darkshadow-color: #00FF00; /* transparent */ scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-track-color: #00FF00; /* transparent */ } </style> <!-- end code provided by createblog.com --> As for the xanga AD..You can't get ride of them. QUOTE AD REMOVER:
CREATEBLOG.COM does NOT support any ad remover. IF any questions asked about the ad remover will automatically get deleted. Or even worse.. get warned. |
|
|
|
Nov 28 2004, 01:52 AM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 66,797 |
|
|
|
|
Nov 28 2004, 02:55 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 66,797 |
bump
|
|
|
|
Nov 28 2004, 03:31 PM
Post
#6
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Those are modules. Not a side-bar.
To get them back, take the following out of your coding. CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |