Removing a "module"...? |
![]() ![]() |
Removing a "module"...? |
![]()
Post
#1
|
|
![]() sO seDuctivE ![]() ![]() ![]() ![]() Group: Member Posts: 291 Joined: Jan 2004 Member No: 2,009 ![]() |
I tried searching, but I could not find what I was looking for. How do I remove this module:
![]() on my myspace? And any idea on where I can find the code to make a custom module in place of that? |
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
You can hide but I doubt you can replace it with your own module. The custom default table script used to work but not anymore since myspace "updated".Click.
|
|
|
![]()
Post
#3
|
|
![]() sO seDuctivE ![]() ![]() ![]() ![]() Group: Member Posts: 291 Joined: Jan 2004 Member No: 2,009 ![]() |
A friend told me how to make my own module, so nvm that, but where do I put this code?
.a {== hide top info table..} .a {remove default pic so height=0} td td td td.text a img {display:none;} .a {fix the contact table} .contactTable a img {display:inline !important;} .a {move left column up} table table table {position:relative; top:-369px;} td.text table, table table table table {position:static;} .a {move the contact table and everything else blow it back down} .contactTable {margin-top:175px;} .a {fix for lame IE} *html .contactTable {margin-top:187px;} I put it in my about me section, and it wasn't working. hmmm. |
|
|
![]()
Post
#4
|
|
![]() Jay ![]() ![]() ![]() Group: Member Posts: 50 Joined: Oct 2006 Member No: 472,576 ![]() |
did you put it between your style tags?:
CODE <style type="text/css"> .a {== hide top info table..} .a {remove default pic so height=0} td td td td.text a img {display:none;} .a {fix the contact table} .contactTable a img {display:inline !important;} .a {move left column up} table table table {position:relative; top:-369px;} td.text table, table table table table {position:static;} .a {move the contact table and everything else blow it back down} .contactTable {margin-top:175px;} .a {fix for lame IE} *html .contactTable {margin-top:187px;} </style> ^ put that in your about me section. |
|
|
![]() ![]() |