Getting my Subcriptions Module Back |
![]() ![]() |
Getting my Subcriptions Module Back |
Oct 5 2004, 11:02 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Aug 2004 Member No: 42,181 |
Okay, well i thought a while ago i didnt want my subscription module on my Public xanga website..so i went onto my script and removed the box off my xanga (i have premium) now that i try to get it back it pastes the current subscriptions i have but does not add new ones i get, can anyone add some insight? Thanks!
|
|
|
|
Oct 5 2004, 05:31 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
M'kay....
Can I have a link? (Or screenshot.) And insight as to what the 'box' was? |
|
|
|
| *mona lisa* |
Oct 5 2004, 06:05 PM
Post
#3
|
|
Guest |
do yu have something like this?
<STYLE type="text/css"> <!-- table.header {visibility:hidden} table.header TH {visibility:hidden} table.header TD {visibility:hidden} table.navigation {visibility:hidden} table.footer {visibility:hidden} --> </STYLE> just get rid of table.navigation i think not sure but try it so it would be: <STYLE type="text/css"> <!-- table.header {visibility:hidden} table.header TH {visibility:hidden} table.header TD {visibility:hidden} table.footer {visibility:hidden} --> </STYLE> |
|
|
|
Oct 5 2004, 06:08 PM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> table.header {visibility:hidden} table.header TH {visibility:hidden} table.header TD {visibility:hidden} <!-- end code provided by createblog.com --> That's the modules.. The footer is the links at the bottom and the nav is the links at the top. (Just for future refrence.) CODE <!-- begin code provided by createblog.com --> <STYLE type="text/css"> <!-- table.navigation {visibility:hidden} table.footer {visibility:hidden} --> </STYLE> <!-- end code provided by createblog.com --> That's what the code should look like. |
|
|
|
![]() ![]() |