Forum:Hiding stuff in templates

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
Forums: Index > Help > Hiding stuff in templates
Note: This topic has been unedited for 5638 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.

I want to hide most of the template and reveal it with a link of some sort. Specifically, this template. Help? VGD >=3 01:50, 15 May 2008 (UTC)

Er, the best thing I can think of is the Wikipedia Navigation Dropdown Frame thing. Here's the code:
<div class="NavFrame">
  <div class="NavHead" style="WHATEVER DIV STYLE OPTIONS YOU WANT">TITLE OF THE BOX</div>
  <div class="NavContent" style="WHATEVER DIV STYLE OPTIONS YOU WANT; display: none">
TEXT WHICH IS SHOWN AND HIDDEN
</div>
</div>

While this doesn't do exactly what you want this is the closest you can get, I think, without asking an admin to add bits of code to various files. With a bit of mangling you can probably get this to do what you want, almost. - 15:33 19 May Sir FSt. (QotF BFF NotM) YTTETalk!Read!Sign!Whore!CMC!Pee!
The keyword being almost. But, this is indeed what I wanted, thanks! VGD >=3 18:06, 19 May 2008 (UTC)