Does anyone know how to hide the grey box with links on the bottom of a myspace group?
-
I need some type of code to hide the grey box and the links, not just the links. There are codes to hide them on a regular myspace profile but I can't find one to hide for a ...show more
-
Answer:
<style>{hide bottom links on group page} div div div {font-size:0px; line-height:0px; visibility:hidden;} div div div div {font-size:11px; line-height:13px; visibility:visible;} div div {background-color:transparent !important;} </style> Make it one single line, I have had problems with myspace inserting <br> and messing up an otherwise perfect style block. The above code has been tested (by me), it is not a guess. Put it in the description. It does also eliminate some stuff in the little menus above the ad banner. It also eliminates some background coloring to the divs in the top menu/ad banner area. If you need to eliminate the bottom links, withOUT also effecting these, it can be done, but it takes a huge chunk of code, and involves closing a few layers of div structure, and re-opening them so we can assign classes to them. One other thing I recommend, on the group page, is to put all of your style blocks inside a div. i.e. put this at the start of all of your style blocks: <div class="myStyle"> <style>div.myStyle {display:none;}</style> Then at the end of all of your style blocks you can put this: </div> If you put all of your style blocks inside the div, they will not cause extra whitespace on your page. It also allows you to insert text, for comments, above each style block. Feel free to message me if you try this, and it does not work for you, and I will help you. NoNo's answer will not work on a group page, but works great on the standard page (I have great respect for the original author of that code block :-).
FPQDY24QX6BIY6T5UOQKEUUUGA at Yahoo! Answers Visit the source
Other answers
Try this code! <style> table div {display:none;} div table div, table table div {display:block;} </style> Hope i helped! Good Luck
dj.n0n0
codemylayout.com tons of codes for your layout
Cassie
Related Q & A:
- Dose anyone know how to make a toga without cutting a sheet?Best solution by Yahoo! Answers
- Does anyone know how id go about setting up a soccer management simulation game site to run as a business?Best solution by Yahoo! Answers
- To those who know how to hide a solder joint in a metal ring?Best solution by Yahoo! Answers
- Does anyone know how to do a back flip on a trampoline?Best solution by Yahoo! Answers
- How do you the Hide bottom links and copyright text on a myspace 2.0 layout?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.